]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allow read transactions to be freely opened and closed by SQL statements run from...
authordan <dan@noemail.net>
Fri, 28 Jun 2013 19:41:43 +0000 (19:41 +0000)
committerdan <dan@noemail.net>
Fri, 28 Jun 2013 19:41:43 +0000 (19:41 +0000)
commitc0537fe59b2e6a0884ed8f64cc0ed1ac3ca29ecf
tree07717862a9f2fc3ebdf226d7d924882b3e63eea6
parent40aa936f7fb9b090060d2e40a1868b9a82a32d6d
Allow read transactions to be freely opened and closed by SQL statements run from within the implementation of user-functions if the user-function is called by a SELECT statement that does not access any database tables (e.g. "SELECT user_function();").

FossilOrigin-Name: f308c4851726b4b75636f714466f2314f56e3ec0
manifest
manifest.uuid
src/btree.c
src/vdbe.c
src/vdbeaux.c
test/wal6.test