diff CHANGES.txt @ 6427:f08907bfd5a1

Fix find() with anydbm. Add fast return shortcut. Using protected properties raised KeyError. Add shortcut fast return. Both changes come from rdbms_common.py's find(). Add test case.
author John Rouillard <rouilj@ieee.org>
date Thu, 03 Jun 2021 21:48:28 -0400
parents 443f80297ac1
children 32a04dc87b30
line wrap: on
line diff
--- a/CHANGES.txt	Thu May 27 16:40:10 2021 -0400
+++ b/CHANGES.txt	Thu Jun 03 21:48:28 2021 -0400
@@ -122,6 +122,9 @@
 - issue2550964 - History can (temporarily) show incorrect value when a
   change is rejected. Fix history function to always use the database
   values and ignore the current setting in the form.
+- Fix find() with anydbm. Using protected properties raised KeyError.
+  Add shortcut fast return. Both changes come from rdbms_common.py's
+  find(). (John Rouillard)
 
 Features:
 - issue2550522 - Add 'filter' command to command-line

Roundup Issue Tracker: http://roundup-tracker.org/