We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4956aee commit c144216Copy full SHA for c144216
test/DateTimeVar.py
@@ -44,7 +44,7 @@ def testBindDate(self):
44
self.assertEqual(self.cursor.fetchall(), [self.dataByKey[4]])
45
46
def testBindDateTime(self):
47
- "test binding in a Python 2.3 and higher date time"
+ "test binding in a datetime.datetime value"
48
self.cursor.execute("""
49
select * from TestDates
50
where DateCol = :value""",
0 commit comments