[SQL-CVS] SQLObject/SQLObject DBConnection.py,1.60,1.61
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <dre...@us...> - 2004-01-13 15:38:01
|
Update of /cvsroot/sqlobject/SQLObject/SQLObject In directory sc8-pr-cvs1:/tmp/cvs-serv3563 Modified Files: DBConnection.py Log Message: Remove leftover from debugging Index: DBConnection.py =================================================================== RCS file: /cvsroot/sqlobject/SQLObject/SQLObject/DBConnection.py,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** DBConnection.py 13 Jan 2004 15:34:37 -0000 1.60 --- DBConnection.py 13 Jan 2004 15:37:58 -0000 1.61 *************** *** 270,274 **** def createTable(self, soClass): - import pdb; pdb.set_trace() self.query('CREATE TABLE %s (\n%s\n)' % \ (soClass._table, self.createColumns(soClass))) --- 270,273 ---- |