Re: [sqlite] Delphi->COM->.NET->System.Data.SQLite->System.Interop.dll not found

2014-02-06 Thread Joe Mistachkin
ding feature that strongly favor the location of the System.Data.SQLite assembly itself. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Final preparations for the release of System.Data.SQLite v1.0.91.0 have begun...

2014-02-04 Thread Joe Mistachkin
If you have any issues with the current code, please report them via this mailing list (and/or by creating a ticket on "https://system.data.sqlite.org/;) prior to this coming Friday, February 7th. Thanks. -- Joe Mistachkin ___ sqlite-users ma

Re: [sqlite] System.Data.SQLite Preloading and ASP.Net debugging

2014-02-04 Thread Joe Mistachkin
Eric Schultz wrote: > > The 1.0.91.0 beta you gave me works perfect in my scenario. Thanks so much! > Any plan for when the final will be out? > The release is currently scheduled for Monday, February 10th (give or take a day or so). -- Jo

Re: [sqlite] System.Data.SQLite Preloading and ASP.Net debugging

2014-02-03 Thread Joe Mistachkin
y have changed. There has been some fairly major feature work in the last couple releases. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite Preloading and ASP.Net debugging

2014-02-01 Thread Joe Mistachkin
g the code base of the assembly (via automatic detection): https://system.data.sqlite.org/index.html/ci/5ef906e34a Can you please try these changes in your environment and let us know if they work for you? -- Joe Mistachkin ___ sqlite-users mailing li

Re: [sqlite] System.Data.SQLite Preloading and ASP.Net debugging

2014-01-30 Thread Joe Mistachkin
y supported workaround for this limitation of Visual Studio is to use the "PreLoadSQLite_BaseDirectory" environment variable (or configuration file setting). Of course, I'm always open to alternative suggestions on how to work around issues like these in a portable and robust way. -- J

Re: [sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-23 Thread Joe Mistachkin
y packages of System.Data.SQLite released recently. As a workaround, you should be able to it build locally using commands similar to: CD /D C:\path\to\sqlite\dotnet\Setup SET NETFX20ONLY=1 CALL build_ce_200x.bat -- Joe Mistachkin _

Re: [sqlite] System.Data.SQLite - System.MissingMethodException was unhandled

2014-01-23 Thread Joe Mistachkin
ure the public key token in use matches the one expected by the application (see above). -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Significant Performance Problem with System.Data.SQLite.

2014-01-21 Thread Joe Mistachkin
duce nice results. Other than that, I'm not sure which profiler I would recommend for managed code. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Significant Performance Problem with System.Data.SQLite.

2014-01-20 Thread Joe Mistachkin
; work with VS. > Having it work with Visual Studio during development and on Windows Server after it has been deployed are two entirely different scenarios. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Significant Performance Problem with System.Data.SQLite.

2014-01-20 Thread Joe Mistachkin
er 2012 by > configuring the AppPool to allow 32 bit execution. I don't understand that > either. .dll is located in /Bin folder. > There are x64 builds of System.Data.SQLite that should work in a native 64-bit process on Windows Server. -- Joe Mistachkin __

Re: [sqlite] SQLite Error VB 2012 .net Build Error 4.5.1/4.0

2014-01-16 Thread Joe Mistachkin
mmbsuc...@charter.net wrote: > > Any ideas how to get this to work? > Download the version for Visual Studio 2012 and the .NET Framework 4.5 instead. In this case, the file name would be: https://system.data.sqlite.org/downloads/1.0.90.0/sqlite-netFx45-binary-x64- 2012-1.0.90.0.zi

Re: [sqlite] Fw: System.Data.SQLite.dll

2014-01-16 Thread Joe Mistachkin
ficult to determine without knowing exactly where the source code used to build your DLL comes from. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] [System.Data.SQLite] Load spatialite-extension throughSystem.Data.SQLite

2014-01-14 Thread Joe Mistachkin
s not appear with the previous version of Spatialite. These statements taken together would seem to indicate that the bug is in Spatialite, not System.Data.SQLite. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi

Re: [sqlite] windows 2012 server having problems loading sqllite dll

2014-01-10 Thread Joe Mistachkin
ion(IsolationLevel > isolationLevel) >at System.Data.SQLite.SQLiteConnection.1/8/2014 3:55 PM > That particular exception being thrown by the BeginDbTransaction method normally means that the underlying connection is no long

Re: [sqlite] windows 2012 server having problems loading sqllite dll

2014-01-08 Thread Joe Mistachkin
ram with an incorrect > format. > This causes of this error message are covered by the FAQ: https://system.data.sqlite.org/index.html/doc/trunk/www/faq.wiki -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Problem with SQLiteCommand.Parameters and CurrentCulture

2014-01-03 Thread Joe Mistachkin
Marcin Szotka wrote: > > In my opinion command parameters should use InvariantCulture when > converting types to string. > Support for doing this (via new connection flags) has now been implemented on trunk, here: https://system.data.sqlite.org/index.html/info/f2f08c

Re: [sqlite] Windows Embedded Handheld 6.5

2013-12-30 Thread Joe Mistachkin
bably be easier just to use the System.Data.SQLite binaries for "PocketPC", seen here under "Precompiled Binaries for Windows CE (.NET Compact Framework)": https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki -- Joe Mistachkin _

[sqlite] System.Data.SQLite version 1.0.90.0 released

2013-12-23 Thread Joe Mistachkin
mailing list (sqlite-users at sqlite.org) if you encounter any problems with this release. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite and UNC Paths

2013-12-17 Thread Joe Mistachkin
ed to fix other issues), opening a database on a UNC path requires that the initial backslashes in the file name be doubled, e.g.: mypc\db\Mydb.db -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org ht

