Re: [sqlite] New SQLite Forum established - this mailing list is deprecated

2020-03-13 Thread Mike King
it's functional. I'm reminded of the quote from Deng Xiaoping "No matter if it is a white cat or a black cat; as long as it can catch mice, it is a good cat." Cheers, Mike On Thu, 12 Mar 2020 at 20:18, Richard Hipp wrote: > I have set up an on-line forum as a replacemen

Re: [sqlite] Question about passwords in System.Data.Sqlite

2020-01-03 Thread Mike King
This is the subject: Hex Password with System.Data.Sqlite (.Net Core) Very to the point I’d say :) Cheers On Fri, 3 Jan 2020 at 23:10, Warren Young wrote: > On Jan 2, 2020, at 3:47 PM, Mike King wrote: > > > > ...suspected administrivia! (not sure what that is - > &

[sqlite] INSERT OR REPLACE in trigger body fails with UNIQUE constraint

2020-01-03 Thread Mike _
UPDATE CASCADE" action is considered to be the statement causing the trigger to fire, meaning the default conflict handling policy of ABORT is used? If so, is there any way to write something like "ON UPDATE CASCADE OR REPLACE"? My current workaround is to just manually delete from cha

Re: [sqlite] Question about passwords in System.Data.Sqlite

2020-01-02 Thread Mike King
I tend to use my hobby code as an excuse to play with and learn the stuff that I don’t use in the daily grind. It also helps me keep up to date (hence .Net core 3.1). So, to answer your question encryption is important :) Cheers Mike On Fri, 3 Jan 2020 at 01:27, Simon Slavin wrote: > On 3

Re: [sqlite] Question about passwords in System.Data.Sqlite

2020-01-02 Thread Mike King
Ok thanks. As this is a hobby project I don't have any cash for commercial extensions. Cheers On Fri, 3 Jan 2020 at 00:18, Joe Mistachkin wrote: > > Mike King wrote: > > > > Should I be using a specific encryption extension? When I used the .Net > > Framework

Re: [sqlite] Question about passwords in System.Data.Sqlite

2020-01-02 Thread Mike King
0 at 22:57, Joe Mistachkin wrote: > > Which encryption extension are you using? > > Sent from my iPhone > > > On Jan 2, 2020, at 5:48 PM, Mike King wrote: > > > > Hi, > > > > This is my third attempt to send the following message to the list and > each

[sqlite] Question about passwords in System.Data.Sqlite

2020-01-02 Thread Mike King
Hi, This is my third attempt to send the following message to the list and each time it gets rejected as suspected administrivia! (not sure what that is - I guess it's a US English word but it's certainly not an English one). I'm porting some code from .Net 4.8 to .Net Core 3.1 using the latest S

[sqlite] Hex Password with System.Data.Sqlite (.Net Core)

2020-01-02 Thread Mike King
I'm porting some code from .Net 4.8 to .Net Core 3.1 using the latest System.Data.Sqlite. How do I change / set a database password if my password is a byte array? (It looks like I can use Pragma Key= if my password is text). Many Thanks, Happy New Year and apologies if this has been asked before

[sqlite] mysql -> sqlite problem

2019-12-19 Thread Mike Bentley
e that "Each index name must be unique in the database"? I was able to use the output of the qwk script to create an inspectable sqlite database without the process generating complaints about named indexes already existing. Thanks! -Mike __

Re: [sqlite] Securing user supplied SQL statements in a single process

2019-12-12 Thread Mike King
(This was for a personal project) Cheers, Mike // setup the regex for tokenising the query. // // i. \G means match at the start of where the previous match finished // // ii. We used named groups (?<> with names that match the TokenTypes enum so we can tell which command has been matche

Re: [sqlite] Securing user supplied SQL statements in a single process

2019-12-12 Thread Mike King
possible and I just added my experiences to show it is possible with a little thought. Cheers On Thu, 12 Dec 2019 at 19:29, Warren Young wrote: > On Dec 12, 2019, at 6:08 AM, Mike King wrote: > > > > ...I decided on a simple subset of > > SQL and then wrote a parser using a r

Re: [sqlite] Securing user supplied SQL statements in a single process

2019-12-12 Thread Mike King
I had to do something similar. I’m the end I decided on a simple subset of SQL and then wrote a parser using a regex as the tokeniser. The output was SQL. By doing it this way I could validate field names and make sure all values were correctly formatted and escaped. Cheers On Thu, 12 Dec 2019 at

Re: [sqlite] Entity Framework Core support

2019-11-18 Thread Mike King
;"; // rekey sets / changes password //command.Parameters.Clear(); //command.ExecuteNonQuery(); optionsBuilder.UseSqlite(conn); } } Cheers, Mike On Mon, 18 Nov 2019 at 01:24, Joe Mistachkin wrote: > > Mike King wrote: > > > &

Re: [sqlite] Entity Framework Core support

2019-11-17 Thread Mike King
because it's a new code base, it also lacks some features that EF6 has." *3 EF6 is going to be legacy, the best practice is now to use EFCore for new projects. Is this something which you should be considering putting in your roadmap? Thanks, Mike sources: *1 https://devblogs.microso

Re: [sqlite] Entity Framework Core support

2019-11-17 Thread Mike King
Hi, Sorry to chase an answer but is there any plans to support Entity Framework Core in the roadmap? As I understand it the current version of EF6 is probably going to be the last and it's likely that MS is going to recommend people move over to Core. Cheers, Mike On Fri, 15 Nov 2019 at

[sqlite] Entity Framework Core support

2019-11-14 Thread Mike King
Hi All, I can see System.Data.Sqlite supports Entity Framework 6. Are there any plans to support Entity Framework Core? Apologies if this is a basic question! Cheers, Mike ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http

Re: [sqlite] rationale for private archives of the SQLite mailing list and suppressed reply-to

2019-10-11 Thread Mike Bayer
don't > enjoy using 3rd-party mirrors for searching it. I'd like to propose that we > upgrade to something more modern and secure like Sympa or mlmmj, or even a > more drastic system upgrade to something like Redmine -- a project > tracker + forum. > > On Fri,

[sqlite] rationale for private archives of the SQLite mailing list and suppressed reply-to

2019-10-11 Thread Mike Bayer
Apologies if this has been asked before but what is the reason that the SQLite mailing list archives, linked at http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users, are private for members only in order to be read? The archives can be viewed at a mirror such as http://sqlite.10

Re: [sqlite] RFE: allow parameters in PRAGMA statements

2019-06-11 Thread Mike King
I’ve got a similar issue. I user user_version to store a .net version object I’ve serialised as an int. I convert them to/from text to get them in and out using the pragma. It would be a nice to have for pragmas to support parameters. Cheers On Tue, 11 Jun 2019 at 14:43, Wout Mertens wrote: > H

[sqlite] CVE-2019-5018, Resolved Which Version?

2019-06-04 Thread Mike Nicolino
ch on 2019-03-28, but there's no SQLite release on that date. My theory is that it is resolved in the 3.28 SQLite release (rather than on that date), but I'd like confirmation as the release notes for 3.27 and 3.28 don't reference it. Thanks, Mike Nicolino

Re: [sqlite] SQLite4 version

2019-05-29 Thread Mike King
Would it make sense for DRH to rename V4 to something else? For the uninitiated it’s not always apparent that V3 is what you should be using. Cheers On Wed, 29 May 2019 at 14:03, Warren Young wrote: > On May 29, 2019, at 6:16 AM, Simon Slavin wrote: > > > > There may one day be a release of SQ

Re: [sqlite] library interfering with input function when running in python console

2019-03-22 Thread Mike King
I think this is a problem with the Python SQLite wrapper you are using not SQLite itself. Maybe a better place to ask would be on their mailing list. Also, consider giving a bit more detail as to why it fails as this may help them diagnose the issue. Cheers Mike On Fri, 22 Mar 2019 at 15:10

Re: [sqlite] SQlite.NET.chm

2019-01-09 Thread Mike King
From memory a file is marked as blocked by a hidden file stream attached to the file. That’s why using cp removed the block as I guess it doesn’t understand file streams. Cheers On Wed, 9 Jan 2019 at 21:49, Simon Slavin wrote: > On 9 Jan 2019, at 9:33pm, Don V Nielsen wrote: > > > Is the chm f

Re: [sqlite] Typo

2018-12-25 Thread Mike King
Sadly by the time you get here it will be over for another year. Still seasons greetings from the UK. On Tue, 25 Dec 2018 at 13:45, Richard Hipp wrote: > On 12/25/18, Mike King wrote: > > It’s > > Christmas Day so surely you deserve a mince pie and a fine single malt :) > >

