Closed stevemuench closed 7 months ago
After internal discussion, decided to close this with no further action. The default
in the semantics is intended to mean the RDBMS' default semantics, and not the QuickSQL default for its semantics property, which is consciously using char
by default.
It is puzzling why, by default, QuickSQL does not give me default semantics for varchar2 column sizes.
I always have to include
#semantics:default
in order to get the default semantics.It would make more sense for
default
to be the default for semantics, and that you could use#semantics
to get a non-default semantics.