From: Dan Langille Date: Fri, 12 Dec 2003 15:41:11 +0000 (+0000) Subject: - Add sql_table_name which keeps track of the table name being updated. X-Git-Tag: Release-1.34.0~290 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7a1a86ba2933affcfacef12253ed6b9e592dbe7d;p=bacula%2Frescue - 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 ---