dabo Commit
Revision 4807
Date: 2008-12-08 14:02:44 -0800 (Mon, 08 Dec 2008)
Author: Johnf
Trac: http://trac.dabodev.com/dabo/changeset/4807
Changed:
U trunk/dabo/db/dbPostgreSQL.py
Log:
Oops just copied the code instead of reading what I was doing.
Diff:
Modified: trunk/dabo/db/dbPostgreSQL.py
===================================================================
--- trunk/dabo/db/dbPostgreSQL.py 2008-12-08 19:45:01 UTC (rev 4806)
+++ trunk/dabo/db/dbPostgreSQL.py 2008-12-08 22:02:44 UTC (rev 4807)
@@ -235,7 +235,7 @@
"""
try:
- localSchemaName, localTableName = tableName.split(".",
1)
+ localSchemaName, localTableName =
cursor.Table.split(".",1) ##tableName.split(".", 1)
except ValueError:
raise ValueError,_("Please use schema-qualified
datasource names (e.g. 'public.%s')" )% tableName
_______________________________________________
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/[EMAIL PROTECTED]