issues
search
blackbeam
/
rust_mysql_common
Common primitives of MySql protocol.
Apache License 2.0
109
stars
84
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Could the `HlistFromRow` trait be publically referencable?
#149
ch3pjw
opened
17 hours ago
0
Replace proc-macro-error crate with proc-macro-error2
#148
rs-sac
opened
4 days ago
0
jsonb: Introduce `JsonDom` type and parsing/conversion
#147
blackbeam
closed
3 weeks ago
0
Extending the FromRow trait for 16 argmuents
#146
Wassbdr
opened
1 month ago
0
Implementation of binlog::misc::my_{datetime/time}_packed_from_binary functions do not match MySql implementation
#145
vassili-zarouba
closed
4 weeks ago
4
Added implementation of client_ed25519 authentification method
#144
crai0n
opened
1 month ago
0
update to base64 0.22
#143
serprex
closed
3 months ago
0
Add vector type added in MySQL 9.0
#142
dbussink
closed
2 months ago
0
[question] mysql::Row is always Bytes
#141
altmannmarcelo
closed
4 months ago
2
Update #139
#140
blackbeam
closed
4 months ago
0
Read TLV length correctly in optional metadata
#139
maorsaleh
closed
4 months ago
2
Authentication protocol client_ed25519
#138
daniel-pfeiffer
opened
4 months ago
5
Confusion about JSON type in binlog parsing
#137
artorias1024
closed
5 months ago
8
Regression: Initial error packet ignored after #114
#136
petrosagg
closed
5 months ago
2
Add proper support for collations
#135
altmannmarcelo
closed
5 months ago
0
added: parse integers to bool
#134
thed0ct0r
closed
6 months ago
0
TinyInt not parsed correctly to bool (in accordance to the mysql/mariadb spec)
#133
thed0ct0r
closed
6 months ago
3
Add TEXT in ColumnType
#132
tisonkun
closed
6 months ago
1
derive: fix unqualified `Result` in generated code
#131
blackbeam
closed
6 months ago
0
Respect quoted identifiers in `ParsedNamedParams::parse` (fix #129)
#130
blackbeam
closed
7 months ago
0
parse_named_params is does not handle escaped idents
#129
aljazerzen
opened
7 months ago
1
MARIADB_VERSION_RE now incorrect
#128
grooverdan
closed
7 months ago
1
Add flags_raw() methods for rows events
#127
blackbeam
closed
7 months ago
0
Expose a flags() method on RowsEventData to read corresponding event flags
#126
rjobanp
closed
7 months ago
0
fix: update MariaDB version regex to make the version hack optional
#125
Jolg42
closed
8 months ago
0
Incorrect MariaDB Regex for versions >= 11.X
#124
Weakky
closed
8 months ago
0
derive: Implemnt `From<Newtype> for Value` when serialize_with is given
#123
blackbeam
closed
9 months ago
0
Update proc-macro-crate
#122
westy92
closed
9 months ago
0
Honor `max_packet_size` field in `HandshakeResponse` packet
#121
Will-Low
closed
9 months ago
0
add unic-langid FromValue implementation
#120
tronicboy1
opened
10 months ago
0
Add packets for `caching_sha2_password` public key retrieval
#119
Will-Low
closed
9 months ago
0
Add `with` field attribute for the FromRow derive macro
#118
blackbeam
closed
9 months ago
0
Add SERVER_STATUS_ANSI_QUOTES flag
#117
blackbeam
closed
10 months ago
0
Add Value conversions for `Box`, `Arc` and `Rc` of `str` and `[u8]`
#116
blackbeam
closed
10 months ago
0
Update zstd
#115
westy92
closed
10 months ago
0
Make SQLSTATE optional in ServerError
#114
Will-Low
closed
9 months ago
0
`bit(1)` column cannot parse it into `bool`
#113
StrikeW
opened
10 months ago
5
add impl From<Box<[u8]>> for Value
#112
3tieto
closed
10 months ago
0
Update proc-macro-crate
#111
westy92
closed
10 months ago
2
Defining mysql replication Heartbeet Event period from the secondary
#110
darnuria
opened
11 months ago
1
Release 0.31.0
#109
blackbeam
closed
1 year ago
0
Should the table_map in EventStreamReader be cleared when a ROTATE_EVENT is received?
#108
artorias1024
closed
1 year ago
4
Hide binlog behind a feature
#107
blackbeam
closed
1 year ago
0
null value convert will cause panic.
#106
yuyang-ok
closed
1 year ago
0
Add the capability to temporarily disable checksum verification.
#105
altmannmarcelo
closed
1 year ago
4
Add support for Binlog Transaction Compression
#104
altmannmarcelo
closed
1 year ago
2
Use a more correct crate for int parsing
#103
Shnatsel
closed
1 year ago
1
RUSTSEC-2023-0055: Multiple soundness issues with `lexical`
#102
ilammy
closed
1 year ago
1
Fixed ComBinlogDump pos field overflow
#101
altmannmarcelo
closed
1 year ago
0
ComBinlogDump overflow issue
#100
altmannmarcelo
closed
1 year ago
2
Next