author | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Mar 2010 19:27:55 +0000 (21:27 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 30 Mar 2010 19:27:55 +0000 (21:27 +0200) | ||
commit | f18c3057ac834fdc62246289659b6a9518a147f3 | |
tree | 0cfcc69785b10d3d32d8c45b665d1318a37b372c | tree | snapshot |
parent | 5f73b7200633f3e72d1169d6f3f33e2ed8e1188f | commit | diff |
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.
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 | diff | blob | history | |
src/oracle.c | diff | blob | history | |
src/postgresql.c | diff | blob | history | |
src/utils_db_query.c | diff | blob | history | |
src/utils_db_query.h | diff | blob | history |