CMiksche / dbd-modules

Automatically exported from code.google.com/p/dbd-modules
0 stars 0 forks source link

APR 1.3 env variables only set if actual query #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For APR 1.3+ only, env vars are only set when there is an actual query.  If
the saved results from a previous query (on the same connection) are used,
env vars are not set.

Original issue reported on code.google.com by Thomas.D...@gmail.com on 1 Feb 2008 at 2:39

GoogleCodeExporter commented 9 years ago
Changed to use connection->conn_config instead of connection->notes.  Save env 
vars
in a hash within connection->conn_config.

Original comment by Thomas.D...@gmail.com on 2 Aug 2008 at 6:00