On Monday 22 January 2007 14:01, Ed Leafe wrote: > On Jan 22, 2007, at 4:45 PM, johnf wrote: > > I have been running simple queries. But it seems possible to > > return different > > types for similar queries. Not only that but I can't get some of > > them to > > return anything. One actually returns a tuple. > > You should be discussing this with the psycopg people. Maybe they > know what to do. > > > As far as only using python types - what type was used for the > > binary stuff > > you did with images? > > Again, that decision was implemented in the MySQLdb package, not in > Dabo. Binary stuff was returned as an array.array. > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com Thanks - I believe that is the first time you have told me the python data type you used for the images. Now I'll have to review how array.array works.
-- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
