- 23 10月, 2017 2 次提交
 - 
- 
由 plus33 提交于
* Renamed enum NULL_CONSTRAINT to NullConstraintType * Replaced some switches with if-statement * Check for Oracle-Mode when parsing Oracles-SQLs NOT NULL ENABLE VALIDATE syntax. NOTE: * Added DbTypeEnum-class to Mode to have a String-free dbType check featuring the method Database.isDbTypeOneOf(DbTypeEnum... dbTypes)
 - 
由 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 3 次提交
 - 
- 
由 andrei 提交于
 - 
由 Noel Grandin 提交于
Close connection in test
 - 
由 andrei 提交于
 
 -