2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-14 12:52:17 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
ruben
09f7bd9aed Added coroutines to integration tests
Changed all prepared_statement functions to not use auto return type
declaration
Fixed wrong return value in prepared_statement::execute
2020-03-28 16:06:36 +00:00
ruben
6c8ee1457f Added support for Boost.Coroutine's 2020-03-27 19:39:31 +00:00
ruben
0f86d72489 Renamed Error enum to errc 2020-03-19 17:40:24 +00:00
ruben
4260bac19b Renamed all 'errc' variables to 'code' 2020-03-19 17:35:08 +00:00
ruben
afdc3bfd19 Moved all names into namespace boost::mysql 2020-03-19 17:19:43 +00:00
ruben
5623307138 Added statement close implementation 2020-02-21 22:29:14 +00:00
ruben
1053af4b46 Converted resultset tests into network tests 2020-02-15 02:39:51 +00:00
ruben
46dc97dd53 Converted query tests into new network style tests 2020-02-14 18:33:04 +00:00
ruben
d976e537c1 Changed handshake tests to use new network test infrastructure 2020-02-14 18:20:44 +00:00
ruben
16347315fe Now network tests use an interface
Made network tests simpler and much more flexible
2020-02-14 17:37:21 +00:00