]> gitweb.michael.orlitzky.com - mailshears.git/commit
lib,test: replace connection query() method with sync_exec{,_params}. 0.0.4
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 25 Jul 2020 01:25:51 +0000 (21:25 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 25 Jul 2020 01:25:51 +0000 (21:25 -0400)
commitfa7782720ff15fce29b6f875678e9fd0c197485a
tree09edbd85ef2f81c5512f20e6ef334ddcf3cb4304
parentadaab0ea0fb8ae690ac7c7d5a69a079467252767
lib,test: replace connection query() method with sync_exec{,_params}.

The old generic name was deprecated in favor of the explicit
synchronous with/without-params methods.
13 files changed:
lib/common/agendav_plugin.rb
lib/common/davical_plugin.rb
lib/common/postfixadmin_plugin.rb
lib/common/roundcube_plugin.rb
lib/mv/plugins/agendav.rb
lib/mv/plugins/davical.rb
lib/mv/plugins/postfixadmin.rb
lib/mv/plugins/roundcube.rb
lib/rm/plugins/agendav.rb
lib/rm/plugins/davical.rb
lib/rm/plugins/postfixadmin.rb
lib/rm/plugins/roundcube.rb
test/mailshears_test.rb