Paolo Barbolini
|
ec15f6b30c
|
Update uuid crate to v1 (#1821)
|
2022-04-20 12:48:29 -07:00 |
|
Paolo Barbolini
|
ba123e62fa
|
Update time to 0.3.2 (#1455)
Co-authored-by: Tyler Hill <tyhi@tyhi.rs>
|
2022-04-14 15:11:46 -07:00 |
|
Austin Bonander
|
d25ab07f21
|
fix(test): fix mismatched type error in MySQL type tests (#1517)
* fix new warning about trailing semicolon in expression macros
* fix(test): fix mismatched type error in MySQL type tests
|
2021-10-26 13:45:46 -07:00 |
|
Ryan Leckey
|
3d7ac03e52
|
style: rustfmt
|
2020-07-26 22:30:45 -07:00 |
|
Ryan Leckey
|
4fec7db789
|
test(mysql, uuid): add some tests to prove UUIDs work in MySQL
|
2020-07-26 22:30:32 -07:00 |
|
Ryan Leckey
|
ec0e84d8ac
|
feat(mysql): support reading and writing BIT via unsigned integers
e.g., BIT(64) is u64 and BIT(2) is u8
|
2020-07-26 19:42:32 -07:00 |
|
Ryan Leckey
|
96b76dc737
|
update todo examples to 0.4 and use migrations
* update tests/x.py
* add examples/x.py
|
2020-07-18 05:43:16 -07:00 |
|
Julius de Bruijn
|
f246d41aed
|
Fixed an overflow with a negative scale
|
2020-07-09 12:32:19 -07:00 |
|
Julius de Bruijn
|
245d53e484
|
Test Decimal conversions in my and pg
|
2020-07-09 12:32:19 -07:00 |
|
Ryan Leckey
|
0824723765
|
fix: handle zero dates in MySQL, emit as Option::None (treat as NULL)
|
2020-07-03 05:50:06 -07:00 |
|
Peter Maatman
|
eda0b7dea4
|
mysql: Fix decoding of TIME '00:00:00.000000'
Fixes #418
|
2020-06-29 04:33:25 -07:00 |
|
Ryan Leckey
|
e7e2f5b37a
|
fix: implement transparent Serialize and Deserialize for Json<_>
|
2020-06-21 03:55:31 -07:00 |
|
Peter Maatman
|
90242494a8
|
test: expose missing trait bounds for Json<Vec<x>>
|
2020-06-21 03:55:31 -07:00 |
|
Ryan Leckey
|
a2c55b9f31
|
fix(mysql): tweak JSON type so it accepts BINARY in addition to CHAR (and make tests pass in MySQL 5.5)
|
2020-06-10 00:43:14 -07:00 |
|
Ryan Leckey
|
e5b6047009
|
feat: introduce docker-compose based testing for running locally against many database combinations
|
2020-05-30 17:51:55 -07:00 |
|