- 29 11月, 2012 2 次提交
-
-
由 noelgrandin 提交于
And its fields are not accessed outside itself, so they can get marked as private.
-
由 noelgrandin 提交于
-
- 28 11月, 2012 23 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 noelgrandin 提交于
Found by UCDetector, which seems to have gotten smarter recently.
-
由 noelgrandin 提交于
fix: revert one one of my earlier cleanups - these fields are obviously meant to be public so that they are settable when we're doing development
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Mark the isH2ModeMySQL, isMySQL, isFirebird, isMSSQLServer fields as private because they are not accessed outside this class. Remove the storedUpperCaseIdentifiers field because it is not read from anywhere.
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
Converted it to log the exception at debug level, since that is what the comment indicates.
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 27 11月, 2012 5 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
A persistent multi-version map: explicit map creation; change map factory to become just a factory for data types again
-
由 noelgrandin 提交于
Also remove an unnecesssary copy of the closeSilently() method
-
由 noelgrandin 提交于
-
由 noelgrandin 提交于
-
- 25 11月, 2012 3 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
Serialization is now pluggable using the system property "h2.javaObjectSerializer". Thanks to Sergi Vladykin for the patch!
-
由 Thomas Mueller 提交于
-
- 24 11月, 2012 1 次提交
-
-
由 Sergi.Vladykin@gmail.com 提交于
-
- 23 11月, 2012 4 次提交
-
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
-
由 Thomas Mueller 提交于
A persistent multi-version map: open the file in exclusive or shared mode; allow to read and update the file header.
-
- 22 11月, 2012 1 次提交
-
-
由 noelgrandin 提交于
Fix ConcurrentModificationException when creating tables and executing SHOW TABLES in parallel. Reported by vvoytovych@llnw.com.
-
- 21 11月, 2012 1 次提交
-
-
由 Thomas Mueller 提交于
-