[sqlite] Final preparations for the release of System.Data.SQLite v1.0.90.0 have begun...

2013-12-16 Thread Joe Mistachkin
If you have any issues with the current code, please report them via this mailing list (and/or by creating a ticket on "https://system.data.sqlite.org/;) prior to next Friday, December 20th. Thanks. -- Joe Mistachkin ___ sqlite-users mailing

Re: [sqlite] VB.net project using Windows CE and SQLite on a handheldPsion terminal

2013-12-03 Thread Joe Mistachkin
folder. > I'm not sure; however, the "testce" project in the System.Data.SQLite repository works fine with the standard .NET Compact Framework 2.0. The project file can be seen here: https://system.data.sqlite.org/index.html/artifact?ci=trunk=testce/ testce.20

Re: [sqlite] SQLite ver: 1.0.89 issue

2013-12-03 Thread Joe Mistachkin
to the possibility of using the wrong database file name. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Percentile function in SQLite 3.8.0 (for the .NETversion)

2013-12-02 Thread Joe Mistachkin
oc/trunk/www/news.wiki In this case, it will be sometime around mid-January, perhaps a bit earlier. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] VB.net project using Windows CE and SQLite on a handheldPsion terminal

2013-12-02 Thread Joe Mistachkin
n be done by right-clicking the "References" node underneath your project node in the Solution Explorer window and selecting the "Add reference..." option. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://

Re: [sqlite] SQLite ver: 1.0.89 issue

2013-12-02 Thread Joe Mistachkin
aving an intermittent issue with query results normally indicates a threading issue (e.g. using the same System.Data.SQLite object instance from more than one thread). Is that a possibility in this case? Can you provide any further details related to thi

Re: [sqlite] Percentile function in SQLite 3.8.0 (for the .NET version)

2013-12-02 Thread Joe Mistachkin
) FROM t1; > > (B) How do I make it work for the SQLite System.Data.Sqlite adapter in .NET? > This involves modifying the SQLite.Interop project to include the percentile extension. The next release (1.0.90.0) will now include this extension by default.

Re: [sqlite] Bug: Namespace System.Data.SQLite.Linq not accessible in Visual Studio 2013 Express

2013-12-01 Thread Joe Mistachkin
Vladimir Bradaska wrote: > > Namespace System.Data.SQLite.Linq not accessible in Visual Studio 2013 > Express > There are no types in the System.Data.SQLite.Linq namespace. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-user

Re: [sqlite] System.Data.SQLite version 1.0.89.0 released

2013-11-28 Thread Joe Mistachkin
Jan Slodicka wrote: > > bool exists; > exists = idxs.TryGetValue("Abc", out i);// true => ok > exists = idxs.TryGetValue("abc", out i);// false => BUG > Thanks, fixed on trunk. SQLiteDataReader now uses the built-in StringC

Re: [sqlite] System.Data.SQLite version 1.0.89.0 released

2013-11-25 Thread Joe Mistachkin
o be entirely compatible, most notable due to not taking the keyInfo into account. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite ADO.NET for .Net Compact Framework 3.9

2013-11-15 Thread Joe Mistachkin
. > I've just checked in files that should assist with properly building things for Windows Embedded Compact 2013, here: https://system.data.sqlite.org/index.html/ci/0adcab7b75 Please let us know if these work for you. -- Joe Mistachkin ___ sq

Re: [sqlite] SQLite ADO.NET for .Net Compact Framework 3.9

2013-11-14 Thread Joe Mistachkin
2008 project into Visual Studio 2012. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Could not load file or assembly'System.Data.SQLite.dll 'or one of its dependencies on WindowsXP. Ideas?

2013-11-13 Thread Joe Mistachkin
Andreas Hofmann wrote: > > Anyone know why this is happening? > The system might not have the required Visual C++ Runtime Libraries installed. However, this can be done manually via one of the downloads at the following link: https://support.microsoft.com/kb/2019667 -- Joe M

Re: [sqlite] compiling the non-AMALGAMATION on visual studio

2013-10-30 Thread Joe Mistachkin
David Clark wrote: > > NMAKE : fatal error U1045: spawn failed : No error > Stop. > >From my research, it looks like this error is caused by a 64-bit versus 32-bit issue. What version Windows are you running? Is it 32-bit or 64-bit? Which ActiveTcl distribution file did you i

Re: [sqlite] System.Data.SQLite v1.0.89 Breaks My App(SQLite.interop.dll)

2013-10-29 Thread Joe Mistachkin
ur target processor architecture and .NET Framework version. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] compiling the non-AMALGAMATION on visual studio

2013-10-28 Thread Joe Mistachkin
Makefile.msc all SPLIT_AMALGAMATION=1 -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] System.Data.SQLite version 1.0.89.0 released

2013-10-26 Thread Joe Mistachkin
mailing list (sqlite-users at sqlite.org) if you encounter any problems with this release. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Mystery why SQLite will not work until System.Data.SQLite has been installed

2013-10-23 Thread Joe Mistachkin
m CC'ing you on this reply just in case you are not consistently getting the list traffic; however, in the future you may wish to check the list archives to be sure that you did not miss a reply (i.e. because it did not end up in your inbox, etc). -- Jo

Re: [sqlite] sqlite-users Digest, Vol 70, Issue 21

2013-10-21 Thread Joe Mistachkin
le does install the required Visual C++ runtime libraries automatically. That would explain why things worked correctly after you ran the setup bundle on the target machine. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqli

Re: [sqlite] System.Data.SQLite Deployment Mystery

2013-10-20 Thread Joe Mistachkin
ran my app > again and it worked as expected. > The setup bundle modifies the machine-wide configuration file to add the SQLite ADO.NET provider. However, when deploying to any machine that does not require the Visual Studio design-time functionality, add the necessary section to the "

[sqlite] Final preparations for the release of System.Data.SQLite v1.0.89.0 have begun...

