Skip to content

Kotlin extensions not useful with Kotlin codegen #13

Closed
@pschichtel

Description

@pschichtel

The kotlin code generator generates pretty much all columns as nullable types (to be consistent with SQL), however the extensions in this project are only on non-nullable field types. So in addition to the Field<JSON> extension, Field<JSON?> extensions would also be necessary.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions