summaryrefslogtreecommitdiff
path: root/adbh.py
diff options
context:
space:
mode:
Diffstat (limited to 'adbh.py')
-rw-r--r--adbh.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/adbh.py b/adbh.py
index 61a56c0..4e7f18d 100644
--- a/adbh.py
+++ b/adbh.py
@@ -136,7 +136,6 @@ class _GenericAdvFuncHelper:
'Interval' : 'interval',
'Password' : 'bytea',
'Bytes' : 'bytea',
- 'TIMESTAMP': 'TIMESTAMP',
}
@@ -587,7 +586,6 @@ class _SqlServer2005FuncHelper(_GenericAdvFuncHelper):
'Interval' : 'interval',
'Password' : 'varbinary(255)',
'Bytes' : 'varbinary(max)',
- 'TIMESTAMP': 'datetime',
}
def list_tables(self, cursor):