aboutsummaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2017-04-03 04:23:31 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2017-04-03 04:23:31 +0000
commit4feb8fbfd1f90589f6e7cc54bee67c1a200a7840 (patch)
tree106eb5696db6c99633aa53a571cdb6f9d0bfd6b2 /src/changes
parenta23769197568a4f996fdd2431708fdaf7d681f5b (diff)
downloadjackcess-4feb8fbfd1f90589f6e7cc54bee67c1a200a7840.tar.gz
jackcess-4feb8fbfd1f90589f6e7cc54bee67c1a200a7840.zip
Implement support for partial index lookups. Efficient IndexCursor lookups can now be done with multi-column indexes using only some of the columns in the index.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1087 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2191cd4..a172b92 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -4,6 +4,13 @@
<author email="javajedi@users.sf.net">Tim McCune</author>
</properties>
<body>
+ <release version="2.1.7" date="TBD">
+ <action dev="jahlborn" type="update">
+ Implement support for partial index lookups. Efficient IndexCursor
+ lookups can now be done with multi-column indexes using only some of
+ the columns in the index.
+ </action>
+ </release>
<release version="2.1.6" date="2016-11-29">
<action dev="jahlborn" type="update" system="SourceForge2Features"
issue="34">