Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion api/src/org/labkey/api/data/dialect/sqlKeywords.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# A list of SQL keyword candidates -- all known and potential future keywords across all databases. We use this for testing.
# Sources include the old, hard-coded keyword lists in the dialects, the reserved word lists in the PostgreSQL, MySQL, and
# SQL Server documentation, and the return values of DatabaseMetaData.getSqlKeywords() for every database we support.
# Note: build is required after altering this file.
# Note: a build is required after altering this file.
a
abort
abs
Expand Down Expand Up @@ -241,6 +241,7 @@ degree
delay_key_write
delayed
delete
delete_domain_id
delimiter
delimiters
dense_rank
Expand Down Expand Up @@ -281,6 +282,7 @@ dlurlscheme
dlurlserver
dlvalue
do
do_domain_ids
document
domain
double
Expand Down Expand Up @@ -432,6 +434,7 @@ identity_insert
identitycol
if
ignore
ignore_domain_ids
ignore_server_ids
ilike
immediate
Expand Down Expand Up @@ -749,6 +752,7 @@ p
pack_keys
pad
page
page_checksum
parallel
parameter
parameter_mode
Expand All @@ -759,6 +763,7 @@ parameter_specific_name
parameter_specific_schema
parameters
parse_gcol_expr
parse_vcol_expr
parser
partial
partition
Expand Down Expand Up @@ -851,6 +856,7 @@ redo_buffer_size
redofile
redundant
ref
ref_system_id
reference
references
referencing
Expand Down