On Monday 22 January 2007 14:11, Paul McNett wrote: > johnf wrote: > > 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. > > Ed didn't use it, MySQLdb used it. The postgres adapter[1] may use > something different. > > [1] I can never remember what the postgresql adapter is called.
Yes I understand your point and I stand corrected. postgres adapter = psycopg. But the bottom line is I want dabo to support postgres binary data (currently dabo supports anything if it's hand coded). MySQLdb returned a "array.array" and maybe psycopg will return array.array. So the question is how do I get dabo to support the array.array from ClassDesigner and in turn the QuickLayoutWizard? Currently the QLW will return a "?" as the data type. It's not just binary data I want. I want to support array data types and maybe user defined functions. But I don't understand what to provide dabo to allow that to occur. Or how I need to change dabo. -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
