From: Ian B. <ia...@co...> - 2003-05-05 17:37:11
|
On Wed, 2003-04-30 at 23:34, David M. Cook wrote: > I think Cols should have an attribute for database-specific type (if > available). This allows querying for a database type that may be > significant to your UI, though not having a meaning in Python or not yet > being handled by a constraint/validation system. Sure. There's now a sqlType keyword argument to Col that should do the trick. Ian |