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

12 Commits

Author SHA1 Message Date
ruben
27bafae3cb Generalized stmt_execute message iterators 2020-02-03 22:10:04 +00:00
ruben
7eba75a739 Now paremeterized tests get informative names 2020-02-02 12:16:12 +00:00
ruben
8d6c1bbaf7 Now years are represented as plain ints
Now values do not have ::date::year as an option;
represented as plain uint32_t instead
2020-01-31 13:06:21 +00:00
ruben
e949859783 Added stmt close message and serialization 2020-01-31 12:32:48 +00:00
ruben
0345991059 Completed serializ tests for ComStmtExecute
Now serialization tests provide better diagnostics
2020-01-30 15:16:53 +00:00
ruben
59adbf8d89 Added Stmt Exec serialization test infrastructure
Fixed uninitialized memory problem in NULL bitmap serialization
2020-01-30 12:21:16 +00:00
ruben
88e1d39992 Added serialization tests for time
Fixed bug for negative times
2020-01-29 20:58:36 +00:00
ruben
766ba57a02 Added tests for datetime serialization
Fixed bug
2020-01-29 20:25:42 +00:00
ruben
8aa2221a4d Added serialization tests for date 2020-01-29 18:00:20 +00:00
ruben
b2ede181f6 Added serialization tests for floats and doubles 2020-01-29 10:22:13 +00:00
ruben
4ef40c2bf1 Added stmt_prepare msg and serialization 2020-01-26 12:49:52 +00:00
ruben
203765459b Sanitized CMake
Now mysql_asio propagates the right C++ standard
Now tests are built conditionally
Now unit tests are inside their own subdirectory
2020-01-14 11:30:26 +00:00