mysql-nio
mysql-nio copied to clipboard
Parse timestamp columns in text format. Fixes vapor/mysql-nio#71
Add support for reading timestamp columns in text format. I encountered these when reading timestamp columns from a MariaDB 10.5 database. A simple unit test is included which fails before the patch and succeeds after. Fixes #71