Exception: ActiveRecord::Error::NotImplementedFeature

Inherits:
Standard
  • Object
show all
Defined in:
lib/active_record/connection_adapters/bigquery_adapter.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



11
12
13
# File 'lib/active_record/connection_adapters/bigquery_adapter.rb', line 11

def message
  "This Adapter doesn't offer updating single rows, Google Big query is append only by design"
end