From: Ian B. <ia...@co...> - 2003-04-19 01:08:36
|
On Fri, 2003-04-18 at 15:58, Luke Opperman wrote: > For those who like things more explicit, I was asked to create a > forced TextCol (instead of letting StringCol handle both cases). I can't decide... use SQL terminology (like TEXT), or Python terminology (like string)... for instance: notNull, notNone, or required? One string column with multiple SQL implementations (CHAR, VARCHAR, and TEXT)? And Python's strings can also be BLOBs... and XMLRPC needs Binary types to distinguish... and someday Python is supposed to distinguish between text and binary data... |