[sqlite] C++ ORM

2015-03-12 Thread Alejandro Santos
it works OK for my use case, the transaction managements objects needs some work. I have only one transacion in my application so this is not an issue for me. https://github.com/iwongu/sqlite3pp -- Alejandro Santos

Re: [sqlite] Backwards compatibility from 3.8.4.3 to 3.6.20

2014-04-07 Thread Alejandro Santos
On Mon, Apr 7, 2014 at 3:32 PM, Alejandro Santos wrote: > > Changing the journal_mode does not solve my issue :( > A self contained test case: $ LD_LIBRARY_PATH= ./sqlite3 /tmp/broken2.sqlite SQLite version 3.8.4.3 2014-04-03 16:53:12 Enter ".help" for usage hints. sqlit

Re: [sqlite] Backwards compatibility from 3.8.4.3 to 3.6.20

2014-04-07 Thread Alejandro Santos
On Mon, Apr 7, 2014 at 11:47 AM, Alejandro Santos wrote: > Hi, > > I've been using latest v3.8.4.3 to write a database file, but when I > try to open the file with my current distro's sqlite shell I get this > error: > For some reason I can see Richard Hipp answer on

[sqlite] Backwards compatibility from 3.8.4.3 to 3.6.20

2014-04-07 Thread Alejandro Santos
o backwards compatibility issues documented on sqlite webpage. Is the doc behind some changes? Thank you, -- Alejandro Santos ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users