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

7 Commits

Author SHA1 Message Date
ruben
dbd623a9e0 Added (de)serialization tests for all basic types 2019-10-02 08:09:21 +01:00
ruben
51c84be189 Added serialization tests for fixed size ints 2019-09-25 08:27:41 +01:00
ruben
1d429dc1ba New serialize/deserialize signatures
- Replaced (de)serialize signatures and implementations
- Now all basic types are structs with a value member (ValueHolder)
- Added (de)serialization for tuples
- Added boost::system based error handling
- Temporarily dropped all functionality except (de)serialization
- Re-wrote unit tests for fixed size types and int_lenenc,
  dropped tests for other types
2019-09-24 08:16:00 +01:00
ruben
e0715451d5 Restructuring of source code for serialization 2019-07-07 11:17:22 +01:00
ruben
fe4ed6fad6 Added enum deserialization and tests for string/enum
Now string_null also throws out_of_range on overflow
2019-07-07 10:50:42 +01:00
ruben
83e5eb3416 Converted mysql-asio into a shared library 2019-06-30 10:52:18 +01:00
ruben
c5d2e46cd2 Added basic deserialization functions 2019-06-29 17:18:28 +01:00