sync: insert if the primary key (usually an auto-incrementing serial
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 10 Oct 2006 20:27:43 +0000 (20:27 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 10 Oct 2006 20:27:43 +0000 (20:27 +0000)
commit04b3661f520ea3b487d98d9e5caf153f8d307077
treebb627643d9d424f30a0c3245118f3c0cc5943a23
parent83a8dd9c46b03a5c842063fd19f71f6f9e895d08
sync: insert if the primary key (usually an auto-incrementing serial
identifier) has not been specified, or the primary key is the only field
in the table.
PLC/Table.py