Re: [sqlite] Typo

2018-12-25 Thread Mike King
Surely I speak for all of when I say I hope you have a fantastic Christmas Richard and thanks for everything you do. Do you ever stop though? It’s Christmas Day so surely you deserve a mince pie and a fine single malt :) Cheers On Tue, 25 Dec 2018 at 11:18, Richard Hipp wrote: > Thanks. Fixed

Re: [sqlite] Help!

2018-11-06 Thread Mike King
Hi, Surely it’s just a case of attaching the database file as an attachment to the e-mail. Cheers On Tue, 6 Nov 2018 at 19:52, am...@juno.com wrote: > November 6, 2018 Dear Good People: I would be most appreciative if any of > you how know how to take a database in database (not structure) for

Re: [sqlite] Regarding CoC

2018-10-25 Thread Mike King
I’m more a Mr Creosote kind of guy. Wafer thin mint anybody? :) On Thu, 25 Oct 2018 at 12:08, Petite Abeille wrote: > > > > On Oct 25, 2018, at 12:59 PM, Mike King wrote: > > > > The beer is bloody good and very strong. > > "Beer is proof that Go

Re: [sqlite] Regarding CoC

2018-10-25 Thread Mike King
. The beer is bloody good and very strong. Also, I’m happy to report I didn’t go up in flames when I went there and purchased a case :) Cheers (hic!) Mike On Thu, 25 Oct 2018 at 11:33, Petite Abeille wrote: > > > > On Oct 25, 2018, at 8:33 AM, Philip Warner wrote: > &g

Re: [sqlite] Use with Visual Studio

2018-07-08 Thread Mike King
Same here. Again, I download it from the main system.data site. No problems at all. Cheers On Mon, 9 Jul 2018 at 06:57, Chris Locke wrote: > I use system.data.sqlite.dll (taken from here: > https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki) > with no problems in both VS 201

[sqlite] Stored Procedures

2018-05-08 Thread Mike Clark
Has there been any thought of implementing some kind of stored procedure feature for SQLite? Or does this feature exist in some other form, with another name? -- Mike Clark Twitter: @Cyberherbalist Blog: Cyberherbalist's Blog <http://www.cyberherbalist.co> - "Free will,

[sqlite] About storage of large amounts of image data

2018-05-08 Thread Mike Clark
(Sent this about 2 wks ago, but it never posted to the list and no moderator response either).​ -- Mike Clark Twitter: @Cyberherbalist Blog: Cyberherbalist's Blog <http://www.cyberherbalist.co> - "Free will, though it makes evil possible, is also the only thing that makes

[sqlite] Resetting autoincrement

2018-04-14 Thread Mike Clark
I found this on Stackoverflow: DELETE FROM your_table;DELETE FROM sqlite_sequence WHERE name = 'your_table'; But when I try to run it I get "table not found". Has this been superseded? ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.

[sqlite] Connection open to nonexistent database succeeds! WTF?

2018-03-31 Thread Mike Clark
sqlConnection.State == ConnectionState.Open) { sqlConnection.Close(); } } catch (Exception ex) { result = false; } } return result; } -- Mike Clark <http://www.mikeclark.co>

[sqlite] Resources for learning SQLite

2018-03-29 Thread Mike Clark
y interested in resources that use C#. I've been working with "Using SQLite" by Jay A. Kreibich, and it's very useful, but if there's something more advanced I'd love to know about it. Thanks! -- Mike Clark <http://www.mikeclark.co> Twitter

[sqlite] pragma table_info(tbl)

2018-03-02 Thread mike otwell
electrons were terribly inconvenienced. mike(the uber geek) ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] what internal table contains column names in a table?

2018-03-01 Thread mike otwell
I want to write a program that generates insert & update statements for a table. what internal table would I query to get the column names in a table? -- ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cg

Re: [sqlite] BF Interpreter

2018-03-01 Thread Mike King
Wow. That’s impressive On Thu, 1 Mar 2018 at 09:49, Chris Locke wrote: > "Thats the beauty of it. It doesn't *do* anything." ;) > > > > On Thu, Mar 1, 2018 at 6:55 AM, Gary Briggs wrote: > > > Thanks to the help the other day with the strange concatentation result. > > > > I was referring to

