lib/sequel/database/dataset_defaults.rb in sequel-3.35.0 vs lib/sequel/database/dataset_defaults.rb in sequel-3.36.0
- old
+ new
@@ -48,10 +48,12 @@
# The class to use for creating datasets. Should respond to
# new with the Database argument as the first argument, and
# an optional options hash.
attr_reader :dataset_class
- # The default schema to use, generally should be nil.
+ # The default schema to use, generally should be nil. This sets
+ # the default schema used for some schema modification and
+ # introspection queries, but does not effect most dataset code.
attr_accessor :default_schema
# If the database has any dataset modules associated with it,
# use a subclass of the given class that includes the modules
# as the dataset class.