Re: [libdbi-users] Problem getting SQLite last sequence value

2016-08-05 Thread Tx0
On 2016-08-02 00:44, Markus Hoenicka wrote: > Hi, > > unfortunately I didn't find the time to actually reproduce your > problem. However, I've found the following conspicuous line in > dbd_sqlite3.c (line 1236 in my copy): > > || strstr(curr_type, "INTEGER PRIMARY KEY") /* BAD BAD HACK */ > > It

Re: [libdbi-users] Problem getting SQLite last sequence value

2016-08-01 Thread Markus Hoenicka
At 2016-07-31 17:19, Tx0 was heard to say: > Hi, > > I'm the author of Tagsistant, a semantic filesystem for Linux, > and this is my first post on this list, so I hope this is the > right place to ask and to not infringe any rule. > > Tagsistant uses a SQL database as its backend, and libDBI to >

[libdbi-users] Problem getting SQLite last sequence value

2016-07-31 Thread Tx0
Hi, I'm the author of Tagsistant, a semantic filesystem for Linux, and this is my first post on this list, so I hope this is the right place to ask and to not infringe any rule. Tagsistant uses a SQL database as its backend, and libDBI to abstract the interaction with different RDBMS. Currently,