1#This file is automaticly generated by crash-me 1.62
2
3NEG=yes					# update of column= -column
4Need_cast_for_null=no			# Need to cast NULL for arithmetic
5alter_add_col=yes			# Alter table add column
6alter_add_constraint=yes		# Alter table add constraint
7alter_add_foreign_key=yes		# Alter table add foreign key
8alter_add_multi_col=yes			# Alter table add many columns
9alter_add_primary_key=with constraint	# Alter table add primary key
10alter_add_unique=yes			# Alter table add unique
11alter_alter_col=yes			# Alter table alter column default
12alter_change_col=yes			# Alter table change column
13alter_drop_col=yes			# Alter table drop column
14alter_drop_constraint=no		# Alter table drop constraint
15alter_drop_foreign_key=with drop foreign key	# Alter table drop foreign key
16alter_drop_primary_key=drop primary key	# Alter table drop primary key
17alter_drop_unique=with drop key		# Alter table drop unique
18alter_modify_col=yes			# Alter table modify column
19alter_rename_table=yes			# Alter table rename table
20atomic_updates=no			# atomic updates
21automatic_rowid=_rowid			# Automatic row id
22binary_numbers=yes			# binary numbers (0b1001)
23binary_strings=yes			# binary strings (b'0110')
24case_insensitive_strings=yes		# Case insensitive compare
25char_is_space_filled=no			# char are space filled
26column_alias=yes			# Column alias
27columns_in_group_by=+64			# number of columns in group by
28columns_in_order_by=+64			# number of columns in order by
29comment_#=yes				# # as comment
30comment_--=yes				# -- as comment (ANSI)
31comment_/**/=yes			# /* */ as comment
32comment_//=no				# // as comment
33compute=no				# Compute
34connections=152				# Simultaneous connections (installation default)
35constraint_check=syntax only		# Column constraints
36constraint_check_named=syntax only	# Named constraints
37constraint_check_table=syntax only	# Table constraints
38constraint_null=yes			# NULL constraint (SyBase style)
39crash_me_safe=yes			# crash me safe
40crash_me_version=1.61			# crash me version
41create_default=yes			# default value for column
42create_default_func=no			# default value function for column
43create_if_not_exists=yes		# create table if not exists
44create_index=yes			# create index
45create_schema=no			# Create SCHEMA
46create_table_select=yes			# create table from select
47cross_join=yes				# cross join (same as from a,b)
48date_as_string=yes			# String functions on date columns
49date_format_EUR=error			# Supports DD.MM.YYYY (EUR) format
50date_format_EUR_with_date=error		# Supports DATE 'DD.MM.YYYY' (EUR) format
51date_format_ISO=yes			# Supports YYYY-MM-DD (ISO) format
52date_format_ISO_with_date=yes		# Supports DATE 'YYYY-MM-DD' (ISO) format
53date_format_USA=error			# Supports MM/DD/YYYY format
54date_format_USA_with_date=error		# Supports DATE 'MM/DD/YYYY' format
55date_format_YYYYMMDD=yes		# Supports YYYYMMDD format
56date_format_YYYYMMDD_with_date=yes	# Supports DATE 'YYYYMMDD' format
57date_format_inresult=iso		# Date format in result
58date_infinity=error			# Supports 'infinity dates
59date_last=yes				# Supports 9999-12-31 dates
60date_one=yes				# Supports 0001-01-01 dates
61date_with_YY=yes			# Supports YY-MM-DD 2000 compilant dates
62date_zero=yes				# Supports 0000-00-00 dates
63domains=no				# Domains (ANSI SQL)
64dont_require_cast_to_float=yes		# No need to cast from integer to float
65double_quotes=yes			# Double '' as ' in strings
66drop_if_exists=yes			# drop table if exists
67drop_index=with 'ON'			# drop index
68drop_requires_cascade=no		# drop table require cascade/restrict
69drop_restrict=yes			# drop table with cascade/restrict
70end_colon=yes				# allows end ';'
71except=no				# except
72except_all=no				# except all
73except_all_incompat=no			# except all (incompatible lists)
74except_incompat=no			# except (incompatible lists)
75field_name_case=yes			# case independent field names
76float_int_expr=yes			# mixing of integer and float in expression
77foreign_key=syntax only			# foreign keys
78full_outer_join=no			# full outer join
79func_extra_!=yes			# Function NOT as '!' in SELECT
80func_extra_%=yes			# Function MOD as %
81func_extra_&=yes			# Function & (bitwise and)
82func_extra_&&=yes			# Function AND as '&&'
83func_extra_<>=yes			# Function <> in SELECT
84func_extra_==yes			# Function =
85func_extra_add_months=no		# Function ADD_MONTHS
86func_extra_adddate=yes			# Function ADDDATE
87func_extra_addtime=yes			# Function ADDTIME
88func_extra_alpha=no			# Function ALPHA
89func_extra_and_or=yes			# Function AND and OR in SELECT
90func_extra_ascii_char=no		# Function ASCII_CHAR
91func_extra_ascii_code=no		# Function ASCII_CODE
92func_extra_ascii_string=error		# Function ASCII in string cast
93func_extra_atn2=no			# Function ATN2
94func_extra_auto_num2string=yes		# Function automatic num->string convert
95func_extra_auto_string2num=yes		# Function automatic string->num convert
96func_extra_between=yes			# Function BETWEEN in SELECT
97func_extra_binary_shifts=yes		# Function << and >> (bitwise shifts)
98func_extra_bit_count=yes		# Function BIT_COUNT
99func_extra_ceil=yes			# Function CEIL
100func_extra_char_date=no			# Function CHAR (conversation date)
101func_extra_charindex=no			# Function CHARINDEX
102func_extra_chr=no			# Function CHR
103func_extra_chr_str=no			# Function CHR (any type to string)
104func_extra_concat_as_+=error		# Function concatenation with +
105func_extra_concat_list=yes		# Function CONCAT(list)
106func_extra_convert=no			# Function CONVERT
107func_extra_cosh=no			# Function COSH
108func_extra_date=yes			# Function DATE
109func_extra_date_format=yes		# Function DATE_FORMAT
110func_extra_dateadd=no			# Function DATEADD
111func_extra_datediff=no			# Function DATEDIFF
112func_extra_datediff2arg=yes		# Function DATEDIFF (2 arg)
113func_extra_datename=no			# Function DATENAME
114func_extra_datepart=no			# Function DATEPART
115func_extra_day=yes			# Function DAY
116func_extra_decode=no			# Function DECODE
117func_extra_ebcdic_string=no		# Function EBCDIC in string cast
118func_extra_elt=yes			# Function ELT
119func_extra_encrypt=yes			# Function ENCRYPT
120func_extra_expand2arg=no		# Function EXPAND
121func_extra_field=yes			# Function FIELD
122func_extra_fixed=no			# Function FIXED
123func_extra_float=no			# Function FLOAT
124func_extra_format=yes			# Function FORMAT
125func_extra_from_days=yes		# Function FROM_DAYS
126func_extra_from_unixtime=yes		# Function FROM_UNIXTIME
127func_extra_getdate=no			# Function GETDATE
128func_extra_greatest=yes			# Function GREATEST
129func_extra_hex=yes			# Function HEX
130func_extra_if=yes			# Function IF
131func_extra_in_num=yes			# Function IN on numbers in SELECT
132func_extra_in_str=yes			# Function IN on strings in SELECT
133func_extra_index=no			# Function INDEX
134func_extra_initcap=no			# Function INITCAP
135func_extra_instr=yes			# Function LOCATE as INSTR
136func_extra_instr_oracle=no		# Function INSTR (Oracle syntax)
137func_extra_instrb=no			# Function INSTRB
138func_extra_interval=yes			# Function INTERVAL
139func_extra_last_day=yes			# Function LAST_DAY
140func_extra_last_insert_id=yes		# Function LAST_INSERT_ID
141func_extra_least=yes			# Function LEAST
142func_extra_length=error			# Function LENGTH
143func_extra_lengthb=no			# Function LENGTHB
144func_extra_lfill3arg=no			# Function LFILL (3 arg)
145func_extra_like=yes			# Function LIKE in SELECT
146func_extra_like_escape=yes		# Function LIKE ESCAPE in SELECT
147func_extra_ln=yes			# Function LN
148func_extra_log(m_n)=yes			# Function LOG(m,n)
149func_extra_logn=no			# Function LOGN
150func_extra_lpad=yes			# Function LPAD
151func_extra_ltrim2arg=no			# Function LTRIM (2 arg)
152func_extra_makedate=yes			# Function MAKEDATE
153func_extra_maketime=yes			# Function MAKETIME
154func_extra_mapchar=no			# Function MAPCHAR
155func_extra_mdy=no			# Function MDY
156func_extra_microsecond=yes		# Function MICROSECOND
157func_extra_mid=yes			# Function SUBSTRING as MID
158func_extra_months_between=no		# Function MONTHS_BETWEEN
159func_extra_noround=no			# Function NOROUND
160func_extra_not=yes			# Function NOT in SELECT
161func_extra_not_between=yes		# Function NOT BETWEEN in SELECT
162func_extra_not_like=yes			# Function NOT LIKE in SELECT
163func_extra_num=no			# Function NUM
164func_extra_odbc_convert=no		# Function ODBC CONVERT
165func_extra_password=yes			# Function PASSWORD
166func_extra_paste=no			# Function PASTE
167func_extra_patindex=no			# Function PATINDEX
168func_extra_period_add=yes		# Function PERIOD_ADD
169func_extra_period_diff=yes		# Function PERIOD_DIFF
170func_extra_pow=yes			# Function POW
171func_extra_range=no			# Function RANGE
172func_extra_regexp=yes			# Function REGEXP in SELECT
173func_extra_replace2arg=no		# Function REPLACE (2 arg)
174func_extra_replicate=no			# Function REPLICATE
175func_extra_reverse=yes			# Function REVERSE
176func_extra_rfill3arg=no			# Function RFILL (3 arg)
177func_extra_root=no			# Function ROOT
178func_extra_round1=yes			# Function ROUND(1 arg)
179func_extra_rpad=yes			# Function RPAD
180func_extra_rpad4arg=no			# Function RPAD (4 arg)
181func_extra_rtrim2arg=no			# Function RTRIM (2 arg)
182func_extra_sec_to_time=yes		# Function SEC_TO_TIME
183func_extra_sinh=no			# Function SINH
184func_extra_str=no			# Function STR
185func_extra_strcmp=yes			# Function STRCMP
186func_extra_stuff=no			# Function STUFF
187func_extra_subdate=yes			# Function SUBDATE
188func_extra_substr2arg=yes		# Function SUBSTR (2 arg)
189func_extra_substr3arg=yes		# Function SUBSTR (3 arg)
190func_extra_substrb=no			# Function SUBSTRB
191func_extra_substring_index=yes		# Function SUBSTRING_INDEX
192func_extra_subtime=yes			# Function SUBTIME
193func_extra_sysdate=yes			# Function SYSDATE
194func_extra_tail=no			# Function TAIL
195func_extra_tanh=no			# Function TANH
196func_extra_time=yes			# Function TIME
197func_extra_time_to_sec=yes		# Function TIME_TO_SEC
198func_extra_timediff=yes			# Function TIMEDIFF
199func_extra_timestamp=error		# Function TIMESTAMP
200func_extra_to_days=yes			# Function TO_DAYS
201func_extra_translate=no			# Function TRANSLATE
202func_extra_trim1arg=yes			# Function TRIM (1 arg)
203func_extra_trim2arg=no			# Function TRIM (2 arg)
204func_extra_trim_many_char=error		# Function TRIM; Many char extension
205func_extra_trim_substring=yes		# Function TRIM; Substring extension
206func_extra_trunc=no			# Function TRUNC
207func_extra_trunc1arg=no			# Function TRUNC (1 arg)
208func_extra_uid=no			# Function UID
209func_extra_unix_timestamp=yes		# Function UNIX_TIMESTAMP
210func_extra_userenv=no			# Function USERENV
211func_extra_value=no			# Function VALUE
212func_extra_version=yes			# Function VERSION
213func_extra_weekday=yes			# Function WEEKDAY
214func_extra_weekofyear=yes		# Function WEEKOFYEAR
215func_extra_|=yes			# Function | (bitwise or)
216func_extra_||=yes			# Function OR as '||'
217func_extra_~*=no			# Function ~* (case insensitive compare)
218func_odbc_abs=yes			# Function ABS
219func_odbc_acos=yes			# Function ACOS
220func_odbc_ascii=yes			# Function ASCII
221func_odbc_asin=yes			# Function ASIN
222func_odbc_atan=yes			# Function ATAN
223func_odbc_atan2=yes			# Function ATAN2
224func_odbc_ceiling=yes			# Function CEILING
225func_odbc_char=yes			# Function CHAR
226func_odbc_concat=yes			# Function CONCAT(2 arg)
227func_odbc_cos=yes			# Function COS
228func_odbc_cot=yes			# Function COT
229func_odbc_curdate=yes			# Function CURDATE
230func_odbc_curtime=yes			# Function CURTIME
231func_odbc_database=yes			# Function DATABASE
232func_odbc_dayname=yes			# Function DAYNAME
233func_odbc_dayofmonth=yes		# Function DAYOFMONTH
234func_odbc_dayofweek=yes			# Function DAYOFWEEK
235func_odbc_dayofyear=yes			# Function DAYOFYEAR
236func_odbc_degrees=yes			# Function DEGREES
237func_odbc_difference=no			# Function DIFFERENCE()
238func_odbc_exp=yes			# Function EXP
239func_odbc_floor=yes			# Function FLOOR
240func_odbc_fn_left=yes			# Function ODBC syntax LEFT & RIGHT
241func_odbc_hour=yes			# Function HOUR
242func_odbc_hour_time=yes			# Function ANSI HOUR
243func_odbc_ifnull=yes			# Function IFNULL
244func_odbc_insert=yes			# Function INSERT
245func_odbc_lcase=yes			# Function LCASE
246func_odbc_left=yes			# Function LEFT
247func_odbc_length=yes			# Function REAL LENGTH
248func_odbc_length_without_space=error	# Function ODBC LENGTH
249func_odbc_locate_2=yes			# Function LOCATE(2 arg)
250func_odbc_locate_3=yes			# Function LOCATE(3 arg)
251func_odbc_log=yes			# Function LOG
252func_odbc_log10=yes			# Function LOG10
253func_odbc_ltrim=yes			# Function LTRIM
254func_odbc_minute=yes			# Function MINUTE
255func_odbc_mod=yes			# Function MOD
256func_odbc_month=yes			# Function MONTH
257func_odbc_monthname=yes			# Function MONTHNAME
258func_odbc_now=yes			# Function NOW
259func_odbc_pi=yes			# Function PI
260func_odbc_power=yes			# Function POWER
261func_odbc_quarter=yes			# Function QUARTER
262func_odbc_radians=yes			# Function RADIANS
263func_odbc_rand=yes			# Function RAND
264func_odbc_repeat=yes			# Function REPEAT
265func_odbc_replace=yes			# Function REPLACE
266func_odbc_right=yes			# Function RIGHT
267func_odbc_round=yes			# Function ROUND(2 arg)
268func_odbc_rtrim=yes			# Function RTRIM
269func_odbc_second=yes			# Function SECOND
270func_odbc_sign=yes			# Function SIGN
271func_odbc_sin=yes			# Function SIN
272func_odbc_soundex=yes			# Function SOUNDEX
273func_odbc_space=yes			# Function SPACE
274func_odbc_sqrt=yes			# Function SQRT
275func_odbc_substring=yes			# Function ODBC SUBSTRING
276func_odbc_tan=yes			# Function TAN
277func_odbc_timestampadd=yes		# Function TIMESTAMPADD
278func_odbc_timestampdiff=error		# Function TIMESTAMPDIFF
279func_odbc_truncate=yes			# Function TRUNCATE
280func_odbc_ucase=yes			# Function UCASE
281func_odbc_user()=yes			# Function USER()
282func_odbc_week=USA			# WEEK
283func_odbc_year=yes			# Function YEAR
284func_sql_+=yes				# Function +, -, * and /
285func_sql_bit_length=yes			# Function BIT_LENGTH
286func_sql_cast=yes			# Function CAST
287func_sql_char_length=error		# Function CHAR_LENGTH
288func_sql_char_length(constant)=yes	# Function CHAR_LENGTH(constant)
289func_sql_character_length=yes		# Function CHARACTER_LENGTH
290func_sql_coalesce=yes			# Function COALESCE
291func_sql_concat_as_||=error		# Function concatenation with ||
292func_sql_current_date=yes		# Function CURRENT_DATE
293func_sql_current_time=yes		# Function CURRENT_TIME
294func_sql_current_timestamp=yes		# Function CURRENT_TIMESTAMP
295func_sql_current_user=yes		# CURRENT_USER
296func_sql_extract_sql=yes		# Function EXTRACT
297func_sql_localtime=yes			# Function LOCALTIME
298func_sql_localtimestamp=yes		# Function LOCALTIMESTAMP
299func_sql_lower=yes			# Function LOWER
300func_sql_nullif_num=yes			# Function NULLIF with numbers
301func_sql_nullif_string=yes		# Function NULLIF with strings
302func_sql_octet_length=yes		# Function OCTET_LENGTH
303func_sql_position=yes			# Function POSITION
304func_sql_searched_case=yes		# Function searched CASE
305func_sql_session_user=with_parenthesis	# SESSION_USER
306func_sql_simple_case=yes		# Function simple CASE
307func_sql_substring=yes			# Function ANSI SQL SUBSTRING
308func_sql_system_user=with_parenthesis	# SYSTEM_USER
309func_sql_trim=yes			# Function TRIM
310func_sql_upper=yes			# Function UPPER
311func_sql_user=with_parenthesis		# USER
312func_where_between=yes			# Function BETWEEN
313func_where_eq_all=yes			# Function = ALL
314func_where_eq_any=yes			# Function = ANY
315func_where_eq_some=yes			# Function = SOME
316func_where_exists=yes			# Function EXISTS
317func_where_in_num=yes			# Function IN on numbers
318func_where_like=yes			# Function LIKE
319func_where_like_escape=yes		# Function LIKE ESCAPE
320func_where_match=no			# Function MATCH
321func_where_match_unique=no		# Function MATCH UNIQUE
322func_where_matches=no			# Function MATCHES
323func_where_not_between=yes		# Function NOT BETWEEN
324func_where_not_exists=yes		# Function NOT EXISTS
325func_where_not_like=yes			# Function NOT LIKE
326func_where_not_unique=no		# Function NOT UNIQUE
327func_where_unique=no			# Function UNIQUE
328functions=yes				# Functions
329group_by=yes				# Group by
330group_by_alias=yes			# Group by alias
331group_by_null=yes			# Group on column with null values
332group_by_position=yes			# Group by position
333group_distinct_functions=yes		# Group functions with distinct
334group_func_extra_bit_and=yes		# Group function BIT_AND
335group_func_extra_bit_or=yes		# Group function BIT_OR
336group_func_extra_count_distinct_list=yes	# Group function COUNT(DISTINCT expr,expr,...)
337group_func_extra_std=yes		# Group function STD
338group_func_extra_stddev=yes		# Group function STDDEV
339group_func_extra_variance=yes		# Group function VARIANCE
340group_func_sql_any=no			# Group function ANY
341group_func_sql_avg=yes			# Group function AVG
342group_func_sql_count_*=yes		# Group function COUNT (*)
343group_func_sql_count_column=yes		# Group function COUNT column name
344group_func_sql_count_distinct=yes	# Group function COUNT(DISTINCT expr)
345group_func_sql_every=no			# Group function EVERY
346group_func_sql_max=yes			# Group function MAX on numbers
347group_func_sql_max_str=yes		# Group function MAX on strings
348group_func_sql_min=yes			# Group function MIN on numbers
349group_func_sql_min_str=yes		# Group function MIN on strings
350group_func_sql_some=no			# Group function SOME
351group_func_sql_sum=yes			# Group function SUM
352group_functions=yes			# Group functions
353group_many_distinct_functions=yes	# Group functions with several distinct
354group_on_unused=yes			# Group on unused column
355has_true_false=yes			# TRUE and FALSE
356having=yes				# Having
357having_with_alias=yes			# Having on alias
358having_with_group=yes			# Having with group function
359hex_numbers=yes				# hex numbers (0x41)
360hex_strings=yes				# hex strings (x'1ace')
361ignore_end_space=yes			# Ignore end space in compare
362index_in_create=yes			# index in create table
363index_namespace=yes			# different namespace for index
364index_parts=yes				# index on column part (extension)
365inner_join=yes				# inner join
366insert_default_values=no		# INSERT DEFAULT VALUES
367insert_empty_string=yes			# insert empty string
368insert_multi_value=yes			# INSERT with Value lists
369insert_select=yes			# insert INTO ... SELECT ...
370insert_with_default=yes			# INSERT with DEFAULT
371insert_with_empty_value_list=no		# INSERT with empty value list
372insert_with_set=yes			# INSERT with set syntax
373intersect=no				# intersect
374intersect_all=no			# intersect all
375intersect_all_incompat=no		# intersect all (incompatible lists)
376intersect_incompat=no			# intersect (incompatible lists)
377join_tables=61				# tables in join
378left_outer_join=yes			# left outer join
379left_outer_join_using=yes		# left outer join using
380length_of_varchar_field=actual length	# CHARACTER_LENGTH(varchar_field)
381like_with_column=yes			# column LIKE column
382like_with_number=yes			# LIKE on numbers
383lock_tables=yes				# lock table
384logical_value=1				# Value of logical operation (1=1)
385max_big_expressions=10			# big expressions
386max_char_size=255			# max char() size
387max_column_name=64			# column name length
388max_columns=2599			# Columns in table
389max_conditions=85660			# OR and AND in WHERE
390max_expressions=571			# simple expressions
391max_index=+64				# max index
392max_index_length=1000			# index length
393max_index_name=64			# index name length
394max_index_part_length=255		# max index part length
395max_index_parts=32			# index parts
396max_index_varchar_part_length=1000	# index varchar part length
397max_row_length=65534			# max table row length (without blobs)
398max_row_length_with_null=65502		# table row length with nulls (without blobs)
399max_select_alias_name=+512		# select alias name length
400max_stack_expression=571		# stacked expressions
401max_table_alias_name=+512		# table alias name length
402max_table_name=64			# table name length
403max_text_size=1048543			# max text or blob size
404max_unique_index=+64			# unique indexes
405max_varchar_size=1048543		# max varchar() size
406minus=no				# minus
407minus_incompat=no			# minus (incompatible lists)
408minus_neg=yes				# Calculate 1--1
409multi_drop=yes				# many tables to drop table
410multi_null_in_unique=yes		# null in unique index
411multi_strings=yes			# Multiple line strings
412multi_table_delete=yes			# DELETE FROM table1,table2...
413multi_table_update=yes			# Update with many tables
414natural_join=yes			# natural join
415natural_join_incompat=yes		# natural join (incompatible lists)
416natural_left_outer_join=yes		# natural left outer join
417no_primary_key=yes			# Tables without primary key
418not_id_between=yes			# NOT ID BETWEEN interprets as ID NOT BETWEEN
419null_concat_expr=yes			# Is concat('a',NULL) = NULL
420null_in_index=yes			# null in index
421null_in_unique=yes			# null in unique index
422null_num_expr=yes			# Is 1+NULL = NULL
423nulls_in_unique=yes			# null combination in unique index
424odbc_left_outer_join=yes		# left outer join odbc style
425operating_system=Linux 2.6.37.6-0.7-desktop x86_64	# crash-me tested on
426order_by=yes				# Order by
427order_by_alias=yes			# Order by alias
428order_by_function=yes			# Order by function
429order_by_position=yes			# Order by position
430order_on_unused=yes			# Order by on unused column
431position_of_null=first			# Where is null values in sorted recordset
432position_of_null_desc=last		# Where is null values in sorted recordset (DESC)
433primary_key_in_create=yes		# primary key in create table
434psm_functions=no			# PSM functions (ANSI SQL)
435psm_modules=no				# PSM modules (ANSI SQL)
436psm_procedures=yes			# PSM procedures (ANSI SQL)
437psm_trigger=no				# Triggers (ANSI SQL)
438query_size=1048574			# query size
439quote_ident_with_"=error		# " as identifier quote (ANSI SQL)
440quote_ident_with_[=no			# [] as identifier quote
441quote_ident_with_`=yes			# ` as identifier quote
442quote_ident_with_dbl_"=no		# Double "" in identifiers as "
443quote_with_"=yes			# Allows ' and " as string markers
444recursive_subqueries=+64		# recursive subqueries
445remember_end_space=no			# Remembers end space in char()
446remember_end_space_varchar=yes		# Remembers end space in varchar()
447rename_table=yes			# rename table
448repeat_string_size=1048576		# return string size from function
449reserved_word_ansi-92/99_absolute=no	# Keyword ABSOLUTE
450reserved_word_ansi-92/99_action=no	# Keyword ACTION
451reserved_word_ansi-92/99_add=yes	# Keyword ADD
452reserved_word_ansi-92/99_after=no	# Keyword AFTER
453reserved_word_ansi-92/99_alias=no	# Keyword ALIAS
454reserved_word_ansi-92/99_all=yes	# Keyword ALL
455reserved_word_ansi-92/99_allocate=no	# Keyword ALLOCATE
456reserved_word_ansi-92/99_alter=yes	# Keyword ALTER
457reserved_word_ansi-92/99_and=yes	# Keyword AND
458reserved_word_ansi-92/99_any=no		# Keyword ANY
459reserved_word_ansi-92/99_are=no		# Keyword ARE
460reserved_word_ansi-92/99_as=yes		# Keyword AS
461reserved_word_ansi-92/99_asc=yes	# Keyword ASC
462reserved_word_ansi-92/99_assertion=no	# Keyword ASSERTION
463reserved_word_ansi-92/99_at=no		# Keyword AT
464reserved_word_ansi-92/99_authorization=no	# Keyword AUTHORIZATION
465reserved_word_ansi-92/99_before=yes	# Keyword BEFORE
466reserved_word_ansi-92/99_begin=no	# Keyword BEGIN
467reserved_word_ansi-92/99_bit=no		# Keyword BIT
468reserved_word_ansi-92/99_boolean=no	# Keyword BOOLEAN
469reserved_word_ansi-92/99_both=yes	# Keyword BOTH
470reserved_word_ansi-92/99_breadth=no	# Keyword BREADTH
471reserved_word_ansi-92/99_by=yes		# Keyword BY
472reserved_word_ansi-92/99_call=yes	# Keyword CALL
473reserved_word_ansi-92/99_cascade=yes	# Keyword CASCADE
474reserved_word_ansi-92/99_cascaded=no	# Keyword CASCADED
475reserved_word_ansi-92/99_case=yes	# Keyword CASE
476reserved_word_ansi-92/99_cast=no	# Keyword CAST
477reserved_word_ansi-92/99_catalog=no	# Keyword CATALOG
478reserved_word_ansi-92/99_char=yes	# Keyword CHAR
479reserved_word_ansi-92/99_character=yes	# Keyword CHARACTER
480reserved_word_ansi-92/99_check=yes	# Keyword CHECK
481reserved_word_ansi-92/99_close=no	# Keyword CLOSE
482reserved_word_ansi-92/99_collate=yes	# Keyword COLLATE
483reserved_word_ansi-92/99_collation=no	# Keyword COLLATION
484reserved_word_ansi-92/99_column=yes	# Keyword COLUMN
485reserved_word_ansi-92/99_commit=no	# Keyword COMMIT
486reserved_word_ansi-92/99_completion=no	# Keyword COMPLETION
487reserved_word_ansi-92/99_connect=no	# Keyword CONNECT
488reserved_word_ansi-92/99_connection=no	# Keyword CONNECTION
489reserved_word_ansi-92/99_constraint=yes	# Keyword CONSTRAINT
490reserved_word_ansi-92/99_constraints=no	# Keyword CONSTRAINTS
491reserved_word_ansi-92/99_continue=yes	# Keyword CONTINUE
492reserved_word_ansi-92/99_corresponding=no	# Keyword CORRESPONDING
493reserved_word_ansi-92/99_create=yes	# Keyword CREATE
494reserved_word_ansi-92/99_cross=yes	# Keyword CROSS
495reserved_word_ansi-92/99_current=no	# Keyword CURRENT
496reserved_word_ansi-92/99_current_date=yes	# Keyword CURRENT_DATE
497reserved_word_ansi-92/99_current_time=yes	# Keyword CURRENT_TIME
498reserved_word_ansi-92/99_current_timestamp=yes	# Keyword CURRENT_TIMESTAMP
499reserved_word_ansi-92/99_current_user=yes	# Keyword CURRENT_USER
500reserved_word_ansi-92/99_cursor=yes	# Keyword CURSOR
501reserved_word_ansi-92/99_cycle=no	# Keyword CYCLE
502reserved_word_ansi-92/99_data=no	# Keyword DATA
503reserved_word_ansi-92/99_date=no	# Keyword DATE
504reserved_word_ansi-92/99_day=no		# Keyword DAY
505reserved_word_ansi-92/99_deallocate=no	# Keyword DEALLOCATE
506reserved_word_ansi-92/99_dec=yes	# Keyword DEC
507reserved_word_ansi-92/99_decimal=yes	# Keyword DECIMAL
508reserved_word_ansi-92/99_declare=yes	# Keyword DECLARE
509reserved_word_ansi-92/99_default=yes	# Keyword DEFAULT
510reserved_word_ansi-92/99_deferrable=no	# Keyword DEFERRABLE
511reserved_word_ansi-92/99_deferred=no	# Keyword DEFERRED
512reserved_word_ansi-92/99_delete=yes	# Keyword DELETE
513reserved_word_ansi-92/99_depth=no	# Keyword DEPTH
514reserved_word_ansi-92/99_desc=yes	# Keyword DESC
515reserved_word_ansi-92/99_describe=yes	# Keyword DESCRIBE
516reserved_word_ansi-92/99_descriptor=no	# Keyword DESCRIPTOR
517reserved_word_ansi-92/99_diagnostics=no	# Keyword DIAGNOSTICS
518reserved_word_ansi-92/99_dictionary=no	# Keyword DICTIONARY
519reserved_word_ansi-92/99_disconnect=no	# Keyword DISCONNECT
520reserved_word_ansi-92/99_distinct=yes	# Keyword DISTINCT
521reserved_word_ansi-92/99_domain=no	# Keyword DOMAIN
522reserved_word_ansi-92/99_double=yes	# Keyword DOUBLE
523reserved_word_ansi-92/99_drop=yes	# Keyword DROP
524reserved_word_ansi-92/99_each=yes	# Keyword EACH
525reserved_word_ansi-92/99_else=yes	# Keyword ELSE
526reserved_word_ansi-92/99_elseif=yes	# Keyword ELSEIF
527reserved_word_ansi-92/99_end=no		# Keyword END
528reserved_word_ansi-92/99_end-exec=yes	# Keyword END-EXEC
529reserved_word_ansi-92/99_equals=no	# Keyword EQUALS
530reserved_word_ansi-92/99_escape=no	# Keyword ESCAPE
531reserved_word_ansi-92/99_except=no	# Keyword EXCEPT
532reserved_word_ansi-92/99_exception=no	# Keyword EXCEPTION
533reserved_word_ansi-92/99_exec=no	# Keyword EXEC
534reserved_word_ansi-92/99_execute=no	# Keyword EXECUTE
535reserved_word_ansi-92/99_external=no	# Keyword EXTERNAL
536reserved_word_ansi-92/99_false=yes	# Keyword FALSE
537reserved_word_ansi-92/99_fetch=yes	# Keyword FETCH
538reserved_word_ansi-92/99_first=no	# Keyword FIRST
539reserved_word_ansi-92/99_float=yes	# Keyword FLOAT
540reserved_word_ansi-92/99_for=yes	# Keyword FOR
541reserved_word_ansi-92/99_foreign=yes	# Keyword FOREIGN
542reserved_word_ansi-92/99_found=no	# Keyword FOUND
543reserved_word_ansi-92/99_from=yes	# Keyword FROM
544reserved_word_ansi-92/99_full=no	# Keyword FULL
545reserved_word_ansi-92/99_general=no	# Keyword GENERAL
546reserved_word_ansi-92/99_get=no		# Keyword GET
547reserved_word_ansi-92/99_global=no	# Keyword GLOBAL
548reserved_word_ansi-92/99_go=no		# Keyword GO
549reserved_word_ansi-92/99_goto=no	# Keyword GOTO
550reserved_word_ansi-92/99_grant=yes	# Keyword GRANT
551reserved_word_ansi-92/99_group=yes	# Keyword GROUP
552reserved_word_ansi-92/99_having=yes	# Keyword HAVING
553reserved_word_ansi-92/99_hour=no	# Keyword HOUR
554reserved_word_ansi-92/99_identity=no	# Keyword IDENTITY
555reserved_word_ansi-92/99_if=yes		# Keyword IF
556reserved_word_ansi-92/99_ignore=yes	# Keyword IGNORE
557reserved_word_ansi-92/99_immediate=no	# Keyword IMMEDIATE
558reserved_word_ansi-92/99_in=yes		# Keyword IN
559reserved_word_ansi-92/99_indicator=no	# Keyword INDICATOR
560reserved_word_ansi-92/99_initially=no	# Keyword INITIALLY
561reserved_word_ansi-92/99_inner=yes	# Keyword INNER
562reserved_word_ansi-92/99_input=no	# Keyword INPUT
563reserved_word_ansi-92/99_insert=yes	# Keyword INSERT
564reserved_word_ansi-92/99_int=yes	# Keyword INT
565reserved_word_ansi-92/99_integer=yes	# Keyword INTEGER
566reserved_word_ansi-92/99_intersect=no	# Keyword INTERSECT
567reserved_word_ansi-92/99_interval=yes	# Keyword INTERVAL
568reserved_word_ansi-92/99_into=yes	# Keyword INTO
569reserved_word_ansi-92/99_is=yes		# Keyword IS
570reserved_word_ansi-92/99_isolation=no	# Keyword ISOLATION
571reserved_word_ansi-92/99_join=yes	# Keyword JOIN
572reserved_word_ansi-92/99_key=yes	# Keyword KEY
573reserved_word_ansi-92/99_language=no	# Keyword LANGUAGE
574reserved_word_ansi-92/99_last=no	# Keyword LAST
575reserved_word_ansi-92/99_leading=yes	# Keyword LEADING
576reserved_word_ansi-92/99_leave=yes	# Keyword LEAVE
577reserved_word_ansi-92/99_left=yes	# Keyword LEFT
578reserved_word_ansi-92/99_less=no	# Keyword LESS
579reserved_word_ansi-92/99_level=no	# Keyword LEVEL
580reserved_word_ansi-92/99_like=yes	# Keyword LIKE
581reserved_word_ansi-92/99_limit=yes	# Keyword LIMIT
582reserved_word_ansi-92/99_local=no	# Keyword LOCAL
583reserved_word_ansi-92/99_loop=yes	# Keyword LOOP
584reserved_word_ansi-92/99_match=yes	# Keyword MATCH
585reserved_word_ansi-92/99_minute=no	# Keyword MINUTE
586reserved_word_ansi-92/99_modify=no	# Keyword MODIFY
587reserved_word_ansi-92/99_module=no	# Keyword MODULE
588reserved_word_ansi-92/99_month=no	# Keyword MONTH
589reserved_word_ansi-92/99_names=no	# Keyword NAMES
590reserved_word_ansi-92/99_national=no	# Keyword NATIONAL
591reserved_word_ansi-92/99_natural=yes	# Keyword NATURAL
592reserved_word_ansi-92/99_nchar=no	# Keyword NCHAR
593reserved_word_ansi-92/99_new=no		# Keyword NEW
594reserved_word_ansi-92/99_next=no	# Keyword NEXT
595reserved_word_ansi-92/99_no=no		# Keyword NO
596reserved_word_ansi-92/99_none=no	# Keyword NONE
597reserved_word_ansi-92/99_not=yes	# Keyword NOT
598reserved_word_ansi-92/99_null=yes	# Keyword NULL
599reserved_word_ansi-92/99_numeric=yes	# Keyword NUMERIC
600reserved_word_ansi-92/99_object=no	# Keyword OBJECT
601reserved_word_ansi-92/99_of=no		# Keyword OF
602reserved_word_ansi-92/99_off=no		# Keyword OFF
603reserved_word_ansi-92/99_old=no		# Keyword OLD
604reserved_word_ansi-92/99_on=yes		# Keyword ON
605reserved_word_ansi-92/99_only=no	# Keyword ONLY
606reserved_word_ansi-92/99_open=no	# Keyword OPEN
607reserved_word_ansi-92/99_operation=no	# Keyword OPERATION
608reserved_word_ansi-92/99_option=yes	# Keyword OPTION
609reserved_word_ansi-92/99_or=yes		# Keyword OR
610reserved_word_ansi-92/99_order=yes	# Keyword ORDER
611reserved_word_ansi-92/99_outer=yes	# Keyword OUTER
612reserved_word_ansi-92/99_output=no	# Keyword OUTPUT
613reserved_word_ansi-92/99_pad=no		# Keyword PAD
614reserved_word_ansi-92/99_parameters=no	# Keyword PARAMETERS
615reserved_word_ansi-92/99_partial=no	# Keyword PARTIAL
616reserved_word_ansi-92/99_precision=yes	# Keyword PRECISION
617reserved_word_ansi-92/99_preorder=no	# Keyword PREORDER
618reserved_word_ansi-92/99_prepare=no	# Keyword PREPARE
619reserved_word_ansi-92/99_preserve=no	# Keyword PRESERVE
620reserved_word_ansi-92/99_primary=yes	# Keyword PRIMARY
621reserved_word_ansi-92/99_prior=no	# Keyword PRIOR
622reserved_word_ansi-92/99_privileges=no	# Keyword PRIVILEGES
623reserved_word_ansi-92/99_procedure=yes	# Keyword PROCEDURE
624reserved_word_ansi-92/99_public=no	# Keyword PUBLIC
625reserved_word_ansi-92/99_read=yes	# Keyword READ
626reserved_word_ansi-92/99_real=yes	# Keyword REAL
627reserved_word_ansi-92/99_recursive=no	# Keyword RECURSIVE
628reserved_word_ansi-92/99_ref=no		# Keyword REF
629reserved_word_ansi-92/99_references=yes	# Keyword REFERENCES
630reserved_word_ansi-92/99_referencing=no	# Keyword REFERENCING
631reserved_word_ansi-92/99_relative=no	# Keyword RELATIVE
632reserved_word_ansi-92/99_resignal=no	# Keyword RESIGNAL
633reserved_word_ansi-92/99_restrict=yes	# Keyword RESTRICT
634reserved_word_ansi-92/99_return=yes	# Keyword RETURN
635reserved_word_ansi-92/99_returns=no	# Keyword RETURNS
636reserved_word_ansi-92/99_revoke=yes	# Keyword REVOKE
637reserved_word_ansi-92/99_right=yes	# Keyword RIGHT
638reserved_word_ansi-92/99_role=no	# Keyword ROLE
639reserved_word_ansi-92/99_rollback=no	# Keyword ROLLBACK
640reserved_word_ansi-92/99_routine=no	# Keyword ROUTINE
641reserved_word_ansi-92/99_row=no		# Keyword ROW
642reserved_word_ansi-92/99_rows=no	# Keyword ROWS
643reserved_word_ansi-92/99_savepoint=no	# Keyword SAVEPOINT
644reserved_word_ansi-92/99_schema=yes	# Keyword SCHEMA
645reserved_word_ansi-92/99_scroll=no	# Keyword SCROLL
646reserved_word_ansi-92/99_search=no	# Keyword SEARCH
647reserved_word_ansi-92/99_second=no	# Keyword SECOND
648reserved_word_ansi-92/99_section=no	# Keyword SECTION
649reserved_word_ansi-92/99_select=yes	# Keyword SELECT
650reserved_word_ansi-92/99_sequence=no	# Keyword SEQUENCE
651reserved_word_ansi-92/99_session=no	# Keyword SESSION
652reserved_word_ansi-92/99_session_user=no	# Keyword SESSION_USER
653reserved_word_ansi-92/99_set=yes	# Keyword SET
654reserved_word_ansi-92/99_signal=no	# Keyword SIGNAL
655reserved_word_ansi-92/99_size=no	# Keyword SIZE
656reserved_word_ansi-92/99_smallint=yes	# Keyword SMALLINT
657reserved_word_ansi-92/99_some=no	# Keyword SOME
658reserved_word_ansi-92/99_space=no	# Keyword SPACE
659reserved_word_ansi-92/99_sql=yes	# Keyword SQL
660reserved_word_ansi-92/99_sqlexception=yes	# Keyword SQLEXCEPTION
661reserved_word_ansi-92/99_sqlstate=yes	# Keyword SQLSTATE
662reserved_word_ansi-92/99_sqlwarning=yes	# Keyword SQLWARNING
663reserved_word_ansi-92/99_structure=no	# Keyword STRUCTURE
664reserved_word_ansi-92/99_system_user=no	# Keyword SYSTEM_USER
665reserved_word_ansi-92/99_table=yes	# Keyword TABLE
666reserved_word_ansi-92/99_temporary=no	# Keyword TEMPORARY
667reserved_word_ansi-92/99_then=yes	# Keyword THEN
668reserved_word_ansi-92/99_time=no	# Keyword TIME
669reserved_word_ansi-92/99_timestamp=no	# Keyword TIMESTAMP
670reserved_word_ansi-92/99_timezone_hour=no	# Keyword TIMEZONE_HOUR
671reserved_word_ansi-92/99_timezone_minute=no	# Keyword TIMEZONE_MINUTE
672reserved_word_ansi-92/99_to=yes		# Keyword TO
673reserved_word_ansi-92/99_trailing=yes	# Keyword TRAILING
674reserved_word_ansi-92/99_transaction=no	# Keyword TRANSACTION
675reserved_word_ansi-92/99_translation=no	# Keyword TRANSLATION
676reserved_word_ansi-92/99_trigger=yes	# Keyword TRIGGER
677reserved_word_ansi-92/99_true=yes	# Keyword TRUE
678reserved_word_ansi-92/99_under=no	# Keyword UNDER
679reserved_word_ansi-92/99_union=yes	# Keyword UNION
680reserved_word_ansi-92/99_unique=yes	# Keyword UNIQUE
681reserved_word_ansi-92/99_unknown=no	# Keyword UNKNOWN
682reserved_word_ansi-92/99_update=yes	# Keyword UPDATE
683reserved_word_ansi-92/99_usage=yes	# Keyword USAGE
684reserved_word_ansi-92/99_user=no	# Keyword USER
685reserved_word_ansi-92/99_using=yes	# Keyword USING
686reserved_word_ansi-92/99_value=no	# Keyword VALUE
687reserved_word_ansi-92/99_values=yes	# Keyword VALUES
688reserved_word_ansi-92/99_varchar=yes	# Keyword VARCHAR
689reserved_word_ansi-92/99_variable=no	# Keyword VARIABLE
690reserved_word_ansi-92/99_varying=yes	# Keyword VARYING
691reserved_word_ansi-92/99_view=no	# Keyword VIEW
692reserved_word_ansi-92/99_when=yes	# Keyword WHEN
693reserved_word_ansi-92/99_whenever=no	# Keyword WHENEVER
694reserved_word_ansi-92/99_where=yes	# Keyword WHERE
695reserved_word_ansi-92/99_while=yes	# Keyword WHILE
696reserved_word_ansi-92/99_with=yes	# Keyword WITH
697reserved_word_ansi-92/99_without=no	# Keyword WITHOUT
698reserved_word_ansi-92/99_work=no	# Keyword WORK
699reserved_word_ansi-92/99_write=yes	# Keyword WRITE
700reserved_word_ansi-92/99_year=no	# Keyword YEAR
701reserved_word_ansi-92/99_zone=no	# Keyword ZONE
702reserved_word_ansi92_async=no		# Keyword ASYNC
703reserved_word_ansi92_avg=no		# Keyword AVG
704reserved_word_ansi92_between=yes	# Keyword BETWEEN
705reserved_word_ansi92_bit_length=no	# Keyword BIT_LENGTH
706reserved_word_ansi92_char_length=no	# Keyword CHAR_LENGTH
707reserved_word_ansi92_character_length=no	# Keyword CHARACTER_LENGTH
708reserved_word_ansi92_coalesce=no	# Keyword COALESCE
709reserved_word_ansi92_convert=yes	# Keyword CONVERT
710reserved_word_ansi92_count=no		# Keyword COUNT
711reserved_word_ansi92_exists=yes		# Keyword EXISTS
712reserved_word_ansi92_extract=no		# Keyword EXTRACT
713reserved_word_ansi92_insensitive=yes	# Keyword INSENSITIVE
714reserved_word_ansi92_lower=no		# Keyword LOWER
715reserved_word_ansi92_max=no		# Keyword MAX
716reserved_word_ansi92_min=no		# Keyword MIN
717reserved_word_ansi92_nullif=no		# Keyword NULLIF
718reserved_word_ansi92_octet_length=no	# Keyword OCTET_LENGTH
719reserved_word_ansi92_oid=no		# Keyword OID
720reserved_word_ansi92_operators=no	# Keyword OPERATORS
721reserved_word_ansi92_others=no		# Keyword OTHERS
722reserved_word_ansi92_overlaps=no	# Keyword OVERLAPS
723reserved_word_ansi92_pendant=no		# Keyword PENDANT
724reserved_word_ansi92_position=no	# Keyword POSITION
725reserved_word_ansi92_private=no		# Keyword PRIVATE
726reserved_word_ansi92_protected=no	# Keyword PROTECTED
727reserved_word_ansi92_replace=yes	# Keyword REPLACE
728reserved_word_ansi92_sensitive=yes	# Keyword SENSITIVE
729reserved_word_ansi92_similar=no		# Keyword SIMILAR
730reserved_word_ansi92_sqlcode=no		# Keyword SQLCODE
731reserved_word_ansi92_sqlerror=no	# Keyword SQLERROR
732reserved_word_ansi92_substring=no	# Keyword SUBSTRING
733reserved_word_ansi92_sum=no		# Keyword SUM
734reserved_word_ansi92_test=no		# Keyword TEST
735reserved_word_ansi92_there=no		# Keyword THERE
736reserved_word_ansi92_translate=no	# Keyword TRANSLATE
737reserved_word_ansi92_trim=no		# Keyword TRIM
738reserved_word_ansi92_type=no		# Keyword TYPE
739reserved_word_ansi92_upper=no		# Keyword UPPER
740reserved_word_ansi92_virtual=no		# Keyword VIRTUAL
741reserved_word_ansi92_visible=no		# Keyword VISIBLE
742reserved_word_ansi92_wait=no		# Keyword WAIT
743reserved_word_ansi99_admin=no		# Keyword ADMIN
744reserved_word_ansi99_aggregate=no	# Keyword AGGREGATE
745reserved_word_ansi99_array=no		# Keyword ARRAY
746reserved_word_ansi99_binary=yes		# Keyword BINARY
747reserved_word_ansi99_blob=yes		# Keyword BLOB
748reserved_word_ansi99_class=no		# Keyword CLASS
749reserved_word_ansi99_clob=no		# Keyword CLOB
750reserved_word_ansi99_condition=yes	# Keyword CONDITION
751reserved_word_ansi99_constructor=no	# Keyword CONSTRUCTOR
752reserved_word_ansi99_contains=no	# Keyword CONTAINS
753reserved_word_ansi99_cube=no		# Keyword CUBE
754reserved_word_ansi99_current_path=no	# Keyword CURRENT_PATH
755reserved_word_ansi99_current_role=no	# Keyword CURRENT_ROLE
756reserved_word_ansi99_datalink=no	# Keyword DATALINK
757reserved_word_ansi99_deref=no		# Keyword DEREF
758reserved_word_ansi99_destroy=no		# Keyword DESTROY
759reserved_word_ansi99_destructor=no	# Keyword DESTRUCTOR
760reserved_word_ansi99_deterministic=yes	# Keyword DETERMINISTIC
761reserved_word_ansi99_do=no		# Keyword DO
762reserved_word_ansi99_dynamic=no		# Keyword DYNAMIC
763reserved_word_ansi99_every=no		# Keyword EVERY
764reserved_word_ansi99_exit=yes		# Keyword EXIT
765reserved_word_ansi99_expand=no		# Keyword EXPAND
766reserved_word_ansi99_expanding=no	# Keyword EXPANDING
767reserved_word_ansi99_free=no		# Keyword FREE
768reserved_word_ansi99_function=no	# Keyword FUNCTION
769reserved_word_ansi99_grouping=no	# Keyword GROUPING
770reserved_word_ansi99_handler=no		# Keyword HANDLER
771reserved_word_ansi99_hast=no		# Keyword HAST
772reserved_word_ansi99_host=no		# Keyword HOST
773reserved_word_ansi99_initialize=no	# Keyword INITIALIZE
774reserved_word_ansi99_inout=yes		# Keyword INOUT
775reserved_word_ansi99_iterate=yes	# Keyword ITERATE
776reserved_word_ansi99_large=no		# Keyword LARGE
777reserved_word_ansi99_lateral=no		# Keyword LATERAL
778reserved_word_ansi99_localtime=yes	# Keyword LOCALTIME
779reserved_word_ansi99_localtimestamp=yes	# Keyword LOCALTIMESTAMP
780reserved_word_ansi99_locator=no		# Keyword LOCATOR
781reserved_word_ansi99_meets=no		# Keyword MEETS
782reserved_word_ansi99_modifies=yes	# Keyword MODIFIES
783reserved_word_ansi99_nclob=no		# Keyword NCLOB
784reserved_word_ansi99_normalize=no	# Keyword NORMALIZE
785reserved_word_ansi99_ordinality=no	# Keyword ORDINALITY
786reserved_word_ansi99_out=yes		# Keyword OUT
787reserved_word_ansi99_parameter=no	# Keyword PARAMETER
788reserved_word_ansi99_path=no		# Keyword PATH
789reserved_word_ansi99_period=no		# Keyword PERIOD
790reserved_word_ansi99_postfix=no		# Keyword POSTFIX
791reserved_word_ansi99_precedes=no	# Keyword PRECEDES
792reserved_word_ansi99_prefix=no		# Keyword PREFIX
793reserved_word_ansi99_reads=yes		# Keyword READS
794reserved_word_ansi99_redo=no		# Keyword REDO
795reserved_word_ansi99_repeat=yes		# Keyword REPEAT
796reserved_word_ansi99_result=no		# Keyword RESULT
797reserved_word_ansi99_rollup=no		# Keyword ROLLUP
798reserved_word_ansi99_sets=no		# Keyword SETS
799reserved_word_ansi99_specific=yes	# Keyword SPECIFIC
800reserved_word_ansi99_specifictype=no	# Keyword SPECIFICTYPE
801reserved_word_ansi99_start=no		# Keyword START
802reserved_word_ansi99_state=no		# Keyword STATE
803reserved_word_ansi99_static=no		# Keyword STATIC
804reserved_word_ansi99_succeeds=no	# Keyword SUCCEEDS
805reserved_word_ansi99_terminate=no	# Keyword TERMINATE
806reserved_word_ansi99_than=no		# Keyword THAN
807reserved_word_ansi99_treat=no		# Keyword TREAT
808reserved_word_ansi99_undo=yes		# Keyword UNDO
809reserved_word_ansi99_until=no		# Keyword UNTIL
810reserved_word_extra_access=no		# Keyword ACCESS
811reserved_word_extra_analyze=yes		# Keyword ANALYZE
812reserved_word_extra_audit=no		# Keyword AUDIT
813reserved_word_extra_auto_increment=no	# Keyword AUTO_INCREMENT
814reserved_word_extra_backup=no		# Keyword BACKUP
815reserved_word_extra_bdb=no		# Keyword BDB
816reserved_word_extra_berkeleydb=no	# Keyword BERKELEYDB
817reserved_word_extra_bigint=yes		# Keyword BIGINT
818reserved_word_extra_break=no		# Keyword BREAK
819reserved_word_extra_browse=no		# Keyword BROWSE
820reserved_word_extra_btree=no		# Keyword BTREE
821reserved_word_extra_bulk=no		# Keyword BULK
822reserved_word_extra_change=yes		# Keyword CHANGE
823reserved_word_extra_checkpoint=no	# Keyword CHECKPOINT
824reserved_word_extra_cluster=no		# Keyword CLUSTER
825reserved_word_extra_clustered=no	# Keyword CLUSTERED
826reserved_word_extra_columns=no		# Keyword COLUMNS
827reserved_word_extra_comment=no		# Keyword COMMENT
828reserved_word_extra_compress=no		# Keyword COMPRESS
829reserved_word_extra_compute=no		# Keyword COMPUTE
830reserved_word_extra_containstable=no	# Keyword CONTAINSTABLE
831reserved_word_extra_database=yes	# Keyword DATABASE
832reserved_word_extra_databases=yes	# Keyword DATABASES
833reserved_word_extra_day_hour=yes	# Keyword DAY_HOUR
834reserved_word_extra_day_minute=yes	# Keyword DAY_MINUTE
835reserved_word_extra_day_second=yes	# Keyword DAY_SECOND
836reserved_word_extra_dbcc=no		# Keyword DBCC
837reserved_word_extra_delayed=yes		# Keyword DELAYED
838reserved_word_extra_deny=no		# Keyword DENY
839reserved_word_extra_disk=no		# Keyword DISK
840reserved_word_extra_distinctrow=yes	# Keyword DISTINCTROW
841reserved_word_extra_distributed=no	# Keyword DISTRIBUTED
842reserved_word_extra_dummy=no		# Keyword DUMMY
843reserved_word_extra_dump=no		# Keyword DUMP
844reserved_word_extra_enclosed=yes	# Keyword ENCLOSED
845reserved_word_extra_errlvl=no		# Keyword ERRLVL
846reserved_word_extra_errors=no		# Keyword ERRORS
847reserved_word_extra_escaped=yes		# Keyword ESCAPED
848reserved_word_extra_exclusive=no	# Keyword EXCLUSIVE
849reserved_word_extra_explain=yes		# Keyword EXPLAIN
850reserved_word_extra_fields=no		# Keyword FIELDS
851reserved_word_extra_file=no		# Keyword FILE
852reserved_word_extra_fillfactor=no	# Keyword FILLFACTOR
853reserved_word_extra_freetext=no		# Keyword FREETEXT
854reserved_word_extra_freetexttable=no	# Keyword FREETEXTTABLE
855reserved_word_extra_fulltext=yes	# Keyword FULLTEXT
856reserved_word_extra_geometry=no		# Keyword GEOMETRY
857reserved_word_extra_hash=no		# Keyword HASH
858reserved_word_extra_high_priority=yes	# Keyword HIGH_PRIORITY
859reserved_word_extra_holdlock=no		# Keyword HOLDLOCK
860reserved_word_extra_hour_minute=yes	# Keyword HOUR_MINUTE
861reserved_word_extra_hour_second=yes	# Keyword HOUR_SECOND
862reserved_word_extra_identified=no	# Keyword IDENTIFIED
863reserved_word_extra_identity_insert=no	# Keyword IDENTITY_INSERT
864reserved_word_extra_identitycol=no	# Keyword IDENTITYCOL
865reserved_word_extra_increment=no	# Keyword INCREMENT
866reserved_word_extra_index=yes		# Keyword INDEX
867reserved_word_extra_infile=yes		# Keyword INFILE
868reserved_word_extra_initial=no		# Keyword INITIAL
869reserved_word_extra_innodb=no		# Keyword INNODB
870reserved_word_extra_keys=yes		# Keyword KEYS
871reserved_word_extra_kill=yes		# Keyword KILL
872reserved_word_extra_lineno=no		# Keyword LINENO
873reserved_word_extra_lines=yes		# Keyword LINES
874reserved_word_extra_load=yes		# Keyword LOAD
875reserved_word_extra_lock=yes		# Keyword LOCK
876reserved_word_extra_long=yes		# Keyword LONG
877reserved_word_extra_longblob=yes	# Keyword LONGBLOB
878reserved_word_extra_longtext=yes	# Keyword LONGTEXT
879reserved_word_extra_low_priority=yes	# Keyword LOW_PRIORITY
880reserved_word_extra_master_server_id=no	# Keyword MASTER_SERVER_ID
881reserved_word_extra_maxextents=no	# Keyword MAXEXTENTS
882reserved_word_extra_mediumblob=yes	# Keyword MEDIUMBLOB
883reserved_word_extra_mediumint=yes	# Keyword MEDIUMINT
884reserved_word_extra_mediumtext=yes	# Keyword MEDIUMTEXT
885reserved_word_extra_middleint=yes	# Keyword MIDDLEINT
886reserved_word_extra_minus=no		# Keyword MINUS
887reserved_word_extra_minute_second=yes	# Keyword MINUTE_SECOND
888reserved_word_extra_mlslabel=no		# Keyword MLSLABEL
889reserved_word_extra_mode=no		# Keyword MODE
890reserved_word_extra_mrg_myisam=no	# Keyword MRG_MYISAM
891reserved_word_extra_noaudit=no		# Keyword NOAUDIT
892reserved_word_extra_nocheck=no		# Keyword NOCHECK
893reserved_word_extra_nocompress=no	# Keyword NOCOMPRESS
894reserved_word_extra_nonclustered=no	# Keyword NONCLUSTERED
895reserved_word_extra_nowait=no		# Keyword NOWAIT
896reserved_word_extra_number=no		# Keyword NUMBER
897reserved_word_extra_offline=no		# Keyword OFFLINE
898reserved_word_extra_offsets=no		# Keyword OFFSETS
899reserved_word_extra_online=no		# Keyword ONLINE
900reserved_word_extra_opendatasource=no	# Keyword OPENDATASOURCE
901reserved_word_extra_openquery=no	# Keyword OPENQUERY
902reserved_word_extra_openrowset=no	# Keyword OPENROWSET
903reserved_word_extra_openxml=no		# Keyword OPENXML
904reserved_word_extra_optimize=yes	# Keyword OPTIMIZE
905reserved_word_extra_optionally=yes	# Keyword OPTIONALLY
906reserved_word_extra_outfile=yes		# Keyword OUTFILE
907reserved_word_extra_over=no		# Keyword OVER
908reserved_word_extra_pctfree=no		# Keyword PCTFREE
909reserved_word_extra_percent=no		# Keyword PERCENT
910reserved_word_extra_plan=no		# Keyword PLAN
911reserved_word_extra_print=no		# Keyword PRINT
912reserved_word_extra_proc=no		# Keyword PROC
913reserved_word_extra_purge=yes		# Keyword PURGE
914reserved_word_extra_raiserror=no	# Keyword RAISERROR
915reserved_word_extra_raw=no		# Keyword RAW
916reserved_word_extra_readtext=no		# Keyword READTEXT
917reserved_word_extra_reconfigure=no	# Keyword RECONFIGURE
918reserved_word_extra_regexp=yes		# Keyword REGEXP
919reserved_word_extra_rename=yes		# Keyword RENAME
920reserved_word_extra_replication=no	# Keyword REPLICATION
921reserved_word_extra_require=yes		# Keyword REQUIRE
922reserved_word_extra_resource=no		# Keyword RESOURCE
923reserved_word_extra_restore=no		# Keyword RESTORE
924reserved_word_extra_rlike=yes		# Keyword RLIKE
925reserved_word_extra_rowcount=no		# Keyword ROWCOUNT
926reserved_word_extra_rowguidcol=no	# Keyword ROWGUIDCOL
927reserved_word_extra_rowid=no		# Keyword ROWID
928reserved_word_extra_rownum=no		# Keyword ROWNUM
929reserved_word_extra_rtree=no		# Keyword RTREE
930reserved_word_extra_rule=no		# Keyword RULE
931reserved_word_extra_save=no		# Keyword SAVE
932reserved_word_extra_setuser=no		# Keyword SETUSER
933reserved_word_extra_share=no		# Keyword SHARE
934reserved_word_extra_show=yes		# Keyword SHOW
935reserved_word_extra_shutdown=no		# Keyword SHUTDOWN
936reserved_word_extra_soname=no		# Keyword SONAME
937reserved_word_extra_spatial=yes		# Keyword SPATIAL
938reserved_word_extra_sql_big_result=yes	# Keyword SQL_BIG_RESULT
939reserved_word_extra_sql_calc_found_rows=yes	# Keyword SQL_CALC_FOUND_ROWS
940reserved_word_extra_sql_small_result=yes	# Keyword SQL_SMALL_RESULT
941reserved_word_extra_ssl=yes		# Keyword SSL
942reserved_word_extra_starting=yes	# Keyword STARTING
943reserved_word_extra_statistics=no	# Keyword STATISTICS
944reserved_word_extra_straight_join=yes	# Keyword STRAIGHT_JOIN
945reserved_word_extra_striped=no		# Keyword STRIPED
946reserved_word_extra_successful=no	# Keyword SUCCESSFUL
947reserved_word_extra_synonym=no		# Keyword SYNONYM
948reserved_word_extra_sysdate=no		# Keyword SYSDATE
949reserved_word_extra_tables=no		# Keyword TABLES
950reserved_word_extra_terminated=yes	# Keyword TERMINATED
951reserved_word_extra_textsize=no		# Keyword TEXTSIZE
952reserved_word_extra_tinyblob=yes	# Keyword TINYBLOB
953reserved_word_extra_tinyint=yes		# Keyword TINYINT
954reserved_word_extra_tinytext=yes	# Keyword TINYTEXT
955reserved_word_extra_top=no		# Keyword TOP
956reserved_word_extra_tran=no		# Keyword TRAN
957reserved_word_extra_truncate=no		# Keyword TRUNCATE
958reserved_word_extra_tsequal=no		# Keyword TSEQUAL
959reserved_word_extra_types=no		# Keyword TYPES
960reserved_word_extra_uid=no		# Keyword UID
961reserved_word_extra_unlock=yes		# Keyword UNLOCK
962reserved_word_extra_unsigned=yes	# Keyword UNSIGNED
963reserved_word_extra_updatetext=no	# Keyword UPDATETEXT
964reserved_word_extra_use=yes		# Keyword USE
965reserved_word_extra_user_resources=no	# Keyword USER_RESOURCES
966reserved_word_extra_validate=no		# Keyword VALIDATE
967reserved_word_extra_varbinary=yes	# Keyword VARBINARY
968reserved_word_extra_varchar2=no		# Keyword VARCHAR2
969reserved_word_extra_waitfor=no		# Keyword WAITFOR
970reserved_word_extra_warnings=no		# Keyword WARNINGS
971reserved_word_extra_writetext=no	# Keyword WRITETEXT
972reserved_word_extra_xor=yes		# Keyword XOR
973reserved_word_extra_year_month=yes	# Keyword YEAR_MONTH
974reserved_word_extra_zerofill=yes	# Keyword ZEROFILL
975right_outer_join=yes			# right outer join
976rollback_metadata=no			# rollback_metadata
977rowid=auto_increment			# Type for row id
978safe_decimal_arithmetic=yes		# safe decimal arithmetic
979select_constants=yes			# Select constants
980select_limit=with LIMIT			# LIMIT number of rows
981select_limit2=yes			# SELECT with LIMIT #,#
982select_limit3=yes			# SELECT with LIMIT # OFFSET #
983select_string_size=1048565		# constant string size in SELECT
984select_table_update=yes			# Update with sub select
985select_without_from=yes			# SELECT without FROM
986server_version=MySQL 5.3.1 MariaDB beta valgrind max debug	# server version
987simple_joins=yes			# ANSI SQL simple joins
988sorted_group_by=yes			# Group by always sorted
989storage_of_float=round			# Storage of float values
990subqueries=yes				# subqueries
991table_alias=yes				# Table alias
992table_name_case=no			# case independent table names
993table_wildcard=yes			# Select table_name.*
994temporary_table=yes			# temporary tables
995time_format_EUR=error			# Supports HH.MM.SS (EUR) time format
996time_format_HHHHMMSS=yes		# Supports HHHHmmSS time format
997time_format_ISO=yes			# Supports HH:MM:SS (ISO) time format
998time_format_USA=error			# Supports HH:MM:SS (AM|PM) time format
999time_format_inresult=iso		# Time format in result
1000transactions=yes			# transactions
1001truncate_table=yes			# truncate
1002type_extra_abstime=no			# Type abstime
1003type_extra_bfile=no			# Type bfile
1004type_extra_blob=yes			# Type blob
1005type_extra_bool=yes			# Type bool
1006type_extra_box=no			# Type box
1007type_extra_byte=no			# Type byte
1008type_extra_char(1_arg)_binary=yes	# Type char(1 arg) binary
1009type_extra_cidr=no			# Type cidr
1010type_extra_circle=no			# Type circle
1011type_extra_clob=no			# Type clob
1012type_extra_datetime=yes			# Type datetime
1013type_extra_double=yes			# Type double
1014type_extra_enum(1_arg)=yes		# Type enum(1 arg)
1015type_extra_float(2_arg)=yes		# Type float(2 arg)
1016type_extra_float4=yes			# Type float4
1017type_extra_float8=yes			# Type float8
1018type_extra_image=no			# Type image
1019type_extra_inet=no			# Type inet
1020type_extra_int(1_arg)_zerofill=yes	# Type int(1 arg) zerofill
1021type_extra_int1=yes			# Type int1
1022type_extra_int2=yes			# Type int2
1023type_extra_int3=yes			# Type int3
1024type_extra_int4=yes			# Type int4
1025type_extra_int8=yes			# Type int8
1026type_extra_int_auto_increment=yes	# Type int not null auto_increment
1027type_extra_int_identity=no		# Type int not null identity
1028type_extra_int_unsigned=yes		# Type int unsigned
1029type_extra_interval=no			# Type interval
1030type_extra_line=no			# Type line
1031type_extra_long=yes			# Type long
1032type_extra_long_raw=no			# Type long raw
1033type_extra_long_varbinary=yes		# Type long varbinary
1034type_extra_long_varchar(1_arg)=no	# Type long varchar(1 arg)
1035type_extra_lseg=no			# Type lseg
1036type_extra_macaddr=no			# Type macaddr
1037type_extra_mediumint=yes		# Type mediumint
1038type_extra_mediumtext=yes		# Type mediumtext
1039type_extra_middleint=yes		# Type middleint
1040type_extra_mlslabel=no			# Type mlslabel
1041type_extra_money=no			# Type money
1042type_extra_nclob=no			# Type nclob
1043type_extra_number=no			# Type number
1044type_extra_number(1_arg)=no		# Type number(1 arg)
1045type_extra_number(2_arg)=no		# Type number(2 arg)
1046type_extra_nvarchar2(1_arg)=no		# Type nvarchar2(1 arg)
1047type_extra_path=no			# Type path
1048type_extra_point=yes			# Type point
1049type_extra_polygon=yes			# Type polygon
1050type_extra_raw(1_arg)=no		# Type raw(1 arg)
1051type_extra_reltime=no			# Type reltime
1052type_extra_rowid=no			# Type rowid
1053type_extra_serial=yes			# Type serial
1054type_extra_set(1_arg)=yes		# Type set(1 arg)
1055type_extra_smalldatetime=no		# Type smalldatetime
1056type_extra_smallfloat=no		# Type smallfloat
1057type_extra_smallmoney=no		# Type smallmoney
1058type_extra_text=yes			# Type text
1059type_extra_text(1_arg)=yes		# Type text(1 arg)
1060type_extra_timespan=no			# Type timespan
1061type_extra_uint=no			# Type uint
1062type_extra_varchar2(1_arg)=no		# Type varchar2(1 arg)
1063type_extra_year=yes			# Type year
1064type_odbc_bigint=yes			# Type bigint
1065type_odbc_binary(1_arg)=yes		# Type binary(1 arg)
1066type_odbc_tinyint=yes			# Type tinyint
1067type_odbc_varbinary(1_arg)=yes		# Type varbinary(1 arg)
1068type_sql_bit=yes			# Type bit
1069type_sql_bit(1_arg)=yes			# Type bit(1 arg)
1070type_sql_bit_varying(1_arg)=no		# Type bit varying(1 arg)
1071type_sql_boolean=yes			# Type boolean
1072type_sql_char(1_arg)=yes		# Type char(1 arg)
1073type_sql_char_varying(1_arg)=yes	# Type char varying(1 arg)
1074type_sql_character(1_arg)=yes		# Type character(1 arg)
1075type_sql_character_varying(1_arg)=yes	# Type character varying(1 arg)
1076type_sql_date=yes			# Type date
1077type_sql_datetime=yes			# Type datetime
1078type_sql_datetime(1_arg)=yes		# Type datetime(1 arg)
1079type_sql_dec(2_arg)=yes			# Type dec(2 arg)
1080type_sql_decimal(2_arg)=yes		# Type decimal(2 arg)
1081type_sql_double_precision=yes		# Type double precision
1082type_sql_float=yes			# Type float
1083type_sql_float(1_arg)=yes		# Type float(1 arg)
1084type_sql_int=yes			# Type int
1085type_sql_integer=yes			# Type integer
1086type_sql_interval_day=no		# Type interval day
1087type_sql_interval_day_to_hour=no	# Type interval day to hour
1088type_sql_interval_day_to_minute=no	# Type interval day to minute
1089type_sql_interval_day_to_second=no	# Type interval day to second
1090type_sql_interval_hour=no		# Type interval hour
1091type_sql_interval_hour_to_minute=no	# Type interval hour to minute
1092type_sql_interval_hour_to_second=no	# Type interval hour to second
1093type_sql_interval_minute=no		# Type interval minute
1094type_sql_interval_minute_to_second=no	# Type interval minute to second
1095type_sql_interval_month=no		# Type interval month
1096type_sql_interval_second=no		# Type interval second
1097type_sql_interval_year=no		# Type interval year
1098type_sql_interval_year_to_month=no	# Type interval year to month
1099type_sql_national_char_varying(1_arg)=yes	# Type national char varying(1 arg)
1100type_sql_national_character(1_arg)=yes	# Type national character(1 arg)
1101type_sql_national_character_varying(1_arg)=yes	# Type national character varying(1 arg)
1102type_sql_nchar(1_arg)=yes		# Type nchar(1 arg)
1103type_sql_nchar_varying(1_arg)=yes	# Type nchar varying(1 arg)
1104type_sql_numeric(2_arg)=yes		# Type numeric(2 arg)
1105type_sql_real=yes			# Type real
1106type_sql_smallint=yes			# Type smallint
1107type_sql_time=yes			# Type time
1108type_sql_time(1_arg)=yes		# Type time(1 arg)
1109type_sql_timestamp=yes			# Type timestamp
1110type_sql_timestamp(1_arg)=yes		# Type timestamp(1 arg)
1111type_sql_timestamp_with_time_zone=no	# Type timestamp with time zone
1112type_sql_varchar(1_arg)=yes		# Type varchar(1 arg)
1113union=yes				# union
1114union_all=yes				# union all
1115union_all_incompat=yes			# union all (incompatible lists)
1116union_incompat=yes			# union (incompatible lists)
1117unique_in_create=yes			# unique in create table
1118unique_null_in_create=yes		# unique null in create
1119value_of_false=0			# Value of FALSE
1120value_of_true=1				# Value of TRUE
1121views=yes				# views
1122where_string_size=1048539		# constant string size in where
1123