26 lines
942 B
Plaintext
Executable File
26 lines
942 B
Plaintext
Executable File
# Quick survey: 22 candidate column names, tried unquoted against H2 2.4.240, HSQLDB 2.7.3, Derby 10.16.1.1
|
|
# via a raw 'create table'. Looking for a word where the three engines actually diverge.
|
|
|
|
value: H2=FAIL HSQLDB=OK DERBY=OK
|
|
key: H2=FAIL HSQLDB=OK DERBY=FAIL
|
|
user: H2=FAIL HSQLDB=OK DERBY=FAIL
|
|
size: H2=OK HSQLDB=OK DERBY=OK
|
|
time: H2=OK HSQLDB=OK DERBY=OK
|
|
date: H2=OK HSQLDB=OK DERBY=OK
|
|
level: H2=OK HSQLDB=OK DERBY=OK
|
|
row: H2=FAIL HSQLDB=OK DERBY=OK
|
|
limit: H2=FAIL HSQLDB=OK DERBY=OK
|
|
role: H2=OK HSQLDB=OK DERBY=OK
|
|
count: H2=OK HSQLDB=OK DERBY=OK
|
|
year: H2=FAIL HSQLDB=OK DERBY=FAIL
|
|
type: H2=OK HSQLDB=OK DERBY=OK
|
|
text: H2=OK HSQLDB=OK DERBY=OK
|
|
data: H2=OK HSQLDB=OK DERBY=OK
|
|
name: H2=OK HSQLDB=OK DERBY=OK
|
|
number: H2=OK HSQLDB=OK DERBY=OK
|
|
index: H2=OK HSQLDB=OK DERBY=OK
|
|
state: H2=OK HSQLDB=OK DERBY=OK
|
|
status: H2=OK HSQLDB=OK DERBY=OK
|
|
group: H2=FAIL HSQLDB=FAIL DERBY=FAIL
|
|
check: H2=FAIL HSQLDB=FAIL DERBY=FAIL
|