Part of lp.testing.pgsql View In Hierarchy
Acts like a normal cursor object, except if CursorWrapper.record_sql is set, then queries that pass through CursorWrapper.execute will be appended to CursorWrapper.last_executed_sql. This is useful for tests that want to ensure that certain SQL is generated.
| Method | __init__ | Undocumented |
| Method | execute | Undocumented |
| Method | __getattr__ | Undocumented |
| Method | __setattr__ | Undocumented |