Skip to content

SQL definition of gpkg_metadata omits DEFAULT of '' for metadata column #243

Closed
@rcasscslt

Description

@rcasscslt

In Table 32 "Metadata Table definition",

The metadata column is defined as NOT NULL and having a default of ''

However, Table 35 , gpkg_metadata Table Definition SQLdefines the column as not null, but does not explicitly declare the default value of ''

Should the definition be


CREATE TABLE gpkg_metadata (
id INTEGER CONSTRAINT m_pk PRIMARY KEY ASC NOT NULL,
md_scope TEXT NOT NULL DEFAULT 'dataset',
md_standard_uri TEXT NOT NULL,
mime_type TEXT NOT NULL DEFAULT 'text/xml',
metadata TEXT NOT NULL DEFAULT '');


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions