nakagami / firebirdsql

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

fixed #49 #59

Closed arteev closed 6 years ago

arteev commented 6 years ago

Hello! I fixed # 49. Please look and accept the changes. Thank you!

  1. bug here: paramsToBlr: for i := len(params) - 1; i >= 0; i-- {
  2. TestGoIssue49