Skip to content
Snippets Groups Projects
Commit e4f9fcf6 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

read-tests work also for ibmdb2

parent aaf52b28
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment