]> git.sur5r.net Git - bacula/rescue/commit
Replace INTEGER UNSIGNED and BIGINT UNSIGNED
authorDan Langille <dan@langille.org>
Sat, 17 Jul 2004 15:51:34 +0000 (15:51 +0000)
committerDan Langille <dan@langille.org>
Sat, 17 Jul 2004 15:51:34 +0000 (15:51 +0000)
commit1595437f360de038c4af58bb22ff6196e47aefc0
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parent486e1bf7b537c3d5dac22e967c48398da4a97ebc
Replace INTEGER UNSIGNED and BIGINT UNSIGNED
with BIGINT.  UNSIGNED is not supported by all databases.
However, BIGINT works on SQLite, MySQL, and PostgreSQL

Replace a GROUP BY [which fails on PostgreSQL because
it's not standard SQL] with a DISTINCT, which is what
we are really trying to do anyway.