From: Alexander P. <ale...@gm...> - 2013-10-08 08:36:27
|
I think such functions should start local transactions, but in current implementation that's not so. You can add this issue into the bug tracker. On 08.10.2013 12:24, Dimitry Sibiryakov wrote: > 08.10.2013 9:21, Alexander Potapchenko wrote: >> SQLColumns() gets data from system tables and it starts transaction of >> course and therefore If auto-commit mode off, driver considers that this >> transaction remains active. > But the question is whether it should start connection-wide transaction or a local one. > |