On 10/22/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
>
> > *) TINYINT is not part of ANSI SQL and should IMO therefore not be
> > used in the SQLite backend.  SQLAlchemy uses BOOLEAN.
>
>    Changed in the trunk along with fromDatabase in the revs 3112-3113.
>
>    They are released as versions 0.7.9b3, 0.8.6b3 and 0.9.2b3. Please test
> and report.

*) guessClass() in sqliteconnection.py still contains the bug that the
find() result is tested to be > 0 whereas it should be tested != -1.
I see that it is fixed in the trunk.

*) The trunk contains a copy & paste error: guessClass returns
col.DecimalCol for 'BOOL' columns.

Kind regards,
Markus

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to