summaryrefslogtreecommitdiffstats
path: root/src/changes/changes.xml
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2007-11-17 04:14:00 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2007-11-17 04:14:00 +0000
commit1fcd851a9f5d780b3d78b92f89bd35a2d634b467 (patch)
tree1b6f37f25a95d3aaeb3d907f8d925f5889b39f4a /src/changes/changes.xml
parent9ba0e78522e68b40c75b0cb86fe74815146ce20d (diff)
downloadjackcess-1fcd851a9f5d780b3d78b92f89bd35a2d634b467.tar.gz
jackcess-1fcd851a9f5d780b3d78b92f89bd35a2d634b467.zip
Update table row count correctly on row deletion or bulk row addition,
bug #1681954. git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@174 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/changes/changes.xml')
-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 11d8e23..b92065b 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="fix" issue="1681954">
+ Update table row count correctly on row deletion or bulk row addition,
+ bug #1681954.
+ </action>
<action dev="jahlborn" type="update" issue="1565216">
Add experimental support for auto-number columns, feature request
#1565216.