-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
This could be a running list of them as I find them.
- raw Exception in dbconnection.py
sqlobject/sqlobject/dbconnection.py
Line 390 in 49943d5
raise Exception('Object used outside of a transaction; ' - Add executeEntry pattern to firebirdconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/firebird/firebirdconnection.py
- Add executeEntry pattern to mssqlconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/mssql/mssqlconnection.py
- Add executeEntry pattern to rdbhostconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/rdbhost/rdbhostconnection.py
- Add executeEntry pattern to sybaseconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/sybase/sybaseconnection.py
- Add executeEntry pattern to maxdbconnection.py https://github.com/sqlobject/sqlobject/blob/49943d5539d0424811f772ffc81a8cdc1902e252/sqlobject/maxdb/maxdbconnection.py
- Convert exceptions from fetchall in dbconnection._queryAll
sqlobject/sqlobject/dbconnection.py
Line 476 in 49943d5
value = c.fetchone() - Convert exceptions from fetchone in dbconnection._queryOne
sqlobject/sqlobject/dbconnection.py
Line 446 in 49943d5
value = c.fetchall() - Convert exceptions from fetchall in dbconnection._queryAllDescription
sqlobject/sqlobject/dbconnection.py
Line 463 in 49943d5
value = c.fetchall()