From e118acc6821e2dc553ca402b4ddf85366b61fc92 Mon Sep 17 00:00:00 2001 From: Derek Hulley Date: Fri, 25 Jun 2010 21:20:47 +0000 Subject: [PATCH] Some PostgreSQL fixups - Curiously, a result column alias of 'name' needs to be declared with 'AS name' - Removed dangling semi-colon, which probably isn't an issue git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@20829 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../org.hibernate.dialect.Dialect/patch-common-SqlMap.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml index ae448d331c..81d41e45fc 100644 --- a/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml +++ b/config/alfresco/ibatis/org.hibernate.dialect.Dialect/patch-common-SqlMap.xml @@ -262,12 +262,12 @@