]> git.sur5r.net Git - bacula/docs/commitdiff
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)
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.


No differences found