diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2008-04-14 15:54:34 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2008-04-14 15:54:34 +0000 |
commit | d4b30d06d7bf1107860f2c98ec2db501d28306a5 (patch) | |
tree | 4f0e0632f9455f6bb6b03d80e88df6b616836f9e | |
parent | 7643355f4c35e3db494c9040f67aed3823efa103 (diff) |
Support query fetch slice.
-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 da9e453..c601603 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -44,6 +44,7 @@ Carbonado change history - Added support for outer joins via new syntax.
- Transactions can be detached and attached from/to the current thread.
- Storables can be serialized for temporary persistence or remote calls.
+- Support fetching slices of queries, which translates to a SQL offset and limit.
1.1.2 to 1.1.3
-------------------------------
|