Hi,

I am a happy sqlite user, using it with version 2.8.0 and tcl.

I remark something strange : 
If  my database is "ap_db" and "tbl_ent" is an empty table :

ap_db eval {select lineid from tbl_ent } will return an empty set, which
is equivalent to {} or "" in tcl

ap_db eval {select max(lineid) from tbl_ent} will return the string
constant "\{\}", which is not equal to {}

Can someone give me a clue to a better understanding of this return
value ?

Thanks, 

Vincent.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to