Re: [sqlite] Many ML emails going to GMail's SPAM

2017-11-21 Thread Mike King
lot easier. Cheers, Mike On Tue, 21 Nov 2017 at 17:20, Paul Sanderson wrote: > What about some sort of poll. > > Mail lists might work but the additonal functionality offered by a forum (I > am a member of many) makes them my choice. > > Paul > www.sandersonforensics.c

Re: [sqlite] please remove me from this mailing list

2017-06-17 Thread Mike Henry
or tell me how to remove myself On Sat Jun 17 2017 14:04:02 GMT-0500 (Eastern Standard Time), Mike Henry wrote: thanks ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite

[sqlite] please remove me from this mailing list

2017-06-17 Thread Mike Henry
thanks ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Using key/value idea to store data & creating normal table VIEW?

2017-06-17 Thread Mike Henry
what does this error mean and how can I fix it?java.sql.SQLException: opening db: './MHDB.db': open failed: EROFS (Read-only file system) On Sat Jun 17 2017 07:17:30 GMT-0500 (Eastern Standard Time), Robert M. Münch wrote: On 17 Jun 2017, at 14:10, Igor Tandetnik wrote: > I don't think so. T

[sqlite] Incremental BLOB IO

2017-03-14 Thread Mike King
IO if I'm doing an Insert of a new record. I appreciate it's a really cheeky thing to ask, but does anybody have an example of this? Cheers, Mike ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org

Re: [sqlite] How to get row number of an ID in sorted results

2016-11-13 Thread Mike King
so I can calculate the page. Cheers On Sun, 13 Nov 2016 at 23:26, Igor Tandetnik wrote: > On 11/13/2016 6:17 PM, Mike King wrote: > > Sorry to reply again so soon. I'm just playing about with your query. The > > values in Value1 and Value2 are not unique so I don't th

Re: [sqlite] How to get row number of an ID in sorted results

2016-11-13 Thread Mike King
Sorry to reply again so soon. I'm just playing about with your query. The values in Value1 and Value2 are not unique so I don't think your method would work. Cheers, On 13 November 2016 at 19:47, Igor Tandetnik wrote: > On 11/13/2016 12:29 PM, Mike King wrote: > &

Re: [sqlite] How to get row number of an ID in sorted results

2016-11-13 Thread Mike King
ery to select a record based on the sort criteria. Thanks for your help On 13 November 2016 at 19:47, Igor Tandetnik wrote: > On 11/13/2016 12:29 PM, Mike King wrote: > >> So, after some experimentation, I'm using a temporary table to hold the >> ordered IDs and then gett

Re: [sqlite] How to get row number of an ID in sorted results

2016-11-13 Thread Mike King
ve to effectively do the same query in code surely? Thanks again Mike On Sun, 13 Nov 2016 at 18:55, R Smith wrote: > > > On 2016/11/13 7:29 PM, Mike King wrote: > > I have a table (test) with 3 columns (ID - auto incrementing, Value1 - > Text > > and Value2 - Text).

[sqlite] How to get row number of an ID in sorted results

2016-11-13 Thread Mike King
I have a table (test) with 3 columns (ID - auto incrementing, Value1 - Text and Value2 - Text). After doing an order by in a select query I'd like to know the row number that contains a particular ID. (The real world use is this: I have an application which displays paged lists of results. If you

Re: [sqlite] Does sqlite3 have variables like Oracle?

2016-09-12 Thread Mike Eggleston
Thanks. I didn't think of "CTEs" either. I need to read up on them. Mike > On Sep 12, 2016, at 08:49, Dominique Devienne wrote: > >> On Sun, Sep 11, 2016 at 11:48 PM, mikeegg1 wrote: >> >> I think Oracle (a long distant memory) has variables like

Re: [sqlite] Does sqlite3 have variables like Oracle?

2016-09-12 Thread Mike Eggleston
Duh. What a brilliant idea. Wish I had thought of it. :) Thanks. Mike > On Sep 12, 2016, at 08:02, David Bicking wrote: > > Sqlite doesn't have variable. While last row id is available other ways, a > trick to emulate a variable is to create a temp table with one field. You

[sqlite] Virtual Table BestIndex Being Passed LIKE constraints in SQLite 3.13.0?

2016-06-24 Thread Mike Nicolino
thing changed that now makes it possible for the LIKE constraint to be sent to virtual tables? Thanks, Mike Nicolino On 3/5/15, Mike Nicolino wrote: > I'm using System.Data.SQLite version 1.0.95.0 and have what appears to > be a bug with Virtual Tables. Queries using 'like'

[sqlite] Accessing an encyrpted Sqlite Database

2016-05-17 Thread Mike Nicolino
requirement, I expect it would be easier/safer to make use of SEE in both System.Data.SQLite and your C++ implementation to ensure the encryption modules are compatible. Thanks, Mike Nicolino -Original Message- From: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-boun

[sqlite] SQLite SEE with FIPS compliant Encryption?

2016-04-27 Thread Mike Nicolino
e that the enterprise version of SQLCipher lists a FIPS version; I was hoping we could keep our current implementation which uses SEE however). I'm considering a local modification to SEE to have it call the Windows APIs rather that doing its own encryption; has anyone tried such a thing before

[sqlite] regression in 3.12.0 vs. 3.11.0, column type information in PRAGMA missing

2016-04-09 Thread Mike Bayer
On 04/06/2016 10:33 AM, Richard Hipp wrote: > On 4/4/16, Mike Bayer wrote: >> The "type" column in PRAGMA table_info() is now a blank string when the >> target object is a view in 3.12.0. In 3.11.0 and prior versions, the >> typing information is returned, >>

[sqlite] regression in 3.12.0 vs. 3.11.0, column type information in PRAGMA missing

2016-04-06 Thread Mike Bayer
es at mailinglists.sqlite.org] Im Auftrag von Mike > Bayer > Gesendet: Dienstag, 05. April 2016 21:46 > An: sqlite-users at mailinglists.sqlite.org > Betreff: Re: [sqlite] regression in 3.12.0 vs. 3.11.0, column type > information in PRAGMA missing > > > > On 04/05/2016 0

[sqlite] regression in 3.12.0 vs. 3.11.0, column type information in PRAGMA missing

2016-04-05 Thread Mike Bayer
On 04/05/2016 01:19 PM, Richard Hipp wrote: > On 4/4/16, Mike Bayer wrote: >> The "type" column in PRAGMA table_info() is now a blank string when the >> target object is a view in 3.12.0. In 3.11.0 and prior versions, the >> typing information is returned, >>

[sqlite] regression in 3.12.0 vs. 3.11.0, column type information in PRAGMA missing

2016-04-05 Thread Mike Bayer
On 04/05/2016 10:43 AM, Cezary H. Noweta wrote: > > IMHO, this described by you behavior can be considered as a bug in > ``PRAGMA table_info'', which takes column's affinity from ``CREATE > TABLE'' command only as for now. OK...so *that* is a change. Is *that* by design, and if so should that

[sqlite] regression in 3.12.0 vs. 3.11.0, column type information in PRAGMA missing

2016-04-04 Thread Mike Bayer
The "type" column in PRAGMA table_info() is now a blank string when the target object is a view in 3.12.0. In 3.11.0 and prior versions, the typing information is returned, Version 3.11.0: SQLite version 3.11.0 2016-02-15 17:29:24 Enter ".help" for usage hints. Connected to a transient in-memo

[sqlite] Improving SQLite performance over a network

2015-09-10 Thread Mike McWhinney
Hello, I am using SQLite in a Windows environment. The file storing the database is on a Windows 2008 server.All other file access to this server is reasonably fast. However, when doing simple SELECTS and INSERTS/UPDATESit is noticeably slower on a network. I am talking about 50 records. Now I h

[sqlite] SQlite database access over wireless network

2015-08-24 Thread Mike McWhinney
Hello, I am trying to troubleshoot a problem that I'm having with a program usingSQLite over a wireless network.? I know that wireless networks can havetheir own sets of issues that cause database access problems. What is happening is that something that takes 1 or 2 seconds on a wirednetwork wi

[sqlite] What's the best way to pass function information to virtual table?

2015-06-23 Thread Mike Nicolino
faster than SQLite, after I get the average value, how can I return the result immediately without SQLite going through the aggregator avg()? What are your queries like when you "pass arbitrary specialized queries directly to my virtual table"? Thanks, -C.Lin 2015-06-17 8:48 GMT-07:0

[sqlite] What's the best way to pass function information to virtual table?

2015-06-17 Thread Mike Nicolino
The override of match() trick works pretty well for cases like this. I've overridden match in my virtual table implementation to allow me to pass arbitrary specialized queries directly to my virtual table modules for cases that I know the virtual table can do a better job that SQLite on that qu

[sqlite] Including PRAGMA statements on connection string

2015-06-09 Thread Mike McWhinney
Hellom, I am using the c# variant of sqlite (system.sqlite.data.org) and am using a connection string similar to this: public static string OMconnectionString = "datasource=database.db; Default Timeout=20; PRAGMA busy_timeout = 600; PRAGMA synchronous=Off"; I then use the following statements to

[sqlite] System.Data.SQLite, Virtual Tables, and ThreadAbortException Issues

2015-05-13 Thread Mike Nicolino
es at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Joe Mistachkin Sent: Tuesday, May 12, 2015 8:43 PM To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] System.Data.SQLite, Virtual Tables, and ThreadAbortException Issues Mike Nicolino

[sqlite] System.Data.SQLite, Virtual Tables, and ThreadAbortException Issues

2015-05-13 Thread Mike Nicolino
Hey Everyone, For reference I'm using version 1.0.95.0 of System.Data.SQLite. I've got System.Data.SQLite embedded in our cloud web service using virtual table modules to access our various data sources. Our IIS is configured to abort requests that exceed a maximum time threshold (required for

[sqlite] Select query becomes distinct on where matches unique with null value

2015-04-11 Thread Mike Gladysch
(expected, ok) 3.8.7.2: 1 row (wrong) 3.8.9: 1 row (wrong) Tested with Windows shell binaries. Mike

[sqlite] Virtual Table BestIndex Bug in system.data.sqlite/sqlite with 'like'

2015-03-05 Thread Mike Nicolino
dex Bug in system.data.sqlite/sqlite with 'like' On Mar 5, 2015, at 12:30 PM, Mike Nicolino wrote: > I'm using System.Data.SQLite version 1.0.95.0 and have what appears to be a > bug with Virtual Tables. Queries using 'like' in the where clause are not > gett

[sqlite] Virtual Table BestIndex Bug in system.data.sqlite/sqlite with 'like'

2015-03-05 Thread Mike Nicolino
ite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-boun...@mailinglists.sqlite.org] On Behalf Of Richard Hipp Sent: Thursday, March 05, 2015 10:46 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] Virtual Table BestIndex Bug in system.data.sqlite/sqlite with 

[sqlite] Next version of System.Data.Sqlite bug fixes only or new features?

2015-03-05 Thread Mike Nicolino
1.0.96.0 is already released and its bug fix only per the release notes: System.Data.SQLite version 1.0.96.0 (with SQLite 3.8.8.3) is now available on the System.Data.SQLite website: https://system.data.sqlite.org/ Further information about this release can be seen at https://system.

[sqlite] Virtual Table BestIndex Bug in system.data.sqlite/sqlite with 'like'

2015-03-05 Thread Mike Nicolino
I'm using System.Data.SQLite version 1.0.95.0 and have what appears to be a bug with Virtual Tables. Queries using 'like' in the where clause are not getting the like clause passed to BestIndex as a query constraint. Specifically: - Simple query: select * from foo where name like 'a%

[sqlite] List duplication

2015-03-02 Thread Mike Owens
Okay, I blocked the sqlite-users at sqlite.org address in the to address so if it is sent alone, it will be blocked. On Mon, Mar 2, 2015 at 9:46 PM, Mike Owens wrote: > Oh okay. I see. I'll look into it. > > On Mon, Mar 2, 2015 at 9:23 PM, Darren Duncan > wrote: >> &g

[sqlite] Test

2015-03-02 Thread Mike Owens
This is a test. The sqlite-users at sqlite.org address has been blocked. Only sqlite-users at mailinglists.sqlite.org should be allowed through. Mike

[sqlite] List duplication

2015-03-02 Thread Mike Owens
Duncan > > > On 2015-03-02 7:10 PM, Mike Owens wrote: > >> The problem is that this is the very bone of contention in the reply-to >> religious war. Is it not? I may be wrong, but I thought this is the very >> setting that people get so defensive about changing. As we ha

[sqlite] List duplication

2015-03-02 Thread Mike Owens
> On 2015-03-02 6:14 PM, Mike Owens wrote: > >> On Mon, Mar 2, 2015 at 5:27 PM, R.Smith wrote: >> >>> Ah, thank you, all makes sense now. If you change the first option to YES >>> then nobody else's quirky reply-to headers will get into the list, and >>

[sqlite] List duplication

2015-03-02 Thread Mike Owens
still peak through. > That's as much as I'll say about that. > Thanks again Mike for the list maintenance and the quick replies! > My pleasure. The SQLite community is a delight to work with. It's always seemed to be composed of intelligent, well-behaved people. >

[sqlite] List duplication

2015-03-02 Thread Mike Owens
;s are doing this. I just answered an off-list email from somebody and the reply to was set to the sqlite-users at sqlite.org email, which makes me think it is the MUA and not Mailman. Mike

[sqlite] List duplication

2015-03-02 Thread Mike Owens
gt; thinking there is not a single good reason to keep the situation (unless > someone can show the opposite). > > > > >> On 2015-03-02 10:37 AM, Mike Owens wrote: >> >>> For what it is worth, the move to mailinglists.sqlite.org is a result of >>> th

[sqlite] List duplication

2015-03-02 Thread Mike Owens
List" button (Thunderbird) which replies > > correctly, > > Note that that is considered extremely anti-social in many cases, > because it cuts some people out of discussions entirely. See > http://david.woodhou.se/reply-to-list.html for a full discussion. > > -- > dwmw2 > > > ___ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > > -- Mike

[sqlite] Email Removal

2015-02-21 Thread Mike Brittain
Please remove me from all of your email lists. Thanks

[sqlite] test for bounce detection

2015-02-13 Thread Mike Owens
and I expect it'll go through. >> >> Simon. >> >> > ___ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > -- Mike

Re: [sqlite] Having problems with Entity Framework code first db creation

2015-01-23 Thread Mike Nicolino
This sounds like a problem with the connection string being passed to SQLiteConnection. Your attached package didn't come through, so could you send the connection string you're using? -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On

Re: [sqlite] System.Data.SQLite - Exception Calling SQLiteModule.DeclareTable

2015-01-23 Thread Mike Nicolino
gt;SQLiteModule.DeclareTable > > > >I have always wondered why people will insist on using human readable > >column names (with embedded spaces and special characters) in the > >implementation layer (SQL code) instead of the presentation layer > >(user interface)

Re: [sqlite] System.Data.SQLite - Exception Calling SQLiteModule.DeclareTable

2015-01-21 Thread Mike Nicolino
Figured this one out. DeclareTable doesn't like any 'quoting' around the column names in the sql. It works fine with just straight column names. -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Mike Nicolino

[sqlite] System.Data.SQLite - Exception Calling SQLiteModule.DeclareTable

2015-01-17 Thread Mike Nicolino
I'm getting an exception calling SQLiteModule.DeclareTable that seems to imply the 'create table' sql being passed is invalid: "SQL logic error or missing database". Yet using that same sql on the same connection as a create table call succeeds. Reviewing the virtual table docs don't imply the

[sqlite] System.Data.Sqlite Virtual Table Example?

2014-12-15 Thread Mike Nicolino
Does anyone by chance know of an example of implementing virtual tables with System.Data.Sqlite? The help docs are decent, but seeing an example implementation would be quite helpful to tie it all together. Thanks! ___ sqlite-users mailing list sqlit

Re: [sqlite] Network and concurrency

2014-11-26 Thread Mike McWhinney
I still get the crashes even after adding the pragma. My connection string looks like: public static string OMconnectionString = "URI=file:omm.db; PRAGMA busy_timeout = 15000" Is there anything else I can try? Mike On Wednesday, November 26, 2014 10:34 AM, Simon Slavin wrote:

[sqlite] Network and concurrency

2014-11-26 Thread Mike McWhinney
e any other PRAGMA or connection string statements that can help with this concurrency issue? Thanks Mike ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Locking errors on network

2014-11-10 Thread Mike McWhinney
I am using Sqlite.NET client in C#. How would I go about defining a sqlite busy timeout handler? Thanks Mike On Monday, November 10, 2014 1:35 PM, Tim Streater wrote: On 10 Nov 2014 at 18:22, Mike McWhinney wrote: > So SQLite shouldn't be used at all on a network? Aren

Re: [sqlite] Locking errors on network

