]> git.sur5r.net Git - bacula/docs/commit
- Add sql_table_name which keeps track of the table name being updated.
authorDan Langille <dan@langille.org>
Fri, 12 Dec 2003 15:41:11 +0000 (15:41 +0000)
committerDan Langille <dan@langille.org>
Fri, 12 Dec 2003 15:41:11 +0000 (15:41 +0000)
commit7a1a86ba2933affcfacef12253ed6b9e592dbe7d
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent945d4da82606de2cbe68dc40f86bf81f44ef0034
- Add sql_table_name which keeps track of the table name being updated.
  This is needed by PostgreSQL.  macro does nothing under MySQL/SQLite
- Add table_name to the PostgreSQL db structure
- remove LastID from the PostgreSQL structure as it is no longer needed
- ensure sql_num_rows, sql_affected_rows, and sql_num_fields return
  unsigned values