summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-11-20 21:03:11 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-11-20 21:03:11 +0000
commite39f2d1d3d4d752a276daff7710a9d91a590930b (patch)
tree7326649b9b93101db2aed2eb4ee9e1e6d4d8497a /src/changes
parentb77f5f9e97ac1e27368c3b32e8cfa9a9d2f77014 (diff)
downloadjackcess-e39f2d1d3d4d752a276daff7710a9d91a590930b.tar.gz
jackcess-e39f2d1d3d4d752a276daff7710a9d91a590930b.zip
Move table iteration out of Table and into Cursor. First stage in
offering more complicated table access. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@178 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b92065b..e027364 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -6,6 +6,10 @@
</properties>
<body>
<release version="1.1.10" date="TBD">
+ <action dev="jahlborn" type="update">
+ Move table iteration out of Table and into Cursor. First stage in
+ offering more complicated table access.
+ </action>
<action dev="jahlborn" type="fix" issue="1681954">
Update table row count correctly on row deletion or bulk row addition,
bug #1681954.