dabo Commit
Revision 4054
Date: 2008-04-26 07:57:46 -0700 (Sat, 26 Apr 2008)
Author: Johnf
Trac: http://svn.dabodev.com/trac/dabo/changeset/4054
Changed:
U trunk/dabo/db/dbMsSQL.py
Log:
removed debug info "print" statements
Diff:
Modified: trunk/dabo/db/dbMsSQL.py
===================================================================
--- trunk/dabo/db/dbMsSQL.py 2008-04-26 14:56:05 UTC (rev 4053)
+++ trunk/dabo/db/dbMsSQL.py 2008-04-26 14:57:46 UTC (rev 4054)
@@ -80,7 +80,7 @@
rs = cursor.getDataSet()
tables = [x["table_name"] for x in rs]
tables = tuple(tables)
- print 'finished tbles'
+
return tables
@@ -187,7 +187,7 @@
pk = (name,) in [(p["COLUMN_NAME"], ) for p in pkFields]
fields.append((name, ft, pk))
- print 'finished fields ' + tableName
+
return tuple(fields)
_______________________________________________
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]