Skip to content

SERVER - Fix number fields in create endpoint #19

@KapStorm

Description

@KapStorm

We are creating SQL Queries with numbers/int/floats as strings when we want to insert

# a is a serial, b is an int

INSERT INTO b
  (a, b)
VALUES (
  DEFAULT, '2'
)
RETURNING a::TEXT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions