summaryrefslogtreecommitdiffstats
path: root/src/changes
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2011-11-25 00:30:53 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2011-11-25 00:30:53 +0000
commit2661755b796d99fb8331393c075c9f9309a687cd (patch)
treea5759f617862668a9a79495a94e0ea1c8a6896c2 /src/changes
parent329d12ecc1367db2fad16c3ea953884c5c78c568 (diff)
downloadjackcess-2661755b796d99fb8331393c075c9f9309a687cd.tar.gz
jackcess-2661755b796d99fb8331393c075c9f9309a687cd.zip
Allow ImportFilter and ExportFilter to return null from filterRow() to indicate that a row should be skipped.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@597 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 17dacb2..2fa0e8d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,6 +20,10 @@
Reuse previously written memo/ole values when updating other values in
a row in order to reduce unnecessary data duplication.
</action>
+ <action dev="jahlborn" type="update">
+ Allow ImportFilter and ExportFilter to return null from filterRow() to
+ indicate that a row should be skipped.
+ </action>
</release>
<release version="1.2.5" date="2011-10-19">
<action dev="jahlborn" type="update">