Home | History | Annotate | Download | only in test

Lines Matching refs:Connection

53         # statement cache. The others are not accessible from the connection object.
121 With pysqlite 2.4.0 you needed to use a string or an APSW connection
181 Verifies that connection methods check whether base class __init__ was
184 class Connection(sqlite.Connection):
188 con = Connection(":memory:")
200 the connection object, too. (fetch-across-rollback problem)
202 class Connection(sqlite.Connection):
210 con = Connection(":memory:")
226 Verifies that creating a connection in autocommit mode works.
264 Call a connection with a non-string SQL request: check error handling
333 Connection.commit() did reset cursors, which made sqlite3