nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
224 stars 60 forks source link

ability to return date, time and timestamp in a casteable format #94

Closed xhit closed 4 years ago

xhit commented 4 years ago

Added new exported boolean variable called ReturnCasteableDate, if true then date types Date, Time and Timestamp are returned in casteable formats

Date: returned in format 2006-01-02 Time: returned in format 15:04:05.000 Timestamp: returned in format 2006-01-02 15:04:05.000

xhit commented 4 years ago

Closed by comment in issue 95

Changes doesn't need it.