2013-10-17 Thread Joe Mistachkin
If you have any issues with the current code, please report them via this mailing list (and/or by creating a ticket on "https://system.data.sqlite.org/;) prior to next Friday, October 25th. Thanks. -- Joe Mistachkin ___ sqlite-users mailing

Re: [sqlite] System.Data.SQLite Deployment Problem

2013-10-15 Thread Joe Mistachkin
ption being thrown, it's very hard to be sure which issue you are encountering. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite Application Deployment

2013-10-12 Thread Joe Mistachkin
uires copying the correct files into your application directory. Please see the following: https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki The sections of interest are: Runtime Library Notes, Using Native Library Pre-Loading, and Deployment

Re: [sqlite] Issue with GetSchema (ADO.NET provider)

2013-10-07 Thread Joe Mistachkin
lections" instead. The columns and data contained in the > DataTable are correct. This appears to be the only collection with this > problem. > Thanks for the report. Fixed now: https://system.data.sqlite.org/index.html/ci/e1c3a2bc9c?sbs=0 -- Joe Mistachkin __

Re: [sqlite] Version 3.8.1 beta

2013-10-02 Thread Joe Mistachkin
Jan Nijtmans wrote: > > Well, I did some digging as well, and it looks like the libtool upgrade > is the coolpit: > > See:<http://www.sourceware.org/autobook/autobook/autobook_88.html> > Thanks a lot for looking into

Re: [sqlite] Version 3.8.1 beta

2013-10-01 Thread Joe Mistachkin
t us in the direction of which symbols are "undefined"? > > If new declarations sans definitions weren't actually added, perhaps > someone forgot to add: > > #ifdef _WIN32 > __declspec(dllexport) > #endif > It looks like you are compiling the am

Re: [sqlite] SqLITE .NET Question - Connection default timeout / dyingafter inactivity

2013-10-01 Thread Joe Mistachkin
re are two applications accessing the database. Which one are you having to kill? Do you have any sample code which would help us identify the problem? What version of SQLite is being used? -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.o

Re: [sqlite] Sqlite on Windows 8.1 Metro Application returning CannotOpen Error

2013-09-19 Thread Joe Mistachkin
e temporary directory to a location where your application has read-write permissions? What result do you get for "PRAGMA temp_store_directory;" ? Are you able to install a sqlite3_log callback (via sqlite3_config) and see more details about the error message you

Re: [sqlite] Sqlite on Windows 8.1 Metro Application returning CannotOpen Error

2013-09-19 Thread Joe Mistachkin
rectory() being executed prior to opening the database and is it returning SQLITE_OK? -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Different read/write behaviour when using System.Data.SQLite .NET Wrapper and using database encryption through a password leads to data inconsistency

2013-09-05 Thread Joe Mistachkin
h to try using the latest released version of System.Data.SQLite. Alternatively, you might want to look into the commercial SEE extension, which does work with System.Data.SQLite and is fully supported for use with it. -- Joe Mistachkin ___ sqlite-users mailing list

Re: [sqlite] System.Data.SQLite version 1.0.88.0 released

2013-08-13 Thread Joe Mistachkin
those an throw an exception? > > Note: > SqliteParameterCollection.IsSynchronized should return false Thanks for the report. Fixed here: https://system.data.sqlite.org/index.html/ci/7a1efd7d40?sbs=0 -- Joe Mistachkin ___ sqlite-users m

[sqlite] System.Data.SQLite version 1.0.88.0 released

2013-08-07 Thread Joe Mistachkin
on the SQLite mailing list (sqlite-users at sqlite.org) if you encounter any problems with this release. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Final preparations for the release of System.Data.SQLite v1.0.88.0 have begun...

2013-07-26 Thread Joe Mistachkin
If you have any issues with the current code, please report them via this mailing list (and/or by creating a ticket on "https://system.data.sqlite.org/;) prior to next Friday, August 2nd. Thanks. -- Joe Mistachkin ___ sqlite-users mailing list s

Re: [sqlite] System.Data.SQLite: Leading zeros being stripped off

2013-07-16 Thread Joe Mistachkin
4A7DDA9FDB321459F'); > 1|integer > 01 01|text > sqlite> > > I *expected* to gain TEXT affinity through the use of System.Data.SQLite and it's strongly typed types (doppelt > gemoppelt?), but apparently this is not totally effective. Maybe Joe Mistachkin can say som

[sqlite] System.Data.SQLite version 1.0.87.0 released

2013-07-08 Thread Joe Mistachkin
on the SQLite mailing list (sqlite-users at sqlite.org) if you encounter any problems with this release. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] Final preparations for the release of System.Data.SQLite v1.0.87.0 have begun...

2013-07-01 Thread Joe Mistachkin
ntion. Thanks. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] .net Sqlite lib reading date fields not working?

2013-05-30 Thread Joe Mistachkin
me2 is not recognized by System.Data.SQLite. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] .net Sqlite lib reading date fields not working?

2013-05-30 Thread Joe Mistachkin
DateTimeFormat=CurrentCulture;DateTimeKind=Utc;DateTimeFormat String=M/d/ h:mm:ss tt;" > > Would I need to download a new .NET API or Sqlite version? > Yes, the code is only available in the Fossil source code repository at the moment. -- Joe Mistachkin __

Re: [sqlite] .net Sqlite lib reading date fields not working?

2013-05-29 Thread Joe Mistachkin
e some additional troubleshooting steps you can take to determine EXACTLY how parameter values are being bound to your statement (e.g. via the LogBind connection flag, which can also be enabled via the connection string). The documentation contains full details on the possible connection flag

Re: [sqlite] .net Sqlite lib reading date fields not working?

2013-05-29 Thread Joe Mistachkin
control over the exact format string that will be used to parse and format DateTime objects for a particular connection. Perhaps this will assist with your issue? The changes can be seen here: https://system.data.sqlite.org/index.html/info/4f933521a1 -- Jo

Re: [sqlite] .net Sqlite lib reading date fields not working?

2013-05-29 Thread Joe Mistachkin
mpatible way. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] .net Sqlite lib reading date fields not working?

2013-05-29 Thread Joe Mistachkin
"-MM-ddTHH:mm:ss", "MMddHHmmss", "MMddHHmm", "MMddTHHmmssFFF", "-MM-dd", "MMdd", "yy-MM-dd" }; The DateTime.ParseExact method is used by System.Data.SQLite; therefore, if the DateTime string does not conform to one of the above formats, an exception will be generated. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Compiling SQLite for Windows Phone 8 (revised)

2013-05-28 Thread Joe Mistachkin
ons are statically linked, things may work fine. However, running inside the WinRT sandbox will introduce some complications for dynamic loading, see: http://msdn.microsoft.com/en-us/library/windows/desktop/hh447159%28v=vs.85%2 9.aspx -- Joe Mistachkin __

Re: [sqlite] Compiling SQLite for Windows Phone 8 (revised)

2013-05-28 Thread Joe Mistachkin
FILEMAPPING_API=1" -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Compiling SQLite for Windows Phone 8

2013-05-28 Thread Joe Mistachkin
NSDKLIBPATH=%ProgramFiles(x86)%\Windows Phone Kits\8.0\lib\x86 nmake -f Makefile.msc sqlite3.dll FOR_WINRT=1 USE_RC=0 OPTS="-DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_WIN32_FILEMAPPING_API=1&quo

Re: [sqlite] Unattended install

2013-05-25 Thread Joe Mistachkin
/index.html/doc/trunk/www/downloads.wiki -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] System.Data.SQLite version 1.0.86.0 released

2013-05-24 Thread Joe Mistachkin
on the SQLite mailing list (sqlite-users at sqlite.org) if you encounter any problems with this release. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] [SQLite.NET] Cannot read BLOB data

2013-05-23 Thread Joe Mistachkin
system.data.sqlite.org/index.html/info/dcc277f29a It will be present in the next release (1.0.86.0), due out shortly. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Julian days in Sqlite

2013-05-22 Thread Joe Mistachkin
om extension: http://maia.usno.navy.mil/ser7/tai-utc.dat -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite: Failing APTCA Check

2013-05-16 Thread Joe Mistachkin
Lite. In theory, this could pose a problem: If you actually intend to use partially trusted assemblies -OR- if you intend to install the System.Data.SQLite assemblies into a shared location on the machine, such as the GAC. Perhaps the attribute should be removed from System.Dat

Re: [sqlite] Entity framework design-time has stopped working in latestversions.

