- make last_insert_id() return the primary key value of the last
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 3 Oct 2006 19:27:07 +0000 (19:27 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 3 Oct 2006 19:27:07 +0000 (19:27 +0000)
commit271a8210bbbde4edc1d4d049ce73bd1295044e80
tree4492b312c6029fd65e6124ba4f1df19f6d9caaa6
parent267a3bac20c8c781c49168d835a6b6dbf3f02674
- make last_insert_id() return the primary key value of the last
  inserted row, like DBI
- add notnull and hasdef keywords to fields() so that we know which
  columns must be set
PLC/PostgreSQL.py