iko

Results 65 issues of iko

blocked by https://github.com/biocad/openapi3/issues/14

The current implementation of path templates only supports the whole path fragment being a template. The OpenApi spec also allows parts of the path fragments to be templated.

```json { "name": "1_initial_schema", "operations": [ { "create_table": { "columns": [ { "name": "id", "nullable": false, "pk": true, "type": "uuid", "unique": true } ], "name": "lang" } }, { "create_table":...

Currently if a new release of pgroll has breaking changes it is not possible use it on schemas migrated with an older release of pgroll. The issue is that pgroll...