diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-20 21:03:11 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2007-11-20 21:03:11 +0000 |
commit | e39f2d1d3d4d752a276daff7710a9d91a590930b (patch) | |
tree | 7326649b9b93101db2aed2eb4ee9e1e6d4d8497a /src/changes | |
parent | b77f5f9e97ac1e27368c3b32e8cfa9a9d2f77014 (diff) | |
download | jackcess-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.xml | 4 |
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. |