summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2008-01-14 20:07:30 +0100
committerSylvain <syt@logilab.fr>2008-01-14 20:07:30 +0100
commitf1a81f8d219c28b09e6daa179cc89027ff070b56 (patch)
tree262787cc7136df52c618f428ac22880243f73c61
parentfcef891dff978e279015e98ab15a00be39b7c71d (diff)
downloadlogilab-common-f1a81f8d219c28b09e6daa179cc89027ff070b56.tar.gz
copyright
-rw-r--r--adbh.py2
-rw-r--r--configuration.py4
2 files changed, 4 insertions, 2 deletions
diff --git a/adbh.py b/adbh.py
index 53f8e96..1502756 100644
--- a/adbh.py
+++ b/adbh.py
@@ -117,12 +117,14 @@ class _GenericAdvFuncHelper:
'Password' : 'bytea',
'Bytes' : 'bytea',
# FIXME: still there for use from erudi, should be moved out
+ # XXX think it can be safely removed now
'COUNT' : 'integer',
'MIN' : 'integer',
'MAX' : 'integer',
'SUM' : 'integer',
'LOWER' : 'text',
'UPPER' : 'text',
+ 'LENGTH' :'integer',
}
diff --git a/configuration.py b/configuration.py
index 5f79b0f..ecaf4d6 100644
--- a/configuration.py
+++ b/configuration.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2003-2006 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
@@ -66,7 +66,7 @@ config.generate_config()
:author: Logilab
-:copyright: 2003-2006 LOGILAB S.A. (Paris, FRANCE)
+:copyright: 2003-2008 LOGILAB S.A. (Paris, FRANCE)
:contact: http://www.logilab.fr/ -- mailto:python-projects@logilab.org
"""