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

8 Commits

Author SHA1 Message Date
ruben
f6fffb80da Made MysqlStream, PreparedStatement be templates
Made MysqlStream::write a template accepting any ConstBufferSequence
2019-09-10 20:26:47 +01:00
ruben
87288f232a Added parsing of prepared statement responses
Fixed problems in execute request serialization
2019-08-13 22:10:10 +01:00
ruben
69ba45ff30 Added basic execution of prepared statements 2019-07-28 13:43:02 +01:00
ruben
059216ec2b Added more real read/write of packages and basic prepared statements 2019-07-11 19:41:01 +01:00
ruben
93692833f2 Added MysqlStream 2019-07-07 14:07:26 +01:00
ruben
93bf6f872b Fixed deserialize() bug for int3 and int6
deserialize() was reading uninitialized memory
2019-07-07 14:06:35 +01:00
ruben
1c8dd285ff Added serialization of enums 2019-07-07 11:38:09 +01:00
ruben
e0715451d5 Restructuring of source code for serialization 2019-07-07 11:17:22 +01:00