Re: [sqlite] Bug in trigger: when comparing a value of an int column to a quoted value

2011-12-24 Thread romtek
So, you also think this is a bug? I will submit it to the SQLite bug database. On Wed, Dec 21, 2011 at 7:42 AM, Alexey Pechnikov wrote: > The problem can be fixed by variables bindings patch: > http://sqlite.mobigroup.ru/wiki?name=tclsqlite > I think, you can do same for

Re: [sqlite] library routine called out of sequence

2011-12-24 Thread Tito Ciuro
Hi Sreekumar, Do you have a db connection shared across threads? This is not advised . Try opening a db connection per thread instead. -- Tito On Dec 23, 2011, at 15:06, Sreekumar TP wrote: > Hi, > > yes, I know. I have a multithreaded app. One db conection.I will

Re: [sqlite] sqlite3_column_text() returning partial results

2011-12-24 Thread Tony McC
On Wed, 21 Dec 2011 21:33:02 + "Jacob A. Camp" wrote: > There it is, when I printed this value out to a txt file everything > was there. > > Apparently there is some sort of character limit when displaying > strings in debug mode in Visual Studio 2010, news to