AW: [sqlite] Case-sensitive table names

2005-09-28 Thread Ivo Kulms
s@sqlite.org; [EMAIL PROTECTED] Betreff: Re: [sqlite] Case-sensitive table names On 9/28/05, Ivo Kulms <[EMAIL PROTECTED]> wrote: > Hi there, > > Is it possible in sqlite to work with case-sensitive table- and column > names? > > (Sorry if this has been already answered

[sqlite] Case-sensitive table names

2005-09-28 Thread Ivo Kulms
Hi there, Is it possible in sqlite to work with case-sensitive table- and column names? (Sorry if this has been already answered somewhere in the documentation, but I did not seem to find it.) Cheers, ivo

[sqlite] rounding problems with milliseconds

2005-08-10 Thread Ivo Kulms
Hello, It seems that at least under windows there are rounding problems with the milliseconds: sqlite> select strftime("%f", "2005-01-01 12:34:55.122"); 55.121 sqlite> select strftime("%f", "2005-01-01 12:34:55.123"); 55.122 sqlite> select strftime("%f", "2005-01-01 12:34:55.124"); 55.124