Skip to content

Fixed sql query format

Marius Kriegerowski requested to merge bugfix/database-query into master

sqlite and postgresql have incompatible wildcard parameters. sqlite uses question marks whereas postgresql requires c style parameters (%s). The tests require some more fine tuning of the testing infrastructure to provide an postgresql database at test time.

Merge request reports