Closed BrianHawley closed 1 year ago
Both #48 and #51 added write_query? and explain. I removed the duplicate methods that weren't being used, which were the older versions with no options parameter.
write_query?
explain
The newer write_query? and explain with the options are still there.
Oh nice!
Silly me -- thanks for spotting this duplication.
Both #48 and #51 added
write_query?
andexplain
. I removed the duplicate methods that weren't being used, which were the older versions with no options parameter.The newer
write_query?
andexplain
with the options are still there.