mysql-nio icon indicating copy to clipboard operation
mysql-nio copied to clipboard

Parse timestamp columns in text format. Fixes vapor/mysql-nio#71

Open samalone opened this issue 3 years ago • 0 comments

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

samalone avatar Feb 20 '22 12:02 samalone