nakagami / firebirdsql

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

feat: Add character encoding conversion function #176

Closed psi59 closed 1 month ago

psi59 commented 1 month ago
nakagami commented 1 month ago

Thank you.

It's a reverse conversion here. https://github.com/nakagami/firebirdsql/blob/master/xsqlvar.go#L313-L426

nakagami commented 1 month ago

Unit tests are passing so I will merge it.

nakagami commented 1 month ago

Sorry, It didn't work in my environment, so I will revert.

Please send me a pull request with test code.