diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2007-10-26 21:24:43 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2007-10-26 21:24:43 +0000 |
commit | 4063328f97c0180ceab565cc3f411e3dcc07bca8 (patch) | |
tree | a4a9273fc849990dd1e02f8fe3f097b2e68cea01 /RELEASE-NOTES.txt | |
parent | f1393c44e8e0f30da15a3443ebbf0c022c608fca (diff) |
Added support for outer joins.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r-- | RELEASE-NOTES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 60880db..c844408 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -41,6 +41,7 @@ Carbonado change history which resolve to null are cached as before, but non-nullable join properties
do not cache null.
- Added support for "where exists" in queries via new syntax.
+- Added support for outer joins via new syntax.
1.1 to 1.1.2
-------------------------------
|