Apply changes from pysqlite3.
This commit is contained in:
parent
941a18dcac
commit
d354b48238
4 changed files with 24 additions and 16 deletions
|
|
@ -593,7 +593,7 @@ class BlobTests(unittest.TestCase):
|
|||
self.assertEqual(self.blob.tell(), 50)
|
||||
|
||||
def CheckBlobWriteMoreThenBlobSize(self):
|
||||
with self.assertRaises(sqlite.OperationalError):
|
||||
with self.assertRaises(ValueError):
|
||||
self.blob.write(b"a" * 1000)
|
||||
|
||||
def CheckBlobReadAfterRowChange(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue