On 6/13/07, Paul McNett <[EMAIL PROTECTED]> wrote: > Nate Lowrie wrote: > > So, John and I tracked down the error. I had named the table > > UnitCategory and the CD is trying to access unitcategory. Somewhere > > in the translation the table name is getting converted to lower case. > > Oh, *man*! I thought our lower()ing days were done at like 0.5... ;(
When I changed the table names to all lower cases, it worked fine. So, it's either the Psycopg2 package or the CD. > > -- > pkm ~ http://paulmcnett.com > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
