nakagami / firebirdsql

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

Exec: when using transaction - always commit(rollback not working) #33

Closed arteev closed 8 years ago

arteev commented 8 years ago

Problem code?? file: statement.go line 80: err = stmt.tx.Commit()

nakagami commented 8 years ago

Uum, yes I think something wrong. I will fix it

nakagami commented 8 years ago

Next, I will add test

nakagami commented 8 years ago

https://github.com/nakagami/firebirdsql/blob/master/transaction_test.go