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

27 Commits

Author SHA1 Message Date
ruben
515c36b94a Removed warning in query_async_callbacks in release 2020-04-03 17:50:35 +01:00
ruben
1810977fca Removed async_handler_arg to an error_info* 2020-04-03 15:24:06 +01:00
ruben
5426dbc89e Added Boost dll to PATH in Appveyor 2020-04-02 20:55:44 +01:00
ruben
c0f338fba3 Trying to make Appveyor link 2020-04-02 20:01:39 +01:00
ruben
a3daff344a Trying to solve link errors in Appveyor 2020-04-02 19:24:38 +01:00
ruben
4b17e968a9 Added Boost::date_time to examples/integ in CMake 2020-04-02 19:11:45 +01:00
ruben
222b4b506a Added example with futures 2020-03-29 12:46:38 +01:00
ruben
5e8303749e Improved docs 2020-03-28 19:47:35 +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
f57de875ef Fixed coroutine example so it is actually run 2020-03-28 14:43:14 +00:00
ruben
6c8ee1457f Added support for Boost.Coroutine's 2020-03-27 19:39:31 +00:00
ruben
701808eed1 Now run examples scripts are autogenerated 2020-03-23 17:08:15 +00:00
ruben
7b682db423 Renamed query_async to query_async_callbacks 2020-03-23 16:55:09 +00:00
ruben
afdc3bfd19 Moved all names into namespace boost::mysql 2020-03-19 17:19:43 +00:00
ruben
dafe0fa1d4 Refactor file structure to not conflict with mysql
Now all includes live within boost
Corrected convention for .hpp and .ipp
Corrected convention for impl/detail
Now detail is split into auth/aux/protocol/network_algorithms
2020-03-17 12:22:05 +00:00
ruben
242d0cd48a Made DB setups compatible with MariaDB 2020-03-13 21:37:28 +00:00
ruben
68884d52d9 Added example for prepared statements 2020-02-22 01:03:29 +00:00
ruben
a65e86af1d Added error_info 2020-01-18 20:05:21 +00:00
anarthal
54f72e37ed Made test scripts work under Windows
Solved problem with integration tests under MySQL 8.x (due to default auth plugin for root)
2020-01-14 22:26:29 +00:00
anarthal
09c737b417 Changes to build in MSVC 2020-01-13 17:28:05 +01:00
ruben
3636983e4c Changes to make code build with g++ release 2020-01-13 12:34:32 +00:00
ruben
2e1bdf794e Now root password is assumed to be blank 2020-01-13 11:41:16 +00:00
ruben
84006c36b8 Modified value_holder so it builds with clang 2020-01-12 15:39:40 +00:00
ruben
e3a067d324 Increased warning level
Now examples and tests compile with more strict warning levels
Now warnings are treated like errors
Now test has its own CMakeLists.txt
Solved several warnings
2020-01-12 14:17:10 +00:00
ruben
fcc5a00c23 Added metadata example 2020-01-11 07:38:02 +00:00
ruben
cbf3d9131b Added async example 2020-01-10 15:58:05 +00:00
ruben
331df43725 Added sync examples 2020-01-10 15:32:01 +00:00