Skip to content

email address parsing error for column defaults #48

@damithkothalawala

Description

@damithkothalawala

how to replicate the issue

support
support_email vc100 /default support@oracle.com

expected column

support_email varchar2(100 char) default on null 'support@oracle.com',

what I got is out of range 102399 for varchar length. Seems something to do with @ handling.

support_email varchar2(102399 char) default on null 'support@oracle.com',

Metadata

Metadata

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