]> git.sur5r.net Git - bacula/bacula/commit
Fix Ingres problems with queries with have both an LIMIT and OFFSET clause as we...
authorMarco van Wieringen <mvw@planets.elm.net>
Mon, 19 Apr 2010 19:03:55 +0000 (21:03 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:43 +0000 (16:53 +0200)
commit606464f7ef6b68bab38787c71c4c52309c8dbcf3
tree573e2fc1d86ffcac1478993fc5ee66533d9dbceb
parent8070d23e009f2a228994fa6379d1306682c4f1b9
Fix Ingres problems with queries with have both an LIMIT and OFFSET clause as we need to reorder this query for Ingres to be understandable we need some more regexp magic for now. Lets make things exentsible and allow for multiple regexps all being fired on a query transforming it into the query to execute. Dropped the encoding check which is for postgresql but not interesting for Ingres now we use VARBYTE and not VARCHAR.
bacula/src/cats/cats.h