Skip to content

Commit

Permalink
[IMP] core: large object support
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl authored and gurneyalex committed Jan 14, 2022
1 parent 591df3c commit 700f30a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion odoo/sql_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ def __exit__(self, exc_type, exc_value, traceback):
self._cursor.__exit__(exc_type, exc_value, traceback)

class PsycoConnection(psycopg2.extensions.connection):
pass
def lobject(*args, **kwargs):
pass

class ConnectionPool(object):
""" The pool of connections to database(s)
Expand Down

0 comments on commit 700f30a

Please sign in to comment.