On 4/27/06, William K. Volkman <[EMAIL PROTECTED]> wrote:
> I believe it's in the SQLite documentation that the database
> doesn't really concern itself with the data types that you
> specify.  Basically it considers everything to be a string
> object for storage purposes.  It's when you try to fetch the
> data that conversion happens to your requested type.

Could be. But there was no indication, either in the SQLite
documentation or SQLAlchemy documentation, of what the expected format
was. This is less of a code bug as a documentation bug, but even so it
might be a good idea to not be so liberal about what we accept.


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to