]> git.sur5r.net Git - bacula/rescue/commit
Use ' instead of " when quoting strings.
authorDan Langille <dan@langille.org>
Wed, 10 Dec 2003 22:49:27 +0000 (22:49 +0000)
committerDan Langille <dan@langille.org>
Wed, 10 Dec 2003 22:49:27 +0000 (22:49 +0000)
commit325bd9438becc879e1f285b9bb61d24fde75eca7
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904
parentb160ef2c195214f9f0bd86c611061eff76307490
Use ' instead of " when quoting strings.
PostgreSQL cannot handle " and thinks they are attributes.
MySQL can handle ' and so can SQLite.