nakagami / firebirdsql

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

Connection String and Password ! #88

Closed toninhonunes closed 4 years ago

toninhonunes commented 5 years ago

Hi,

My database have password with '@', there are other manner to connect ?

Thanks in advance

Antonio

nakagami commented 5 years ago

use '%40' instead of '@' https://github.com/nakagami/firebirdsql/blob/master/utils_test.go#L49