2013-05-04 Thread Joe Mistachkin
oming release): https://system.data.sqlite.org/index.html/info/49e30d7612 -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] SQLite.NET.chm pages are empty

2013-04-29 Thread Joe Mistachkin
e in Windows Explorer, right-click the file, go to "Properties", and then click the "Unblock" button. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite: Incompatible file locking behavior starting version 1.0.82.0

2013-04-25 Thread Joe Mistachkin
Levi Haskell wrote: > > Is this what the INTEROP_LEGACY_CLOSE compile-time option refers to? > Yes. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite: Incompatible file locking behavior starting version 1.0.82.0

2013-04-25 Thread Joe Mistachkin
st-practices for the IDisposable interface, and relied heavily upon internal semantics of the native SQLite core library. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite: Incompatible file locking behavior starting version 1.0.82.0

2013-04-25 Thread Joe Mistachkin
// the following line succeeds in v1.0.81.0 and earlier but > // FAILS on v1.0.82.0 and later with "file still in use" error > File.Delete(file); > In the above example, adding "command.Dispose();" just prior to the end of the using block should allow th

Re: [sqlite] [SQLite.Net] Right way to install precompiled binaries?

2013-04-19 Thread Joe Mistachkin
hese requirements in each applicable download package section; however, perhaps there should be a more prominent notice on the top of the download page? -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] System.Data.SQLite version 1.0.85.0 released

2013-04-18 Thread Joe Mistachkin
on the SQLite mailing list (sqlite-users at sqlite.org) if you encounter any problems with this release. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.Sqlite NuGet

2013-04-11 Thread Joe Mistachkin
to the Global Assembly Cache and this may not always be desirable. Unfortunately, this is a requirement that Visual Studio appears to impose on managed assemblies referenced by an installed package. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlit

[sqlite] Final preparations for the release of System.Data.SQLite v1.0.85.0 have begun...

2013-04-07 Thread Joe Mistachkin
If you have any issues with the current code, please report them via this mailing list (and/or by creating a ticket on "https://system.data.sqlite.org/;) prior to this Friday, April 12th. Thanks. -- Joe Mistachkin ___ sqlite-users mailing list s

Re: [sqlite] Problem with System.Data.SQLite version 1.0.84 for CompactFramework

2013-03-15 Thread Joe Mistachkin
ip" download package are intended to be used with the .NET Compact Framework 3.5 running on an ARM processor. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-28 Thread Joe Mistachkin
test version you have suggested might need .net CF 3.5 but I must use > 2.0 CF. > It is also possible to target the .NET Compact Framework 2.0 with the current sources by using the project file for Visual Studio 2005. -- Joe Mistachkin ___ sqlite

Re: [sqlite] sqlite in windows 8?

2013-02-28 Thread Joe Mistachkin
indows-store-apps.aspx -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Sqlite on windows ce 5.0 Emulator

2013-02-27 Thread Joe Mistachkin
when any event calls sqlite dll it is raising > errors. > What errors does it raise? > > I am using SQLite-1.0.66.0-binaries. > Have you tried using the latest version? It is available from: http://system.data.sqlite.org/downloads/1.0.84.0/sqlite-netFx35-binary-Pocke

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0 in System.Data.SQLite

2013-02-15 Thread Joe Mistachkin
Mason, Philip wrote: > > OK ... I've done this and verified that the database file gets released > appropriately when running my test code with EF5. > Thanks. The changes have now been merged to trunk and will appear in the next release. -- Jo

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0 in System.Data.SQLite

2013-02-15 Thread Joe Mistachkin
needs to be set to "true" and the define "INTEROP_LEGACY_CLOSE=1;" needs to be added to the INTEROP_EXTRA_DEFINES property in the SQLite.Interop.20XX.[vs]props file for the version of Visual Studio being used. -- Joe Mistachkin ___ sqli

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0 in System.Data.SQLite

2013-02-14 Thread Joe Mistachkin
would be to compile it with the new compile-time option INTEROP_LEGACY_CLOSE enabled: https://system.data.sqlite.org/index.html/timeline?r=legacyClose -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0in System.Data.SQLite

2013-02-13 Thread Joe Mistachkin
: http://www.mail-archive.com/sqlite-users%40sqlite.org/msg74770.html -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Is anyone have problems called sqlite3 on the WindowsPhone using VB?

2013-01-17 Thread Joe Mistachkin
wrappers available for SQLite for Windows Phone 8. Some possible options are: https://www.nuget.org/packages/sqlite-net http://sqlwinrt.codeplex.com/ Also see Tim Heuer's blog for more information: http://timheuer.com/blog/ -- Joe Mistachkin

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0 in System.Data.SQLite

2013-01-10 Thread Joe Mistachkin
al access violations, etc; now, it just keeps the database connection handle active until everything has been properly disposed. > > 2) Do Entity Framework team members read this list? > I don't know. -- Joe Mistachkin ___ sqlite-users mailing

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0 in System.Data.SQLite

