Files
chatmail-core/src
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 03:43:25 +03:00
2020-01-30 23:31:44 +01:00
2020-01-28 17:44:34 +03:00
2020-01-25 13:04:56 +01:00
2020-02-13 13:55:06 +01:00
2020-02-16 15:03:37 +03:00
2020-02-16 15:03:37 +03:00
2020-01-19 23:42:08 +01:00
2020-02-09 23:28:29 +00:00
2020-02-12 19:12:22 +01:00
2020-02-16 15:03:37 +03:00
2020-02-12 19:12:22 +01:00
2020-02-08 00:02:42 +01:00
2020-02-11 21:04:18 +01:00
2019-12-20 12:55:57 +01:00
2020-01-19 23:42:08 +01:00