- 23 10月, 2017 1 次提交
- 
- 
由 plus33 提交于Oracles NOT NULL syntax can have optional ENABLE VALIDATE added e.g create table T (C int NOT NULL ENABLE VALIDATE) Some SQL-generators produce such SQL and H2 can now parse it with this change. 
 
- 
- 09 10月, 2017 4 次提交
- 
- 
由 plus33 提交于Updated changelog 
- 
由 plus33 提交于to_date failed to parse inline text - E.g. the "T" and "Z" in to_date('2017-04-21T00:00:00Z', 'YYYY-MM-DD"T"HH24:MI:SS"Z"')
- 
由 plus33 提交于Local.ENGLISH (if test system is not Local.ENGLISH). 
- 
由 plus33 提交于(MySql/ORACLE - SQL style) Command failed silently corrupting the changed column. Before the change (added after v1.4.196) following was observed: alter table T modify C int null; -- Worked as expected alter table T modify C null; -- Silently corrupted column C 
 
- 
- 08 10月, 2017 1 次提交
- 
- 
由 Noel Grandin 提交于Adding french translation in _messages_fr.prop 
 
- 
- 07 10月, 2017 1 次提交
- 
- 
由 Noel Grandin 提交于MVStore can't read enums with values greater than 16 
 
- 
- 06 10月, 2017 1 次提交
- 
- 
由 Piotr Dubrovskiy 提交于fix reading enum values for MVStore. Case for read was missed in commit eb396945 
 
- 
- 05 10月, 2017 1 次提交
- 
- 
由 andrei 提交于
 
- 
- 04 10月, 2017 7 次提交
- 03 10月, 2017 3 次提交
- 
- 
由 andrei 提交于
- 
由 Andrei Tokar 提交于small optimizations, backward compatibility with 1.7 
- 
由 andrei 提交于
 
- 
- 28 9月, 2017 2 次提交
- 
- 
由 Noel Grandin 提交于Replace TreeSet with PriorityQueue in MVSecondaryIndex re-build 
- 
由 andrei 提交于
 
- 
- 27 9月, 2017 4 次提交
- 
- 
由 Xavier Bouclet 提交于
- 
由 Noel Grandin 提交于begin the process of exploding the test script into smaller, more maintainable pieces 
- 
由 Noel Grandin 提交于issue#611 getMetaData().getColumnClassName() fails 
- 
由 andrei 提交于
 
- 
- 26 9月, 2017 2 次提交
- 23 9月, 2017 2 次提交
- 
- 
由 Xavier Bouclet 提交于
- 
由 Xavier Bouclet 提交于
 
- 
- 21 9月, 2017 1 次提交
- 
- 
由 Noel Grandin 提交于List licenses independently 
 
- 
- 20 9月, 2017 1 次提交
- 
- 
由 Andrew Gaul 提交于This allows automated tools to consume this metadata. 
 
- 
- 19 9月, 2017 4 次提交
- 
- 
由 Noel Grandin 提交于
- 
由 Noel Grandin 提交于I don't like methods that do something completely different with a null parameter 
- 
由 Noel Grandin 提交于lastkey calulation on primary index reopening 
- 
由 andrei 提交于
 
- 
- 18 9月, 2017 1 次提交
- 
- 
由 Noel Grandin 提交于Issue 580: NPE on store reopen 
 
- 
- 17 9月, 2017 4 次提交
- 
- 
由 andrei 提交于
- 
由 Noel Grandin 提交于Close connection in test 
- 
由 andrei 提交于
- 
由 andrei 提交于
 
-