mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-23 01:16:34 +03:00
Fixed lobject test failures
This commit is contained in:
parent
850423d8fc
commit
e8ef973ddf
|
@ -1,3 +1,7 @@
|
|||
2009-04-01 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* Applied patch from Menno Smits to fix lobject test failures.
|
||||
|
||||
2009-03-08 Federico Di Gregorio <fog@initd.org>
|
||||
|
||||
* microprotocols.c: None is always adapted to NULL to avoid
|
||||
|
|
|
@ -26,6 +26,7 @@ class LargeObjectTests(unittest.TestCase):
|
|||
pass
|
||||
else:
|
||||
lo.unlink()
|
||||
self.conn.close()
|
||||
|
||||
def test_create(self):
|
||||
lo = self.conn.lobject()
|
||||
|
|
Loading…
Reference in New Issue
Block a user