]> git.sur5r.net Git - bacula/bacula/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)
commit38a5a6ba3f01d059e57df50f81f76c3b049b4170
tree973c19d044d13d320057c21a229dc8e16ac1f2c0
parent67fb40049e5d11e1c2f1375d2b32fcf37af3583e
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.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1479 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/dird/query.sql