[sqlite] How do i submit a bug?

2015-10-05 Thread Simon Slavin
On 5 Oct 2015, at 2:13pm, Simon Davies wrote: > Was the library compiled with "SQLITE_USE_URI=1"? > (See "Backwards Compatibility" in https://www.sqlite.org/uri.html) You can find out using PRAGMA compile_options Simon.

[sqlite] How do i submit a bug?

2015-10-05 Thread Simon Davies
On 5 October 2015 at 10:48, Jacob wrote: > Hi John, > > I have tried to create an in memory database according to the > documentation on this link > https://www.sqlite.org/inmemorydb.html > > The documentation lists: (C code) > > rc = sqlite3_open("file:memdb1?mode=memory=shared", ); > > It

[sqlite] How do i submit a bug?

2015-10-05 Thread Jacob
Hi John, I have tried to create an in memory database according to the documentation on this link https://www.sqlite.org/inmemorydb.html The documentation lists: (C code) rc = sqlite3_open("file:memdb1?mode=memory=shared", ); It creates a file on disk this is not supposed to happen. I

[sqlite] How do i submit a bug?

2015-10-05 Thread R.Smith
On 2015-10-05 12:22 AM, Jacob wrote: > Hi, I have discovered a bug, or at least inconsistancy with documantation, > > DO i submit the bug through this mailing list, or is there a ticket system? This is the place to post it. Some of the people here will look into it and if it is found to be a

[sqlite] How do i submit a bug?

2015-10-05 Thread Jacob
Hi, I have discovered a bug, or at least inconsistancy with documantation, DO i submit the bug through this mailing list, or is there a ticket system? Regards Jacob

[sqlite] How do i submit a bug?

2015-10-04 Thread John McKown
Might give this a read: http://www.sqlite.org/src/wiki?name=Bug+Reports But, basically, this is the place to report your problem. Be as exact as you can. I.e. Show the _exact_ statement that is not matching the documentation. Also, give a good link to the doc that you think is in error. Also, you