Fix failing test w/sqlcipher
This commit is contained in:
parent
61e9937224
commit
397e251458
1 changed files with 1 additions and 1 deletions
|
|
@ -1020,7 +1020,7 @@ class ClosedCurTests(unittest.TestCase):
|
|||
class SqliteColumnTypeTests(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.cx = sqlite.connect(':memory:')
|
||||
self.cx.execute('create table test(a text, b datetime)')
|
||||
self.cx.execute('create table test(a TEXT, b datetime)')
|
||||
self.cx.execute('create view test_view as select * from test')
|
||||
|
||||
def CheckDeclTypes(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue