Closed lorint closed 1 year ago
This PR establishes these three methods which are present in the AR 7.1 version of the Trilogy adapter, but so far have been absent from ARTA:
#write_query?
#explain
#default_insert_value
#insert_fixture
This PR establishes these three methods which are present in the AR 7.1 version of the Trilogy adapter, but so far have been absent from ARTA:
#write_query?
#explain
#default_insert_value
(which is private, and gets called from the public method#insert_fixture
)