Home
last modified time | relevance | path

Searched refs:begin_stmt (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dcursor.c487 char begin_stmt[16] = "BEGIN "; in begin_transaction() local
492 (void)strcat(begin_stmt, self->isolation_level); in begin_transaction()
493 rc = sqlite3_prepare_v2(self->db, begin_stmt, -1, &statement, NULL); in begin_transaction()

Completed in 2 milliseconds