cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.35k stars 128 forks source link

MySQL encoding data types #517

Closed Zhaars closed 2 years ago

Zhaars commented 2 years ago

Basic implementation and code refactoring regarding data type encoding in MySQL based on @Lagovas PR for PostgreSQL.

Checklist

Lagovas commented 2 years ago

in general looks great except question about returning error in binary encoding. improvements related to type conversions are questionable)