File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -346,16 +346,16 @@ protected virtual void RegisterMiscellaneousFunctions()
346
346
347
347
protected virtual void RegisterKeywords ( )
348
348
{
349
- RegisterKeyword ( "TOP " ) ;
350
- RegisterKeyword ( "FIRST " ) ;
351
- RegisterKeyword ( "FETCH " ) ;
352
- RegisterKeyword ( "START " ) ;
353
- RegisterKeyword ( "AT " ) ;
354
- RegisterKeyword ( "WITH " ) ;
355
- RegisterKeyword ( "CONTAINS " ) ;
356
- RegisterKeyword ( "REGEXP " ) ;
357
- RegisterKeyword ( "SIMILAR " ) ;
358
- RegisterKeyword ( "SEQUENCE " ) ;
349
+ RegisterKeyword ( "top " ) ;
350
+ RegisterKeyword ( "first " ) ;
351
+ RegisterKeyword ( "fetch " ) ;
352
+ RegisterKeyword ( "start " ) ;
353
+ RegisterKeyword ( "at " ) ;
354
+ RegisterKeyword ( "with " ) ;
355
+ RegisterKeyword ( "contains " ) ;
356
+ RegisterKeyword ( "regexp " ) ;
357
+ RegisterKeyword ( "similar " ) ;
358
+ RegisterKeyword ( "sequence " ) ;
359
359
}
360
360
361
361
#region IDENTITY or AUTOINCREMENT support
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ public SybaseSQLAnywhere12Dialect()
63
63
64
64
new protected void RegisterKeywords ( )
65
65
{
66
- RegisterKeyword ( "NEAR " ) ;
67
- RegisterKeyword ( "LIMIT " ) ;
68
- RegisterKeyword ( "OFFSET " ) ;
69
- RegisterKeyword ( "DATETIMEOFFSET " ) ;
66
+ RegisterKeyword ( "near " ) ;
67
+ RegisterKeyword ( "limit " ) ;
68
+ RegisterKeyword ( "offset " ) ;
69
+ RegisterKeyword ( "datetimeoffset " ) ;
70
70
}
71
71
72
72
new void RegisterDateTimeTypeMappings ( )
You can’t perform that action at this time.
0 commit comments