SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Add `key` as userstorekey tag and support properties with dashes from environment #29

Closed ntnn closed 5 years ago

ntnn commented 5 years ago

Description

  1. Add key as struct tag for usterstore keys in DsnInfo
  2. Parse properties with dashes by replacing __ with - when processing environment variables

How was the patch tested?

Used in the test environment to enable/disable debug logging while running tests.