summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-02-21 20:20:44 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-02-21 20:20:44 +0000
commit123d7625fbf49b8da5c652ebeec6ba8c0b8dff11 (patch)
treea9a9592b3aaedd1498181a396c319f5323324a7f /lib/sqlalchemy
parent8c0567ea83781bca0333dbeb6dbb34d939736588 (diff)
downloadsqlalchemy-123d7625fbf49b8da5c652ebeec6ba8c0b8dff11.tar.gz
extract fix
Diffstat (limited to 'lib/sqlalchemy')
-rw-r--r--lib/sqlalchemy/types.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/sqlalchemy/types.py b/lib/sqlalchemy/types.py
index 36302cae3..a52ffe59c 100644
--- a/lib/sqlalchemy/types.py
+++ b/lib/sqlalchemy/types.py
@@ -1424,9 +1424,14 @@ class Interval(_DateAffinity, TypeDecorator):
operators.mul:{
Numeric:Interval
},
+ operators.truediv: {
+ Numeric:Interval
+ },
+ # Py2K
operators.div: {
Numeric:Interval
}
+ # end Py2K
}
@property