blob: 20397621ca6d83ed75ede555b5fc9e5572796ccf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Carbonado change history
------------------------
1.1-BETA2 to 1.1-BETA3
-------------------------------
- Fixed exception when printing join plan with blank parameters.
- Added isolation level of "none" to indicate that transaction is auto-commit.
1.1-BETA to 1.1-BETA2
-------------------------------
- Inner joins in generated SQL use more compliant syntax.
- Fixed deadlocks during replicated respository resync.
|