Connor Collins

Results 2 issues of Connor Collins

This PR adds support for generating model fields from multi-dimensional postgresql array columns. The approach here is to pass around an additional column attribute `array_bounds` representing the dimensions of the...

### Version 1.12.0 ### What happened? go version: 1.18 (equal results with 1.17.8) Using TEXT[][] as the column type in postgresql generates a corresponding model with field of type []string,...

bug
:books: postgresql
:wrench: golang
:computer: darwin