lib/sequel/model.rb in sequel-4.1.1 vs lib/sequel/model.rb in sequel-4.2.0

- old
+ new

@@ -78,10 +78,10 @@ # of classes when dealing with code reloading. ANONYMOUS_MODEL_CLASSES = {} # Class methods added to model that call the method of the same name on the dataset DATASET_METHODS = (Dataset::ACTION_METHODS + Dataset::QUERY_METHODS + - [:each_server]) - [:and, :or, :[], :[]=, :columns, :columns!, :delete, :update, :add_graph_aliases] + [:each_server]) - [:and, :or, :[], :columns, :columns!, :delete, :update, :add_graph_aliases] # Boolean settings that can be modified at the global, class, or instance level. BOOLEAN_SETTINGS = [:typecast_empty_string_to_nil, :typecast_on_assignment, :strict_param_setting, \ :raise_on_save_failure, :raise_on_typecast_failure, :require_modification, :use_after_commit_rollback, :use_transactions]