Zvi Fried

Results 5 issues of Zvi Fried

**Required Functionality** Importing DB scheme is a complex task with many possible points of failure. I always believe that something is better than nothing - Allowing to ignore errors and...

**Required Functionality** When attempting to import a database the could be potentially more than a single issue. Exiting after the first import issue can be frustrating as a single issue...

enhancement

**Describe the bug** Synth exits with error of an empty range during import from postgres. Although the error is crystal-clear, it is not clear which table/column raised it. As a...

bug

**Required Functionality** Allow to import database contains the following types: - [hstore](https://www.postgresql.org/docs/current/hstore.html) - [inet](https://www.postgresql.org/docs/current/datatype-net-types.html#DATATYPE-INET) - [interval](https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-INTERVAL-INPUT) - [int4range](https://www.postgresql.org/docs/current/rangetypes.html) **Use case** Got these errors from `synth import` (from two different DBs):...

**Required Functionality** actionlint may require some customization when deployed into existing project Adding the ignore errors manually to a long command is not user friendly **Proposed Solution** Add support for...

enhancement