2013-01-10 Thread Joe Mistachkin
er. Also, even the DbCommand base class provided by the .NET Framework itself implements IDisposable (i.e. the class used as the base class for SQLiteCommand). Perhaps somebody on the Entity Framework team could shed some extra light on this issue? -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] System.Data.SQLite: Commit and Rollback set Connection tonull

2013-01-09 Thread Joe Mistachkin
mplementation detail. http://msdn.microsoft.com/en-us/library/system.data.idbtransaction.connectio n.aspx -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] compiling tools for winrt

2013-01-09 Thread Joe Mistachkin
and line. Here is an example: nmake /f Makefile.msc sqlite3.dll FOR_WINRT=1 -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0 in System.Data.SQLite

2013-01-09 Thread Joe Mistachkin
Michael Russell wrote: > > I did do a check-out after you made the above suggestion to me. I did the > fossil checkout / build, but I still have the same problem. > Is there any way you can determine which System.Data.SQLite objects are being held open by the Entity Framew

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0 in System.Data.SQLite

2013-01-09 Thread Joe Mistachkin
/www.sqlite.org/src/timeline?r=trunk > . Is there a build somewhere? I would be happy to try it. > The check-in I mentioned is here: https://system.data.sqlite.org/index.html/info/42d873a6d8 I'm doing the release build for 1.0.84.0 right now; however, it will not be ready until

Re: [sqlite] Change in behavior between 1.0.79.0 and1.0.83.0 in System.Data.SQLite

2013-01-09 Thread Joe Mistachkin
us know if that clears the issue you are seeing? -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0inSystem.Data.SQLite

2013-01-09 Thread Joe Mistachkin
one or more System.Data.SQLite objects have not been disposed and it's holding the database connection and it's associated file(s) open. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0 inSystem.Data.SQLite

2013-01-08 Thread Joe Mistachkin
tion open. I'm not sure if there is a way to force it to close the connection and/or dispose of the other System.Data.SQLite resources it's using. -- Joe Mistachkin ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/

Re: [sqlite] Change in behavior between 1.0.79.0 and 1.0.83.0 inSystem.Data.SQLite

2013-01-04 Thread Joe Mistachkin
sqlCommand = new SQLiteCommand(connection) > { > CommandText = "SELECT * from User where Username='administrator'" > }; > If you make sure and dispose of all SQLiteCommand and SQLiteDataReader objects associated with a particular connecti

Re: [sqlite] Mapping Sqlite INTEGER field to C# Nullable

2013-01-03 Thread Joe Mistachkin
be used instead. Alternatively, the IsDBNull method may be called to check if the underlying column value is NULL prior to calling one of the strongly typed methods. However, I'm not sure how to get the Entity Framework to do that. -- Joe Mistachkin ___ sqlite-use

Re: [sqlite] SQLiteConnection.State Property w/ v1.0.83.0 Changed

2013-01-03 Thread Joe Mistachkin
State. > For your code to be robust using release 1.0.82.0 or later, you'll want to execute a command (any command that reads the schema will work) against the connection prior to considering the password as "correct". -- Joe Mistachkin ___ s

<    1   2   3   4   5   6   7   >