1
0
Fork 0
Commit Graph

28 Commits

Author SHA1 Message Date
Gregory Eremin 610336a34e Rename slave package to driver
The package contains driver code that was supplemented with additional slave commands.
2019-10-28 19:32:35 +01:00
Gregory Eremin ccce5ea0bb Organize test files, make room for other tests 2018-11-20 21:25:04 +01:00
Gregory Eremin 488a08fcab Embed MySQL driver, delete unused stuff, move packages 2018-11-20 21:20:28 +01:00
Gregory Eremin 83e16c72f2 Get rid of FracTime and friends 2018-11-19 22:56:31 +01:00
Gregory Eremin be37d25444 Simplify time format setup 2018-11-18 20:22:22 +01:00
Gregory Eremin 3cae959b1b Format time per RFC 3339 2018-11-18 20:03:38 +01:00
Gregory Eremin c0a153a532 Encode decimals as floats without precision loss 2018-11-18 19:02:34 +01:00
Gregory Eremin 5e2f862e2b Use original driver for queries 2018-11-14 15:56:08 +01:00
Gregory Eremin cb10d7cecf Add support for multi-column tables to tests 2018-11-11 20:57:41 +01:00
Gregory Eremin 6f61469eea Decouple slave connection and reader 2018-11-11 15:26:40 +01:00
Gregory Eremin 8cbca43cf7 Simplify rows event decoding 2018-11-11 14:33:26 +01:00
Gregory Eremin 69353f61bc Everything seem to work now 2018-11-11 14:24:45 +01:00
Gregory Eremin a16d6cf75c Panic if resulting row is not what is expected 2018-11-09 00:58:38 +01:00
Gregory Eremin 9be127ae40 Fix easy linter issues 2018-11-09 00:39:23 +01:00
Gregory Eremin 858d8a7ebe Fix enum test 2018-11-09 00:20:12 +01:00
Gregory Eremin f879884a1e Test enums 2018-11-09 00:05:19 +01:00
Gregory Eremin e86006ca42 Don't test bits 2018-11-09 00:05:08 +01:00
Gregory Eremin bfcc5ad63e Don't test geometry 2018-11-08 23:59:52 +01:00
Gregory Eremin 8a22495a0c JSON tests 2018-11-08 23:29:09 +01:00
Gregory Eremin ff91136fab Sets test 2018-11-08 23:28:27 +01:00
Gregory Eremin ad3be07ad1 Blob tests 2018-11-08 22:00:39 +01:00
Gregory Eremin cc7f29afbe Date and time tests 2018-11-08 20:49:27 +01:00
Gregory Eremin dc78ce0707 Strings tests 2018-11-08 20:49:13 +01:00
Gregory Eremin 6a6b8b785a Null tests 2018-11-08 20:49:04 +01:00
Gregory Eremin f6fcf11dd0 Float and double tests 2018-11-08 20:48:57 +01:00
Gregory Eremin c9abb856d5 Decimal tests 2018-11-08 20:48:46 +01:00
Gregory Eremin b6b8f19d5d Integer tests 2018-11-08 20:48:35 +01:00
Gregory Eremin 5daeb32c4a Setup integration test suite 2018-11-08 20:48:27 +01:00