On Thursday 25 November 2010 6:20:18 pm John Fabiani wrote: > There are several tricks here - I wonder do you think it might be possible > to support the data type 'interval' without defining the DataSource? It > would be very nice to have complete support within Dabo. > > Johnf
I have a diff against dbPostgreSQL.py Dabo Version: Version 0.9.3; Revision ~6199 that I will send to you off list. It registers the string interval adapter and adds "interval":"C" to fldTypeDict. My only reservation is that this changes the behavior of psycopg2 and might break code that is looking for the default behavior of returning a timedelta. -- Adrian Klaver [email protected] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
