- 16 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 14 10月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
issue#637: Oracle REPLACE(X,Y,NULL)
-
由 andrei 提交于
-
- 12 10月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 andrei 提交于
-
- 11 10月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
Fixed issue #497: TO_DATE reports invalid date format for correct format
-
- 09 10月, 2017 5 次提交
-
-
由 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"')
-
由 Noel Grandin 提交于
Fix for "Change not-null / null -constraint to existing column" (MySql/ORACLE - SQL style)
-
由 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 3 次提交
-
-
由 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
-