src/utils_db_query.[ch]: Introduces a ``legacy mode''.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 14 Feb 2009 13:04:02 +0000 (14:04 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 14 Feb 2009 13:14:11 +0000 (14:14 +0100)
commit4cd4d2f6231728cab739f1f614de0a19ecf733d7
treef50f6e7e20244b2e23ae469cc50b688911f6f140
parentd0082642d8e6acf025a73ef663dcf6f289cf65b5
src/utils_db_query.[ch]: Introduces a ``legacy mode''.

When passing `1' as `legacy mode' to `udb_query_create', compatibility
with the postgresql plugin in version 4.5 is enabled. This means that
the options `Query', `MinPGVersion' and `MaxPGVersion' are understood in
the <Query> blocks.

Yet to do is support for the `Column' options. The `Param' option should
probably be implemented using the already existing callback function.
src/dbi.c
src/oracle.c
src/utils_db_query.c
src/utils_db_query.h