diff options
author | Edward Rudd | 2004-06-03 04:32:08 +0000 |
---|---|---|
committer | Edward Rudd | 2004-06-03 04:32:08 +0000 |
commit | 21122f1bb734aa00fc14564d801ea9dc4804c793 (patch) | |
tree | 3d4920b9a47a3528de8c4ac80c402853e9d14719 /CHANGELOG | |
parent | f73dc64cd6dba290a7e062520a421de2b02f82a4 (diff) |
moved quoting of fields to DB driver
fixed segfault in the mysql escape string function
DBi driver working with postgresql.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ | |||
1 | ?: ? | ||
2 | * Added DBI support | ||
3 | * fixed segfault in the mysql driver escape_string function | ||
4 | * switched escape_string driver function to include the string quotes. | ||
5 | |||
1 | 1.98: 2004-04-12 | 6 | 1.98: 2004-04-12 |
2 | * re-fixed apache.m4 to better detect APR and APU code | 7 | * re-fixed apache.m4 to better detect APR and APU code |
3 | * fixed for win32 compilation under apache 2 | 8 | * fixed for win32 compilation under apache 2 |