nakagami / firebirdsql

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

Firebird Events #92

Closed arteev closed 4 years ago

arteev commented 4 years ago

Greetings @nakagami ! I implemented the Firebird Event. This issue (#34) was opened by me three years ago, but no one has done this task. If it’s not difficult for you, then please do a review and, if possible, accept pull request. I’m also ready to listen to criticism, and your suggestions for improvement. I understand that the implemented option is foreign to database/sql, but at the moment the database/sql package does not conceptually assume an event model. Thank!

arteev commented 4 years ago

I see, there is a problem with tests in CI, I will fix it

nakagami commented 4 years ago

Thanks ! It seems good. I hope someone will use this feature.