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

4 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