Initial commit
This commit is contained in:
7
lib/assets/javascripts/builder/editor/editor-hints/sql-hints.js
Executable file
7
lib/assets/javascripts/builder/editor/editor-hints/sql-hints.js
Executable file
@@ -0,0 +1,7 @@
|
||||
module.exports = [{
|
||||
keywords: 'alter and as asc between by count create delete desc distinct drop from group having in insert into is join like not on or order select set table union update values where limit',
|
||||
type: 'Sql'
|
||||
}, {
|
||||
keywords: 'ST_GeometryType ST_polygon ST_multipolygon ST_multilinestring ST_linestring ST_multipoint ST_point',
|
||||
type: 'Postgis'
|
||||
}];
|
||||
Reference in New Issue
Block a user