Skip to content

[Bug]: Leading spaces in name are collapsed in db structure #3893

@yfdyh000

Description

@yfdyh000

What did you do?

CREATE TABLE IF NOT EXISTS "                    sqlite_my_test3" (
	"Field1"	INTEGER
);
CREATE TABLE IF NOT EXISTS "   sqlite_my_test2" (
	"Field1"	INTEGER
);
CREATE TABLE IF NOT EXISTS " sqlite_my_test1" (
	"Field1"	INTEGER
);

Also, " Field1" INTEGER.

What did you expect to see?

Show the names and schema correctly.

What did you see instead?

Image

DB4S Version

3.13.1

What OS are you seeing the problem on?

Windows

OS version

No response

Relevant log output

Prevention against duplicate issues

  • I have searched for similar issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bugs or reports that are very likely to be bugs.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions