Skip to content

Generate field value for a NULL field of an autoinc/sequence column #909

@jd-zhang

Description

@jd-zhang

*Issue migrated from trac ticket # 882 www.kunlunbase.com *

component: computing nodes | priority: major

2022-07-07 14:59:38: [email protected] created the issue


This is mysql behavior, implement this in regardless of connection type:

CREATE TABLE bug2247(id INT UNIQUE AUTO_INCREMENT)
INSERT INTO bug2247 VALUES (NULL) --- use the sequence to produce a field value

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions