Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-02-24 Thread Joe Mistachkin
ginal Message- > From: sqlite-users On Behalf > Of Joe Mistachkin > Sent: Saturday, January 18, 2020 6:29 PM > To: 'SQLite mailing list' > Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll > > > Keith Bertram wrote: >> &g

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-02-24 Thread Keith Bertram
Sent: Saturday, January 18, 2020 6:29 PM To: 'SQLite mailing list' Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll Keith Bertram wrote: > > Do you have an estimated time for this release? > If everything goes as planned, right around the third week o

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-18 Thread Joe Mistachkin
Keith Bertram wrote: > > Do you have an estimated time for this release? > If everything goes as planned, right around the third week of February. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-17 Thread Keith Bertram
- > From: sqlite-users On > Behalf Of Simon Slavin > Sent: Thursday, January 16, 2020 10:19 AM > To: SQLite mailing list > Subject: Re: [sqlite] sqlite3_limit equivalent in > System.Data.SQLite.dll > >> On 16 Jan 2020, at 3:21pm, Keith Bertram wrote: >> >

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-16 Thread Joe Mistachkin
From: sqlite-users On Behalf > Of Simon Slavin > Sent: Thursday, January 16, 2020 10:19 AM > To: SQLite mailing list > Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll > >> On 16 Jan 2020, at 3:21pm, Keith Bertram wrote: >> >&g

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-16 Thread Keith Bertram
hoping to just use the .dll straight out of nuget. Keith -Original Message- From: sqlite-users On Behalf Of Simon Slavin Sent: Thursday, January 16, 2020 10:19 AM To: SQLite mailing list Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll On 16 Jan 2020, at 3:21pm

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-16 Thread Simon Slavin
On 16 Jan 2020, at 4:19pm, Simon Slavin wrote: > The actual limit is 125. You can set SQLITE_MAX_ATTACHED to more than 125. 'can' should be 'can't'. Sorry. ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-16 Thread Simon Slavin
On 16 Jan 2020, at 3:21pm, Keith Bertram wrote: > Ok. I was hoping I could set the value to a value higher than 10 without > compiling. I'm curious why the limit is set by default to 10. The actual limit is 125. You can set SQLITE_MAX_ATTACHED to more than 125. It's worth explaining why you w

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-16 Thread Keith Bertram
x27;s a Highway to Hell but only a Stairway to Heaven says a lot about anticipated traffic volume. >-Original Message- >From: sqlite-users On >Behalf Of Keith Bertram >Sent: Wednesday, 15 January, 2020 12:50 >To: SQLite mailing list >Subject: Re: [sqlite] sqlite3_l

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-15 Thread Keith Medcalf
nly a Stairway to Heaven says a lot about anticipated traffic volume. >-Original Message- >From: sqlite-users On >Behalf Of Keith Bertram >Sent: Wednesday, 15 January, 2020 12:50 >To: SQLite mailing list >Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLi

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2020-01-15 Thread Keith Bertram
-Original Message- From: sqlite-users On Behalf Of Joe Mistachkin Sent: Thursday, October 24, 2019 8:36 AM To: SQLite mailing list Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll Yes, the NuGet packages are included in the release. Sent from my iPhone &

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2019-10-24 Thread Joe Mistachkin
t; Of Joe Mistachkin > Sent: Thursday, October 24, 2019 8:12 AM > To: SQLite mailing list > Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll > > > Within the next week or so. > > Sent from my iPhone > >> On Oct 24, 2019, at 8:37 AM, Keith

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2019-10-24 Thread Keith Bertram
Ok. Thanks. Does it get immediately placed under nuget? Keith -Original Message- From: sqlite-users On Behalf Of Joe Mistachkin Sent: Thursday, October 24, 2019 8:12 AM To: SQLite mailing list Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll Within the next

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2019-10-24 Thread Joe Mistachkin
dnesday, October 23, 2019 9:08 PM > To: 'SQLite mailing list' > Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll > > > Keith Bertram wrote: >> >> The default limit for the number of attached databases appears to be >> 10 &g

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2019-10-24 Thread Keith Bertram
Ok. Thanks. Do you have an estimated release date? Keith -Original Message- From: sqlite-users On Behalf Of Joe Mistachkin Sent: Wednesday, October 23, 2019 9:08 PM To: 'SQLite mailing list' Subject: Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll Keith Ber

Re: [sqlite] sqlite3_limit equivalent in System.Data.SQLite.dll

2019-10-23 Thread Joe Mistachkin
Keith Bertram wrote: > > The default limit for the number of attached databases appears to be 10 with the > 1.0.106 version of System.Data.SQLite.dll and I would like to increase this value > to 25. I've used the sqlite3_limit function in the past to increase this value > but I don't see a matchin