nakagami / firebirdsql

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

scheme in connection string #56

Closed arteev closed 6 years ago

arteev commented 6 years ago

Hi! Look, maybe that's better? What do you think? The scheme in connection string sometimes in real projects was necessary. The old way without schema design is workable.

What's changed:

  1. The scheme in connection string is added
  2. Refactoring utils_test.go / TestDSNParse
nakagami commented 6 years ago

LGTM