Available data types in Gadfly 1.0?

Richard Jones rjones at ekit-inc.com
Sat Sep 7 01:48:10 EDT 2002


On Sat, 7 Sep 2002 1:14 pm, Jeff Kowalczyk wrote:
> I'm experimenting with gadfly, and I'm looking for some documentation on
> what data types are available for columns in Gadfly 1.0? so far, I only
> know integer, float, varchar to work. Is there a date type? Boolean?

Gadfly will happily store any marshallable data (ie. builtin types like 
strings, lists, None, tuples, ...) in varchar columns. See

     http://gadfly.sourceforge.net/gadfly.html#id7

As far as the "don't count on that being true" ... I don't know of any plans 
to make it not be true.


   Richard





More information about the Python-list mailing list