On 1/22/06, Daniel Holth <[EMAIL PROTECTED]> wrote: > Well, it's not usable with sqlobject right now. Does sqlobject require > any of these features? > > " > * Nulls. > > * Outer joins. > > * CHECK conditions. > > * Enforced data type constraints. > > * Alter table (can't implement until NULLs arrive). > > * Date, Time, and Interval data types > > " > > that are not implemented in gadfly? But check it out anyway. It is > really fun to have an all Python SQL database.
"Require" is a bit strong. Someone *could* probably implement an SQLObject driver for Gadfly, but the lack of these features would diminish the value greatly for testing, since these things commonly come up in real databases. sqlite supports a large enough subset of SQL (and even transactions!) so that it can reasonably be used for testing real-worldish things. Kevin

