]> 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)
commit9e5a3c3b6ac74c9819546efd3c92de76be61b4f4
treefd2d970e19575d7622ac3630940f818a777a65b2
parentca9ea37e41de8befed7bf8a1bbc5637ae7e53de0
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