[sqlite] BUG: Documentation of API have incorrect anchors...

2016-09-01 Thread Rob Wehrli
From: http://www.sqlite.org/c3ref/funclist.html All of these functions have the same anchor: http://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish sqlite3_backup_finish sqlite3_backup_init sqlite3_backup_pagecount sqlite3_backup_remaining sqlite3_backup_step ...and since the

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Frantz FISCHER
Hi Scott, Indeed, just saw the release notes. Will give it a try! Thanks, Frantz. On 01/09/2016 17:29, Scott Robison wrote: In looking at the changelog for 2.7.12, I see multiple SQLite related Python fixes that addressed coredump bugs. On Sep 1, 2016 9:22 AM, "Scott Robison"

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Scott Robison
In looking at the changelog for 2.7.12, I see multiple SQLite related Python fixes that addressed coredump bugs. On Sep 1, 2016 9:22 AM, "Scott Robison" wrote: > It appears 2.7.12 is available. Perhaps it is worth trying. > > On Sep 1, 2016 9:19 AM, "Frantz FISCHER"

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Scott Robison
It appears 2.7.12 is available. Perhaps it is worth trying. On Sep 1, 2016 9:19 AM, "Frantz FISCHER" wrote: > Hello, > > > 2.7.10 python own release. > > Got another crash mentioning the _pylite3.pyd module as you suspected > before. > > > Thanks, > > Frantz. > > > On

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Frantz FISCHER
Hello, 2.7.10 python own release. Got another crash mentioning the _pylite3.pyd module as you suspected before. Thanks, Frantz. On 01/09/2016 17:00, Scott Robison wrote: Specifically, what version / distribution of Python 2 is in use? Python's own release, ActiveState, other? On Sep

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Scott Robison
Specifically, what version / distribution of Python 2 is in use? Python's own release, ActiveState, other? On Sep 1, 2016 8:27 AM, "Frantz FISCHER" wrote: > Hello Richard, > > > Thank you for your answer! > > Could you please tell me which details you would require? > > I

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Frantz FISCHER
Hello Richard, Thank you for your answer! Could you please tell me which details you would require? I managed to get a windows mini dump, would that be of any help? This is the default sqlite3.dll bundled with python 2.7. Do you require the python module? the dll itself? Regards,

Re: [sqlite] wow, amazing!

2016-09-01 Thread ronny . dierckx
Yo! I've been looking for some info on the web and came across that amazing picture, just take a look Faithfully, ronny.dierckx ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

Re: [sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Richard Hipp
On 9/1/16, Frantz FISCHER wrote: > Using our client Python app for synchronization with a server it crashes > frequently generating c005 error and also mentioning sqlite3.dll. Usually when an application crashes and SQLite is mentioned in the stack trace, that indicates

[sqlite] client app crashes frequently and points sqlite DLL

2016-09-01 Thread Frantz FISCHER
Hi experts, Using our client Python app for synchronization with a server it crashes frequently generating c005 error and also mentioning sqlite3.dll. (see file attached for details on the crash event): The SQLlite version is the one bundled with Python 2. Upgrading (replacing) the dll to

Re: [sqlite] database problem with later Android Studio emulator

2016-09-01 Thread Jim Callahan
Wild guess: Could there possibly be a difference in where the different implementations of Android look for SQLite files? If you are using a default directory and the default directory is different on different machines; then Android might not be looking in the correct directory to find your

Re: [sqlite] database problem with later Android Studio emulator

2016-09-01 Thread Clemens Ladisch
Charles L. Sykes wrote: > I installed a Galaxy emulator and figured out how to get a detailed debug > log, and now I am perplexed in getting a "table not found" error. Such an error is typically caused by using the Android framework incorrectly. Regards, Clemens

[sqlite] database problem with later Android Studio emulator

2016-09-01 Thread Charles L. Sykes
Dear SQLite Experts: I recently made the move from Windows 7 to Windows 10, and from Eclipse to Android Studio. I have a set of Oscar quiz apps with a SQLite database, which ran fine when I converted them over, testing under the Nexus Emulator (API 19). When I later obtained a Samsung