Re: [sqlite] Bool Values

2009-01-09 Thread Griggs, Donald
To: General Discussion of SQLite Database Subject: [sqlite] Bool Values Is there a way to use bool-values to make migration from other DB easier? e.g. select * from address where local = true like defining true as a contant that represents a numeric 1

[sqlite] Bool Values

2009-01-09 Thread Emil Obermayr
Is there a way to use bool-values to make migration from other DB easier? e.g. select * from address where local = true like defining true as a contant that represents a numeric 1? ___ sqlite-users mailing list sqlite-users@sqlite.org