Skip to content

[Bug] Digitizer fails to recognize table schema in quotes #1745

Description

@AnnikaFroede

I am using the Mapbender Digitizer element. In my database I have a schema name that I need to quote (like "2024_1234"). If I want to connect a table from this schema in my digitizer element I can't get it to work.

I get either one of two error messages:

A: Fehler: mb.data.store.Unknown column geom

config:
table: '"2024_1234".tablename'
OR
table: "\"2024_1234\".tablename"

B: Syntax error: 7 FEHLER: M\u00fcll folgt auf numerische Konstante bei \u00bb2024_1234.gtablename\u00ab\nLINE 1: ...T_TRANSFORM(\u0022geom\u0022, 3857)) AS \u0022geom\u0022 FROM 2024_1234.g...\n

config:
table: '2024_1234.tablename'

Mapbender Version: 4.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions