ruben
|
42a921d055
|
Added connection::connect
|
2020-04-24 11:54:54 +01:00 |
|
ruben
|
ad82222828
|
Added connection close
|
2020-04-22 12:28:02 +01:00 |
|
ruben
|
f49ff4dc1f
|
Added basic quit
|
2020-04-21 19:47:21 +01:00 |
|
ruben
|
a54c83ef6a
|
Replaced tabs for spaces
|
2020-04-20 11:36:31 +01:00 |
|
ruben
|
16ef83b136
|
Added copyrights
|
2020-04-20 11:18:52 +01:00 |
|
ruben
|
082b279ba2
|
Changed network_functions.cpp to build under MSVC
Replaced template variables by static ones
|
2020-04-15 18:33:14 +01:00 |
|
ruben
|
a7625831d4
|
Extended tests to run under UNIX sockets
|
2020-04-15 12:42:38 +01:00 |
|
ruben
|
8cf185eebe
|
Added integ tests for error_info*=nullptr in asyncs
|
2020-04-03 16:16:34 +01:00 |
|
ruben
|
9f1c77e20b
|
Simplified some network_function's impl
|
2020-04-03 15:48:32 +01:00 |
|
ruben
|
5d9ce90b29
|
Added tests to verify we clear error_info in asyncs
|
2020-04-03 15:30:51 +01:00 |
|
ruben
|
1810977fca
|
Removed async_handler_arg to an error_info*
|
2020-04-03 15:24:06 +01:00 |
|
ruben
|
d98e36b733
|
Added futures to integ tests
|
2020-03-28 17:28:52 +00:00 |
|
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 |
|