author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 14 Feb 2009 13:04:02 +0000 (14:04 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 14 Feb 2009 13:14:11 +0000 (14:14 +0100) | ||
commit | 4cd4d2f6231728cab739f1f614de0a19ecf733d7 | |
tree | f50f6e7e20244b2e23ae469cc50b688911f6f140 | tree | snapshot |
parent | d0082642d8e6acf025a73ef663dcf6f289cf65b5 | commit | diff |
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.
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 | diff | blob | history | |
src/oracle.c | diff | blob | history | |
src/utils_db_query.c | diff | blob | history | |
src/utils_db_query.h | diff | blob | history |