fernandobatels / rsfbclient

Rust Firebird Client
MIT License
76 stars 11 forks source link

Update varchar.rs to avoid UB #157

Closed Noriebalbinot closed 2 months ago

Noriebalbinot commented 2 months ago

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