Esen Sagynov commented on Improvement HHH-2403

Since this issue is related to importing, I think it wouldn't change its functionality if we changed the NUMBER data type to INTEGER, would it? Here is an excerpt from the actual code of /hibernate-core/src/test/resources/org/hibernate/test/fileimport/multi-line-statements.sql

CREATE TABLE test_data (
  id    NUMBER        NOT NULL   PRIMARY KEY -- primary key
, text  VARCHAR2(100)                        /* any other data */
);

This multi-line import test will fail in CUBRID as NUMBER is not a data type (yet). Would it be ok if I sent a pull request with a patch by replacing NUMBER with INTEGER?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira