terrymanu commented on a change in pull request #4577: #4482 Correct the
`DataTypeName` for SQLServer
URL:
https://github.com/apache/incubator-shardingsphere/pull/4577#discussion_r386810930
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-sqlserver/src/main/antlr4/imports/sqlserver/Keyword.g4
##########
@@ -535,3 +535,39 @@ DECIMAL
TYPE
: T Y P E
;
+
+BIT
+ : B I T
+ ;
+
+SMALLINT
+ : S M A L L I N T
+ ;
+
+INT
+ : I N T
+ ;
+
+TINYINT
+ : T I N Y I N T
+ ;
+
+NUMERIC
+ : N U M E R I C
+ ;
+
+FLOAT
+ : F L O A T
+ ;
+
+BIGINT
+ : B I G I N T
+ ;
+
+TEXT
+ : T E X T
+ ;
+
+VARCHAR
+ : V A R C H A R
+ ;
Review comment:
Please add a empty line at end of file
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services