read-tests work also for ibmdb2

This commit is contained in:
Pierangelo Masarati 2004-08-24 15:14:42 +00:00
parent aaf52b28ff
commit e4f9fcf63b

View File

@ -54,6 +54,12 @@ dbpasswd secret
#
# rdbms specific directives
#
# IBM db2
#ibmdb2#upper_func "ucase"
#ibmdb2#upper_needs_cast "yes"
#ibmdb2#concat_pattern "?||?"
#ibmdb2#children_cond "ucase(ldap_entries.dn)=ucase(cast(? as varchar(255)))"
#
# PostgreSQL
#postgres#insentry_query "insert into ldap_entries (id,dn,oc_map_id,parent,keyval) values ((select case when max(id) is null then 1 else max(id) + 1 end from ldap_entries),?,?,?,?)"
#postgres#upper_func "upper"