Re: [sqlite] Unexpected "out of memory" error in CLI edit() function

2019-08-23 Thread Richard Hipp
Fixed here: https://www.sqlite.org/src/info/e32490128684cfee On 8/23/19, Alex Kirchhoff wrote: > Hello, > > I've encountered some unexpected behavior with the CLI's edit() > function. In particular, when passing a BLOB to edit(), and the > result of the editor is an empty file, I get an out of

[sqlite] Unexpected "out of memory" error in CLI edit() function

2019-08-23 Thread Alex Kirchhoff
Hello, I've encountered some unexpected behavior with the CLI's edit() function. In particular, when passing a BLOB to edit(), and the result of the editor is an empty file, I get an out of memory error: $ sqlite3 :memory: "select edit(x'', 'true')" Error: out of memory This works fine with

Re: [sqlite] Problem building DLL on Windows - no exported symbols

2019-08-23 Thread Keith Medcalf
On Friday, 23 August, 2019 06:06, Reynolds, Scott wrote: >I'm trying to build SQLite (sqlite-autoconf-329.tar.gz) for >Windows x64 using Visual Studio 2017. All items are building, but my >test application is unable to resolve any SQLite symbols. This would >seem to be the result of

Re: [sqlite] Problem building DLL on Windows - no exported symbols

2019-08-23 Thread Jose Isaias Cabrera
Reynolds, Scott, on Friday, August 23, 2019 08:05 AM, wrote... > > I'm trying to build SQLite (sqlite-autoconf-329.tar.gz) for Windows x64 > using Visual Studio 2017. All items are building, but my test application is > unable to resolve any SQLite symbols. This would seem to be the

[sqlite] Problem building DLL on Windows - no exported symbols

2019-08-23 Thread Reynolds, Scott
I'm trying to build SQLite (sqlite-autoconf-329.tar.gz) for Windows x64 using Visual Studio 2017. All items are building, but my test application is unable to resolve any SQLite symbols. This would seem to be the result of sqlite3.def being essentially empty (a single EXPORTS line).

[sqlite] SuperSQLite: a supercharged Python SQLite library

2019-08-23 Thread Simon Slavin
I have no connection with this extension to the APSW Python SQLite wrapper, I just saw a pointer to it. The latest commit is around nine months ago. Perhaps someone who is familiar with Python libraries might highlight anything this does new or unusually well.