obtain integer primary keys by calling nextval() on the sequence instead of quering...
authorTony Mack <tmack@cs.princeton.edu>
Tue, 3 Jun 2008 02:25:07 +0000 (02:25 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 3 Jun 2008 02:25:07 +0000 (02:25 +0000)
commitb74c5345bb5c74c64beeeacad2e9aaba3220455a
treebf048d1a23a749d68224ed86b984eb193c6fccc3
parent0f1a34a5cea5c57876d95ccc855185413365ea25
obtain integer primary keys by calling nextval() on the sequence instead of quering the table's oids
PLC/Table.py