diff pylearn/dbdict/api0.py @ 633:e242c12eb30d

merged
author desjagui@atchoum.iro.umontreal.ca
date Wed, 21 Jan 2009 03:23:50 -0500
parents 4e7781972999
children 89bc88affef0
line wrap: on
line diff
--- a/pylearn/dbdict/api0.py	Wed Jan 21 03:20:16 2009 -0500
+++ b/pylearn/dbdict/api0.py	Wed Jan 21 03:23:50 2009 -0500
@@ -476,7 +476,7 @@
                                     h_self._link_table.name);
         
         #print 'Creating sql view with command:\n', viewsql;
-
+        print viewsql
         h_self._engine.execute(viewsql);
         s.commit();
         s.close()