You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto commit in Geocoding does not use deferred callbacks. It has auto_commit, but does not properly handle it.
(Before #180, set_data called callback for chaning the combo value, which called commit. I forgot how the old autocommits workek, but set_data and callbacks certainly have to call a different method. In #180, this incorrect behaviour is kept as it is.)
The text was updated successfully, but these errors were encountered:
Auto commit in Geocoding does not use deferred callbacks. It has auto_commit, but does not properly handle it.
(Before #180,
set_data
called callback for chaning the combo value, which calledcommit
. I forgot how the old autocommits workek, butset_data
and callbacks certainly have to call a different method. In #180, this incorrect behaviour is kept as it is.)The text was updated successfully, but these errors were encountered: