Method: Webhookdb::Replicator::FakeExhaustiveConverter#exclude_unimplemented_sql_update_cols

Defined in:
lib/webhookdb/replicator/fake.rb

#exclude_unimplemented_sql_update_colsObject

True to return only the columns that can be used for updates. Used to test column updates. Should be true when testing Ruby converters.



277
278
279
# File 'lib/webhookdb/replicator/fake.rb', line 277

def exclude_unimplemented_sql_update_cols
  @exclude_unimplemented_sql_update_cols
end