mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
- filter -> SQL translation bugfixes
- several memory leaks fixups
- improved configurability:
- allows definition of uppercasing function to support CIS matching on databases that do
case sensitive compares (this fixes up Oracle issues, example updated)
- allows more flexibility in stored procedures interface (different parameter order, optional return
codes - see samples, and comments in backsql.h)
- synchronize function interfaces to recent changes in prototypes ("const" clauses etc.) made for all backends
(those changes led to compile-time errors)
|
||
|---|---|---|
| .. | ||
| docs | ||
| rdbms_depend | ||
| back-sql.h | ||
| backsql.dsp | ||
| bind.c | ||
| config.c | ||
| entry-id.c | ||
| entry-id.h | ||
| external.h | ||
| init.c | ||
| Makefile.in | ||
| modify.c | ||
| other.c | ||
| schema-map.c | ||
| schema-map.h | ||
| search.c | ||
| sql-types.h | ||
| sql-wrap.c | ||
| sql-wrap.h | ||
| util.c | ||
| util.h | ||