nakagami / firebirdsql

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

Support negatives INT128 #132

Closed xhit closed 3 years ago

xhit commented 3 years ago

This change covers all integers from -170141183460469231731687303715884105728 to 170141183460469231731687303715884105727

nakagami commented 3 years ago

thanks