Carsten Brandt

Results 137 issues of Carsten Brandt

Migrations for adding new columns should use "AFTER" keyword to make sure order of columns is the same as in schema.

enhancement

```yaml Customer: description: customer is the one that orders a campaign type: object required: - id - name - created_at properties: id: type: integer name: type: string maxLength: 100 created_at:...

bug

As of the [release of OpenAPI 3.1](https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0-rc0) and OpenAPI Schema is now fully compatible with JSON Schema: > The Schema Object is now fully compliant with JSON Schema draft 2019-09...

generator-feature

follow up on #303

status:under discussion
type:feature

- adjusted code style for all chapters - improved readablility and changed files to use consistent code style - also fixed some very minor issues

it should include the process of adding parenthesis to allow simpler override in sqlite\QueryBuilder. Currently the complete build() method is overridden just to add two parenthesis.

as a followup to #8644 / #11775: getting all tables and views should be consistent across schema implementations.

![2022-08-09_02-17](https://user-images.githubusercontent.com/189796/183536119-b2f81ab2-95ed-40e3-89c0-b93ba74b061a.png)