Commit 0f39706
authored
gen: Ignore empty override settings (#128)
The previous `goInnerType` assumed that the column name and table would
be non-empty. For computed columns, this is not true. Make sure to check
if the override setting (PostgresType or Column) is non-empty before
applying an override.1 parent c3f1473 commit 0f39706
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
448 | | - | |
| 448 | + | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments