fernandobatels / rsfbclient

Rust Firebird Client
MIT License
74 stars 10 forks source link

Update varchar.rs to avoid UB #157

Closed Noriebalbinot closed 1 month ago

Noriebalbinot commented 1 month ago

changed innerVarchar struct from [u8,0] to Vec to avoid using get_unchecked.