- 24 12月, 2017 1 次提交
-
-
由 igor-suhorukov 提交于
-
- 23 12月, 2017 1 次提交
-
-
由 igor-suhorukov 提交于
-
- 19 12月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
and remove now unused AutoCloseInputStream
-
- 18 12月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
problem report and fix by lubomir.benes on the h2 mailing list
-
- 15 12月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
Make use of Objects.hashCode() present in Java7 and remove Utils.hash…
-
由 Prashant Bhat 提交于
-
- 12 12月, 2017 3 次提交
-
-
由 Noel Grandin 提交于
Updated _text_de.prop for German translation
-
由 Michael Benz 提交于
fixed some typos and grammar in the German translation. uniquely used SQL Skript.
-
由 Noel Grandin 提交于
Bugfix for #682: Queries with 'like' expressions may filter rows incorrectly...
-
- 11 12月, 2017 4 次提交
-
-
由 Noel Grandin 提交于
this field might be not accessed, but we need to trigger other logic
-
由 Noel Grandin 提交于
found by UCDetector
-
由 Noel Grandin 提交于
found by UCDetector
-
由 phuss 提交于
-
- 04 12月, 2017 3 次提交
-
-
由 Noel Grandin 提交于
Use Gregorian calendar regardless of the default locale
-
由 Igor Motov 提交于
Renames DateTimeUtils' createCalendar() to createGregorianCalendar() and improves the javadoc.
-
由 Noel Grandin 提交于
No need to create garbage if settings have value
-
- 03 12月, 2017 2 次提交
-
-
由 Турбанов Андрей 提交于
-
由 Igor Motov 提交于
Date parsing logic assumes that the calendar type is Gregorian, so it should use the Gregorian calendar even if the default locale says otherwise. Fixes #675
-
- 29 11月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
on table containing more than one LOB column
-
由 thomasmueller 提交于
-
- 28 11月, 2017 2 次提交
-
-
-
由 thomasmueller 提交于
-
- 27 11月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-
- 24 11月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
-
由 thomasmueller 提交于
-
- 21 11月, 2017 8 次提交
-
-
由 thomasmueller 提交于
-
由 thomasmueller 提交于
-
由 thomasmueller 提交于
-
由 Noel Grandin 提交于
found by CI and the new meta locking debugging stuff
-
由 Noel Grandin 提交于
after my previous commit which removed the use of the system session. Since we are taking the meta lock here, we don't need any extra synchronization
-
由 Noel Grandin 提交于
so we catch more output if stuff goes wrong
-
由 Noel Grandin 提交于
I can't see why this would be necessary - it's a DDL command, so we're going to call commit() immediately regardless
-
由 Noel Grandin 提交于
since we moved the auto-analyze calls to only happen at commit time
-
- 20 11月, 2017 4 次提交
-
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
-
由 Noel Grandin 提交于
as a consequence of my previous change to create views on the current session instead of the system session
-
- 19 11月, 2017 2 次提交
-
-
由 Noel Grandin 提交于
instead of system session. This appears to have been introduced in commit ce7fd11d Author: Thomas Mueller <thomasmueller@users.noreply.github.com> Date: Thu Jun 28 04:33:33 2007 +0000 but does not seem to be necessary anymore.
-
由 Noel Grandin 提交于
found by setting breakpoint for NPE. And pass in the socket to Transfer in the constructor, since all of the usage sites need to immediately set it.
-
- 17 11月, 2017 1 次提交
-
-
由 Noel Grandin 提交于
-