2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00
Commit Graph

240 Commits

Author SHA1 Message Date
ruben
92cd3569a3 Unified (de)serialize with (de)serialize_fields 2020-05-12 15:13:23 +01:00
ruben
4b71760ff3 Added docs on value handling, made limits public 2020-05-12 12:42:57 +01:00
ruben
b4744a1749 Corrected include guards 2020-05-12 11:12:03 +01:00
ruben
90ca918308 Fixed overflow bug for DATETIMES
In text deserialization, for 32 bit systems
2020-05-12 10:27:17 +01:00
ruben
f5a17cdf7e Now text protocol supports invalid dates
Changed text protocol to support invalid dates and datetimes
Added tests
Now months greater than 12, days greater than 31, years greater than
9999 are always rejected
2020-05-11 13:21:29 +01:00
ruben
fdf2662b60 Improved error detection in DATETIME bin deseriaiz
Now DATETIMEs with invalid dates and invalid hours/mins/secs/micros are
considered an error. Added tests.
2020-05-11 09:20:22 +01:00
ruben
6c4364d246 Fixed bug in binary deserialization of invalid datetimes
Added tests to prove it works
2020-05-10 17:02:12 +01:00
ruben
6b6c3d77e0 Added binary deserialize error tests for TIME 2020-05-09 19:26:27 +01:00
ruben
601ad90851 Added range check for DATETIME binary deserializ
Completed DATETIME binary deserialization tests
2020-05-09 17:12:28 +01:00
ruben
fb6c72cd78 Corrected an error description 2020-05-09 17:08:35 +01:00
ruben
a76caa8a83 Refactored binary protocol magic numbers
Fixed wider ranges for DATE and DATETIME
Removed old binary (de)serialization functions
2020-05-08 16:54:22 +01:00
ruben
d71695b3d4 Moved binary serialization into a separate file 2020-05-05 10:57:33 +01:00
ruben
aadd8213ad Added binary deserialization error tests 2020-05-04 20:21:28 +01:00
ruben
b4039c0ffa Simplified binary deserialization impl 2020-05-04 15:35:50 +01:00
ruben
a35671a7ef Improved text deserializ error handling
Added more tests for text deserialization
Corrected some previous tests
Added code to handle some corner cases more gracefully
Refactored
2020-05-03 15:23:40 +01:00
ruben
fa8c11d784 Added deserialize text value err tests for DATETIME 2020-05-02 19:34:47 +01:00
ruben
81db48a085 Added deserialize_test_value err tests, int and float 2020-05-02 12:52:34 +01:00
ruben
ed019adaa9 Changed if stmts to make coverage more representative 2020-05-02 09:27:57 +01:00
ruben
1d52822707 Regularized error code includes 2020-04-25 19:32:53 +01:00
ruben
3ae36b8653 Converted SHA256 env var in a CMake option
TODO cleaning
2020-04-24 14:11:55 +01:00
ruben
7a436895ce Reworked how integration tests do connect 2020-04-24 13:17:38 +01:00
ruben
ec29af7bef Updated docs 2020-04-24 13:06:18 +01:00
ruben
2e96142ebb Split socket-specific methods to socket_connection 2020-04-24 12:35:06 +01:00
ruben
42a921d055 Added connection::connect 2020-04-24 11:54:54 +01:00
ruben
9ebaf321d6 Replaced yield/reenter by full name macros 2020-04-23 15:16:29 +01:00
ruben
53bc5f31c6 Added error_block as helper for sync exc impls 2020-04-23 14:46:31 +01:00
ruben
6c35693edf Simplified channel 2020-04-23 14:27:32 +01:00
ruben
a5da4451fb Updated channel to use async_op
Moved async_op into channel definition header
2020-04-23 14:11:21 +01:00
ruben
6924d0c813 Added async_op
Refactored all network algorithms to use it
Split quit into separate file
2020-04-22 22:56:59 +01:00
ruben
7a256bc274 Attempt to resolve close errors in OSX 2020-04-22 16:11:33 +01:00
ruben
49a505f346 Added clear_errors helper function 2020-04-22 14:02:35 +01:00
ruben
482983352e Added quit and close docs 2020-04-22 13:45:33 +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
ff14e79a5d Fixed missing maybe_unused in static_string 2020-04-21 15:44:48 +01:00
ruben
3862498fb3 Added static_string
Replaced fragile handshake_message static_string emulation by a proper
class
Added unit tests for static_string
2020-04-21 15:10:38 +01:00
ruben
ec80016bad Now endianness conversion is applied on the ints
Previously it was applied on the value_holder's
2020-04-21 13:12:40 +01:00
ruben
b0b7f0ce63 Refactored error code to description impl 2020-04-21 12:28:27 +01:00
ruben
536fa59cec Added wrapper mysql.hpp file 2020-04-20 12:15:24 +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
21dbbc308f Made valgrind_make_mem_defined call conditional 2020-04-19 11:24:29 +01:00
ruben
767b79a6f6 Added basic memcheck 2020-04-18 11:36:31 +01:00
ruben
2808deacb3 Added documentation for UNIX typedefs 2020-04-15 18:27:34 +01:00
ruben
d94bc75f00 Added UNIX typedefs and an example 2020-04-13 16:33:46 +01:00
ruben
e0f72d62ef Added Doxyfile and doxygen infrastructure 2020-04-07 17:19:38 +01:00
ruben
db7f0c38a6 Enhanced remaining doxygen docs 2020-04-07 15:54:41 +01:00
ruben
da2e13848a Reviewed doxygen docs (connection & params) 2020-04-07 15:20:46 +01:00
ruben
9bf70a31e3 Refactored auth calculation 2020-04-07 11:37:40 +01:00
ruben
745064c009 Corrected handshake algorithm
Added integ tests for caching_sha256_password
2020-04-06 13:21:05 +01:00