Re: [Haskell-cafe] HDBC SQLite error

2011-11-02 Thread Jurriën Stutterheim
I have just tried your suggestion (I explicitly committed right after opening a connection), but unfortunately it did not solve my problem. I've also tried compiling my app without threading, but it didn't seem to have any effect either. On 1 Nov 2011, at 19:03, Alexander Danilov wrote:

[Haskell-cafe] HDBC SQLite error

2011-11-01 Thread Jurriën Stutterheim
Hi all, I have recently switched one of my web applications to SQLite via HDBC. I use it to store some user credentials and data. Initially it seemed to work fine, until I tried logging in from two different browsers. That's when I got the following error when trying to log in: SqlError

Re: [Haskell-cafe] HDBC SQLite error

2011-11-01 Thread Alexander Danilov
01.11.2011 20:30, Jurriën Stutterheim пишет: Hi all, I have recently switched one of my web applications to SQLite via HDBC. I use it to store some user credentials and data. Initially it seemed to work fine, until I tried logging in from two different browsers. That's when I got the