yuzel commented on a change in pull request #4577: #4482 Correct the 
`DataTypeName` for SQLServer
URL: 
https://github.com/apache/incubator-shardingsphere/pull/4577#discussion_r386882393
 
 

 ##########
 File path: 
shardingsphere-sql-parser/shardingsphere-sql-parser-sqlserver/src/main/antlr4/imports/sqlserver/SQLServerKeyword.g4
 ##########
 @@ -854,3 +854,63 @@ FIRST
 ONLY
     : O N L Y
     ;
+
+MONEY
+    : M O N E Y
+    ;
+
+SMALLMONEY
+    : S M A L L M O N E Y
+    ;
+
+DATETIMEOFFSET
+    : D A T E T I M E O F F S E T
+    ;
+
+DATETIME
+    : D A T E T I M E [2]?
+    ;
+
+SMALLDATETIME
+    : S M A L L D A T E T I M E
+    ;
+
+NCHAR
+    : N C H A R
+    ;
+
+NVARCHAR
+    : N V A R C H A R
+    ;
+
+NTEXT
+    : N T E X T
+    ;
+
+VARBINARY
+    : V A R B I N A R Y
+    ;
+
+IMAGE
+    : I M A G E
+    ;
+
+SQL_VARIANT
+    : S Q L UL_ V A R I A N T
+    ;
+
+UNIQUEIDENTIFIER
+    : U N I Q U E I D E N T I F I E R
+    ;
+
+HIERARCHYID
+    : H I E R A R C H Y I D
+    ;
+
+GEOMETRY
+    : G E O M E T R Y
+    ;
+
+GEOGRAPHY
+    : G E O G R A P H Y
+    ;
 
 Review comment:
   I added a blank line, but the file change is not displayed, but the code 
after the local submission shows that there is a blank line.

----------------------------------------------------------------
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

Reply via email to