Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Lack of nullable values in anko-db #154

Closed
@dstd

Description

@dstd

It's not possible to pass null values into insert, replace, update, where and probably several other methods, because they use Pair<String, Any>. So there's no straight way to set some column to null. Probably they should use Pair<String, Any?> for values.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions