Re: [sqlite] SQLite data types.

2009-11-28 Thread P Kishor
On Sat, Nov 28, 2009 at 10:24 PM, Ted Rolle, Jr. wrote: > I'm laboring under a false impression.  I thought that the SQLite data > types were limited to text, integer, float, and something else. > you are under a correct impression. SQLite supports INTEGER, TEXT, REAL, and

[sqlite] SQLite data types.

2009-11-28 Thread Ted Rolle, Jr.
I'm laboring under a false impression. I thought that the SQLite data types were limited to text, integer, float, and something else. On the SQLite site there's Currency, date-time with and without timestamps. Where can I find a listing of these? Ted

Re: [sqlite] SQLite Data types

2008-07-07 Thread Mihai Limbasan
guyot jerome wrote: Hi, I would like to realize the dialect between SQLite and Hibernate but I need to know the correspondence between the SQLite types and the general types (e.g.:How a boolean type is represented under SQLite). What is that somebody can give myself this piece of

[sqlite] SQLite Data types

2008-07-07 Thread guyot jerome
Hi, I would like to realize the dialect between SQLite and Hibernate but I need to know the correspondence between the SQLite types and the general types (e.g.:How a boolean type is represented under SQLite). What is that somebody can give myself this piece of information because I