Minor fix and improvements release
-
Fixes
- Fixes an issue where the client's reflection API expected certain
int
value types returned from the database. That assumption was wrong forCDT
s and free formList
s andMap
s. The client will now convert types to each other per Go's conversion rules where possible.
- Fixes an issue where the client's reflection API expected certain
-
Improvements
- Use a global TLS setting everywhere in tests.