File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " msql-srv"
3- version = " 0.8.5 "
3+ version = " 0.8.6 "
44edition = " 2018"
55
66description = " Bindings for emulating a MySQL/MariaDB server"
@@ -24,13 +24,13 @@ maintenance = { status = "experimental" }
2424
2525[dependencies ]
2626nom = " 5.0.0"
27- mysql_common = " 0.17 "
27+ mysql_common = " 0.19 "
2828byteorder = " 1"
2929chrono = " 0.4"
3030
3131[dev-dependencies ]
3232postgres = " 0.15.2"
33- mysql = " 16 .0.0"
33+ mysql = " 17 .0.0"
3434mysql_async = " 0.20.0"
3535slab = " 0.4.2"
3636tokio = " 0.1.19"
Original file line number Diff line number Diff line change @@ -788,7 +788,7 @@ fn prepared_nulls() {
788788 assert ! ( !params[ 1 ] . value. is_null( ) ) ;
789789 assert_eq ! (
790790 params[ 0 ] . coltype,
791- myc:: constants:: ColumnType :: MYSQL_TYPE_SHORT
791+ myc:: constants:: ColumnType :: MYSQL_TYPE_NULL
792792 ) ;
793793 // rust-mysql sends all numbers as LONGLONG :'(
794794 assert_eq ! (
You can’t perform that action at this time.
0 commit comments