2014-11-10 Thread Mike McWhinney
So SQLite shouldn't be used at all on a network? Aren't there any other provisions to handled the locking errors if/when they occur? On Monday, November 10, 2014 12:10 PM, Roger Binns wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/10/2014 09:41 AM, Mike McWhi

[sqlite] Locking errors on network

2014-11-10 Thread Mike McWhinney
SQLiteCommand command = new SQLiteCommand(sql, OMConnection.sqConn); int numRowsAffected = 0; SQLiteTransaction tran; tran = OMConnection.sqConn.BeginTransaction(false); numRowsAffected = command.ExecuteNonQuery(); command.Dispose();

Re: [sqlite] SQLite as a meta database

2014-11-05 Thread Mike Beddo
BestIndex/xFilter skeleton might look like? I walked though "ext/misc/amatch.c" from the www.sqlite.org/src/artifact tree, but I'm a little lost. Thanks, Mike Beddo -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On

Re: [sqlite] Random locking errors using Sqlite.NET

2014-11-04 Thread Mike King
Are you accessing data off the share as well? The Sqlite website is quite categoric that this is not a recommended mode of operation. Also given the database locks when a record is written it is entirely possible one user is locking the table. Cheers, Mike On Tuesday, 4 November 2014, Mike

[sqlite] Random locking errors using Sqlite.NET

2014-11-04 Thread Mike McWhinney
sposing of all objects (data readers, tables, commands) after use. Thanks Mike ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Mike McWhinney
I thought the SQLite mailing list included traffic that discussed System.Data.SQLite I am not sure if there are any forums specifically for the ADO .NET provider and support. I will google to see if I can find the proper reference. Mike On Thursday, October 30, 2014 12:00 PM, Simon Slavin

[sqlite] Fw: Database is locked exceptions

2014-10-30 Thread Mike McWhinney
meout when the database gets locked? Thanks Mike On Wednesday, October 29, 2014 5:26 PM, Mike McWhinney wrote: I will let you know if this fixes the problem. So far I have not had any locking issues. I will see tomorrow when it receives more usage and traffic from other users

[sqlite] Database is locked exceptions

2014-10-29 Thread Mike McWhinney
e c# ADO provider, version 1.0.94.0 (version 3.8.6 of SQLite). One thing is that I have tried a method where I open the database and leave it open through out the life of the program (open it when I start the program and close on exit). Should I perhaps change this so that I open the da

Re: [sqlite] JSON indexing

2014-10-21 Thread Mike Jarmy
s idea: https://www.mail-archive.com/sqlite-users@sqlite.org/msg85934.html something like that seems like its probably a necessary first step to being able to build a JSON index on disk. On Tue, Oct 21, 2014 at 4:29 PM, Nico Williams wrote: > On Tue, Oct 21, 2014 at 2:13 PM, Mike Jarmy wrote:

Re: [sqlite] JSON indexing

2014-10-21 Thread Mike Jarmy
similar to how Postgres does it. On Tue, Oct 21, 2014 at 2:47 PM, Nico Williams wrote: > On Tue, Oct 21, 2014 at 10:14 AM, Dominique Devienne > wrote: > > On Tue, Oct 21, 2014 at 3:38 PM, Mike Jarmy wrote: > > > >> Has there been any discussion of adding JSON indexing

Re: [sqlite] JSON indexing

2014-10-21 Thread Mike Jarmy
-) On Tue, Oct 21, 2014 at 11:35 AM, Cory Nelson wrote: > On Tue, Oct 21, 2014 at 10:14 AM, Dominique Devienne > wrote: > > > On Tue, Oct 21, 2014 at 3:38 PM, Mike Jarmy wrote: > > > > > Has there been any discussion of adding JSON indexing to sqlite, > similar

[sqlite] JSON indexing

2014-10-21 Thread Mike Jarmy
Has there been any discussion of adding JSON indexing to sqlite, similar to the way Full Text Search and R-Tree are available? Postgres 9.4 beta has a very nice facility for creating indexes on json column types: http://www.postgresql.org/docs/9.4/static/datatype-json.html It would be extremely

[sqlite] Can't make SQLite work

2014-07-06 Thread Mike Seabrook Sr
Pro I am using the Mountain Lion OS X 10.8.5. I can't make your program download to complete this week's homework assignment to turn in by Wednesday morning. Can you please guide me to making this work? Mike Seabrook 602-717-7462. ___ sq

  1   2   3   4   5   >