utils_db_query: Introduced the query & result preparation areas.
authorSebastian Harl <sh@tokkee.org>
Tue, 30 Mar 2010 19:27:55 +0000 (21:27 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 30 Mar 2010 19:27:55 +0000 (21:27 +0200)
commitf18c3057ac834fdc62246289659b6a9518a147f3
tree0cfcc69785b10d3d32d8c45b665d1318a37b372c
parent5f73b7200633f3e72d1169d6f3f33e2ed8e1188f
utils_db_query: Introduced the query & result preparation areas.

These objects are used to store the temporary data needed during execution of
a query, which was previously stored in the query object itself. This allows
the query object to be used read-only, making it possible to use it from
multiple threads in parallel.

The dbi, oracle and postgresql plugins have been updated to use that
(mandatory) new feature.
src/dbi.c
src/oracle.c
src/postgresql.c
src/utils_db_query.c
src/utils_db_query.h