openldap/servers/slapd/back-sql
Pierangelo Masarati 05348c5fc5 CHANGES:
- now all write operations appear to work correctly with PostgeSQL 7.0
- all write operations have been made transactional (atomic writes to
  entries are committed separately only in case of complete^1 success
  while all other operations are rolled-back by default)
- more cleanup and handling of exceptional conditions

TODO:
- deen to check with different databases and more up to date versions
  of both unixODBC and PostgreSQL.

^1: attribute add/modify/delete operations silently succeed if the
    appropriate add/delete proc does not exist for each attribute;
    this may be correct to hide undesired/unimplemented correspondence
    between LDAP and SQL databases; however, a more appropriate
    LDAP behavior would be a failure with LDAP_UNAVAILABLE if a
    single write operation cannot be executed for such reason
2002-08-16 16:45:24 +00:00
..
docs changes: 2002-08-13 17:12:27 +00:00
rdbms_depend CHANGES: 2002-08-16 16:45:24 +00:00
back-sql.h CHANGES: 2002-08-16 16:45:24 +00:00
backsql.dsp
bind.c CHANGES: 2002-08-16 16:45:24 +00:00
config.c changes: 2002-08-13 17:12:27 +00:00
entry-id.c CHANGES: 2002-08-16 16:45:24 +00:00
entry-id.h changes: 2002-08-13 17:12:27 +00:00
external.h
init.c CHANGES: 2002-08-16 16:45:24 +00:00
Makefile.in Fix dynamic module linking 2002-06-21 01:34:53 +00:00
modify.c CHANGES: 2002-08-16 16:45:24 +00:00
other.c CHANGES: 2002-08-16 16:45:24 +00:00
schema-map.c CHANGES: 2002-08-16 16:45:24 +00:00
schema-map.h CHANGES: 2002-08-16 16:45:24 +00:00
search.c CHANGES: 2002-08-16 16:45:24 +00:00
sql-types.h CHANGES: 2002-08-16 16:45:24 +00:00
sql-wrap.c CHANGES: 2002-08-16 16:45:24 +00:00
sql-wrap.h CHANGES: 2002-08-16 16:45:24 +00:00
util.c CHANGES: 2002-08-16 16:45:24 +00:00
util.h CHANGES: 2002-08-16 16:45:24 +00:00