]> 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)
commit4c0d3aa12e80a948c8b1722910307011d75c8e48
treecee313225fa84e0b4c1c60a7246736ce53f53fd8
parentff573447153047c6f3c30d53e7f0cb556e3b0b8c
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