- 16 5月, 2013 1 次提交
 - 
- 
由 noelgrandin 提交于
 
 - 
 - 14 5月, 2013 6 次提交
 - 
- 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
LobStorageBackend is only ever constructed from Database, so let's use it directly
 
 - 
 - 13 5月, 2013 2 次提交
 - 
- 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 
 - 
 - 10 5月, 2013 1 次提交
 - 
- 
由 Thomas Mueller 提交于
 
 - 
 - 09 5月, 2013 3 次提交
 - 
- 
由 Thomas Mueller 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 
 - 
 - 08 5月, 2013 6 次提交
 - 
- 
由 Thomas Mueller 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
This is a cleanup targetted at allowing us to fix a deadlock issue.
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 
 - 
 - 07 5月, 2013 2 次提交
 - 
- 
由 noelgrandin 提交于
//## Java 1.6 ## comments. We no longer need them, since we depend on Java6 or better now.
 - 
由 noelgrandin 提交于
 
 - 
 - 06 5月, 2013 8 次提交
 - 
- 
由 noelgrandin 提交于
fix connection leaks in the testing code. Prevents my machine from running out of sockets during soak tests
 - 
由 noelgrandin 提交于
fix some connection leaks, and an assignment error in testRecoverLobInDatabase() where it was creating the statement from the wrong connection
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
make sure to clean up the CancelThread. Sometimes this test fails and then the cancel thread hangs around.
 
 - 
 - 03 5月, 2013 1 次提交
 - 
- 
由 Thomas Mueller 提交于
 
 - 
 - 02 5月, 2013 1 次提交
 - 
- 
由 noelgrandin 提交于
 
 - 
 - 01 5月, 2013 3 次提交
 - 
- 
由 Thomas Mueller 提交于
 - 
由 Thomas Mueller 提交于
The optimization for IN(...) queries combined with OR could result in a strange exception of the type "column x must be included in the group by list".
 - 
由 Thomas Mueller 提交于
The optimization for IN(...) queries combined with OR could result in a strange exception of the type "column x must be included in the group by list".
 
 - 
 - 26 4月, 2013 1 次提交
 - 
- 
由 noelgrandin 提交于
 
 - 
 - 22 4月, 2013 3 次提交
 - 
- 
由 noelgrandin 提交于
 - 
由 noelgrandin 提交于
Fix bug in optimising SELECT * FROM A WHERE X=1 OR X=2 OR X=3 into SELECT * FROM A WHERE X IN (1,2,3)
 - 
由 Thomas Mueller 提交于
 
 - 
 - 21 4月, 2013 1 次提交
 - 
- 
由 Thomas Mueller 提交于
 
 - 
 - 20 4月, 2013 1 次提交
 - 
- 
由 Thomas Mueller 提交于
 
 -