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 a APSW connection
180 Verifies that connection methods check wether base class __init__ was called.
182 class Connection(sqlite.Connection):
186 con = Connection(":memory:")
198 the connection object, too. (fetch-across-rollback problem)
200 class Connection(sqlite.Connection):
208 con = Connection(":memory:")
224 Verifies that creating a connection in autocommit mode works.
262 Call a connection with a non-string SQL request: check error handling