Alexander Krotov
784964efad
Make sql::with_conn and sql::start_stmt public
...
Existing public methods that use these functions, like sql::execute, are
only suitable for executing a single statement.
Sometimes it is useful to execute multiple statements within one
connection, for example to begin a transaction, execute mutliple SELECT
and INSERT queries and commit or rollback the whole transaction.
2020-02-17 01:35:56 +03:00
..
2020-02-16 21:17:03 +01:00
2020-02-16 03:43:25 +03:00
2020-01-30 23:31:44 +01:00
2020-01-28 17:44:34 +03:00
2020-02-11 01:59:41 +03:00
2020-01-25 13:04:56 +01:00
2020-02-16 00:55:13 +01:00
2020-02-15 21:15:01 +01:00
2020-01-28 23:32:38 +03:00
2020-02-13 13:55:06 +01:00
2020-02-16 15:03:37 +03:00
2020-02-06 22:00:29 +01:00
2020-02-16 15:03:37 +03:00
2020-02-06 22:00:29 +01:00
2019-12-20 12:55:57 +01:00
2020-02-11 01:59:41 +03:00
2020-02-06 22:00:29 +01:00
2020-01-19 23:42:08 +01:00
2020-02-11 01:59:41 +03:00
2020-01-28 17:44:34 +03:00
2020-02-16 21:17:03 +01:00
2020-02-09 23:28:29 +00:00
2020-02-09 12:01:31 +01:00
2020-02-08 08:28:41 +00:00
2020-02-06 22:00:29 +01:00
2020-02-16 21:17:03 +01:00
2020-02-14 22:34:41 +01:00
2019-12-16 23:12:17 +01:00
2020-01-28 17:44:34 +03:00
2020-02-11 21:04:18 +01:00
2020-02-12 19:12:22 +01:00
2020-02-15 22:20:05 +03:00
2020-02-16 15:03:37 +03:00
2020-01-26 12:28:42 +00:00
2020-02-12 19:12:22 +01:00
2020-02-08 00:02:42 +01:00
2020-02-06 22:00:29 +01:00
2020-02-11 21:04:18 +01:00
2020-02-06 22:00:29 +01:00
2019-12-20 12:55:57 +01:00
2020-02-17 01:35:56 +03:00
2020-01-25 22:11:13 +00:00
2020-02-08 08:28:41 +00:00
2020-01-19 23:42:08 +01:00