Changeset 813
- Timestamp:
- 03/08/07 22:50:40 (1 year ago)
- Files:
-
- pg8000/trunk/pg8000-test.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pg8000/trunk/pg8000-test.py
r812 r813 8 8 #db = pg8000.Connection(host='joy.fenniak.net', user='Mathieu Fenniak', database="software", password="hello", socket_timeout=5) 9 9 db = pg8000.Connection(host='localhost', user='mfenniak') 10 11 db.begin() 10 12 11 13 db.execute("DROP TABLE t1") … … 86 88 print "Type checks complete." 87 89 90 db.commit() 91
