module Sequel

  1. lib/sequel/extensions/_model_constraint_validations.rb
  2. lib/sequel/extensions/_model_pg_row.rb
  3. lib/sequel/extensions/_pretty_table.rb
  4. lib/sequel/extensions/any_not_empty.rb
  5. lib/sequel/extensions/arbitrary_servers.rb
  6. lib/sequel/extensions/async_thread_pool.rb
  7. lib/sequel/extensions/auto_cast_date_and_time.rb
  8. lib/sequel/extensions/auto_literal_strings.rb
  9. lib/sequel/extensions/caller_logging.rb
  10. lib/sequel/extensions/columns_introspection.rb
  11. lib/sequel/extensions/connection_expiration.rb
  12. lib/sequel/extensions/connection_validator.rb
  13. lib/sequel/extensions/constant_sql_override.rb
  14. lib/sequel/extensions/constraint_validations.rb
  15. lib/sequel/extensions/core_extensions.rb
  16. lib/sequel/extensions/core_refinements.rb
  17. lib/sequel/extensions/current_datetime_timestamp.rb
  18. lib/sequel/extensions/dataset_source_alias.rb
  19. lib/sequel/extensions/date_arithmetic.rb
  20. lib/sequel/extensions/date_parse_input_handler.rb
  21. lib/sequel/extensions/datetime_parse_to_time.rb
  22. lib/sequel/extensions/duplicate_columns_handler.rb
  23. lib/sequel/extensions/empty_array_consider_nulls.rb
  24. lib/sequel/extensions/error_sql.rb
  25. lib/sequel/extensions/escaped_like.rb
  26. lib/sequel/extensions/eval_inspect.rb
  27. lib/sequel/extensions/exclude_or_null.rb
  28. lib/sequel/extensions/fiber_concurrency.rb
  29. lib/sequel/extensions/freeze_datasets.rb
  30. lib/sequel/extensions/from_block.rb
  31. lib/sequel/extensions/graph_each.rb
  32. lib/sequel/extensions/identifier_mangling.rb
  33. lib/sequel/extensions/implicit_subquery.rb
  34. lib/sequel/extensions/index_caching.rb
  35. lib/sequel/extensions/inflector.rb
  36. lib/sequel/extensions/integer64.rb
  37. lib/sequel/extensions/is_distinct_from.rb
  38. lib/sequel/extensions/looser_typecasting.rb
  39. lib/sequel/extensions/migration.rb
  40. lib/sequel/extensions/mssql_emulate_lateral_with_apply.rb
  41. lib/sequel/extensions/named_timezones.rb
  42. lib/sequel/extensions/no_auto_literal_strings.rb
  43. lib/sequel/extensions/null_dataset.rb
  44. lib/sequel/extensions/pagination.rb
  45. lib/sequel/extensions/pg_array.rb
  46. lib/sequel/extensions/pg_array_ops.rb
  47. lib/sequel/extensions/pg_auto_parameterize.rb
  48. lib/sequel/extensions/pg_auto_parameterize_in_array.rb
  49. lib/sequel/extensions/pg_enum.rb
  50. lib/sequel/extensions/pg_extended_date_support.rb
  51. lib/sequel/extensions/pg_extended_integer_support.rb
  52. lib/sequel/extensions/pg_hstore.rb
  53. lib/sequel/extensions/pg_hstore_ops.rb
  54. lib/sequel/extensions/pg_inet.rb
  55. lib/sequel/extensions/pg_inet_ops.rb
  56. lib/sequel/extensions/pg_interval.rb
  57. lib/sequel/extensions/pg_json.rb
  58. lib/sequel/extensions/pg_json_ops.rb
  59. lib/sequel/extensions/pg_loose_count.rb
  60. lib/sequel/extensions/pg_multirange.rb
  61. lib/sequel/extensions/pg_range.rb
  62. lib/sequel/extensions/pg_range_ops.rb
  63. lib/sequel/extensions/pg_row.rb
  64. lib/sequel/extensions/pg_row_ops.rb
  65. lib/sequel/extensions/pg_static_cache_updater.rb
  66. lib/sequel/extensions/pg_timestamptz.rb
  67. lib/sequel/extensions/pretty_table.rb
  68. lib/sequel/extensions/query.rb
  69. lib/sequel/extensions/round_timestamps.rb
  70. lib/sequel/extensions/run_transaction_hooks.rb
  71. lib/sequel/extensions/s.rb
  72. lib/sequel/extensions/schema_caching.rb
  73. lib/sequel/extensions/schema_dumper.rb
  74. lib/sequel/extensions/select_remove.rb
  75. lib/sequel/extensions/sequel_4_dataset_methods.rb
  76. lib/sequel/extensions/server_block.rb
  77. lib/sequel/extensions/server_logging.rb
  78. lib/sequel/extensions/set_literalizer.rb
  79. lib/sequel/extensions/split_array_nil.rb
  80. lib/sequel/extensions/sql_comments.rb
  81. lib/sequel/extensions/sql_log_normalizer.rb
  82. lib/sequel/extensions/sqlite_json_ops.rb
  83. lib/sequel/extensions/string_agg.rb
  84. lib/sequel/extensions/string_date_time.rb
  85. lib/sequel/extensions/symbol_aref.rb
  86. lib/sequel/extensions/symbol_aref_refinement.rb
  87. lib/sequel/extensions/symbol_as_refinement.rb
  88. lib/sequel/extensions/synchronize_sql.rb
  89. lib/sequel/extensions/thread_local_timezones.rb
  90. lib/sequel/extensions/to_dot.rb
  91. lib/sequel/extensions/transaction_connection_validator.rb
  92. lib/sequel/extensions/virtual_row_method_block.rb
  93. lib/sequel/plugins/accessed_columns.rb
  94. lib/sequel/plugins/active_model.rb
  95. lib/sequel/plugins/after_initialize.rb
  96. lib/sequel/plugins/association_dependencies.rb
  97. lib/sequel/plugins/association_lazy_eager_option.rb
  98. lib/sequel/plugins/association_multi_add_remove.rb
  99. lib/sequel/plugins/association_pks.rb
  100. lib/sequel/plugins/association_proxies.rb
  101. lib/sequel/plugins/async_thread_pool.rb
  102. lib/sequel/plugins/auto_restrict_eager_graph.rb
  103. lib/sequel/plugins/auto_validations.rb
  104. lib/sequel/plugins/auto_validations_constraint_validations_presence_message.rb
  105. lib/sequel/plugins/before_after_save.rb
  106. lib/sequel/plugins/blacklist_security.rb
  107. lib/sequel/plugins/boolean_readers.rb
  108. lib/sequel/plugins/boolean_subsets.rb
  109. lib/sequel/plugins/caching.rb
  110. lib/sequel/plugins/class_table_inheritance.rb
  111. lib/sequel/plugins/column_conflicts.rb
  112. lib/sequel/plugins/column_encryption.rb
  113. lib/sequel/plugins/column_select.rb
  114. lib/sequel/plugins/columns_updated.rb
  115. lib/sequel/plugins/composition.rb
  116. lib/sequel/plugins/concurrent_eager_loading.rb
  117. lib/sequel/plugins/constraint_validations.rb
  118. lib/sequel/plugins/csv_serializer.rb
  119. lib/sequel/plugins/dataset_associations.rb
  120. lib/sequel/plugins/def_dataset_method.rb
  121. lib/sequel/plugins/defaults_setter.rb
  122. lib/sequel/plugins/delay_add_association.rb
  123. lib/sequel/plugins/dirty.rb
  124. lib/sequel/plugins/eager_each.rb
  125. lib/sequel/plugins/eager_graph_eager.rb
  126. lib/sequel/plugins/empty_failure_backtraces.rb
  127. lib/sequel/plugins/enum.rb
  128. lib/sequel/plugins/error_splitter.rb
  129. lib/sequel/plugins/finder.rb
  130. lib/sequel/plugins/forbid_lazy_load.rb
  131. lib/sequel/plugins/force_encoding.rb
  132. lib/sequel/plugins/hook_class_methods.rb
  133. lib/sequel/plugins/input_transformer.rb
  134. lib/sequel/plugins/insert_conflict.rb
  135. lib/sequel/plugins/insert_returning_select.rb
  136. lib/sequel/plugins/instance_filters.rb
  137. lib/sequel/plugins/instance_hooks.rb
  138. lib/sequel/plugins/instance_specific_default.rb
  139. lib/sequel/plugins/inverted_subsets.rb
  140. lib/sequel/plugins/json_serializer.rb
  141. lib/sequel/plugins/lazy_attributes.rb
  142. lib/sequel/plugins/list.rb
  143. lib/sequel/plugins/many_through_many.rb
  144. lib/sequel/plugins/modification_detection.rb
  145. lib/sequel/plugins/mssql_optimistic_locking.rb
  146. lib/sequel/plugins/nested_attributes.rb
  147. lib/sequel/plugins/optimistic_locking.rb
  148. lib/sequel/plugins/optimistic_locking_base.rb
  149. lib/sequel/plugins/paged_operations.rb
  150. lib/sequel/plugins/pg_array_associations.rb
  151. lib/sequel/plugins/pg_auto_constraint_validations.rb
  152. lib/sequel/plugins/pg_row.rb
  153. lib/sequel/plugins/pg_xmin_optimistic_locking.rb
  154. lib/sequel/plugins/prepared_statements.rb
  155. lib/sequel/plugins/prepared_statements_safe.rb
  156. lib/sequel/plugins/primary_key_lookup_check_values.rb
  157. lib/sequel/plugins/rcte_tree.rb
  158. lib/sequel/plugins/require_valid_schema.rb
  159. lib/sequel/plugins/serialization.rb
  160. lib/sequel/plugins/serialization_modification_detection.rb
  161. lib/sequel/plugins/sharding.rb
  162. lib/sequel/plugins/single_table_inheritance.rb
  163. lib/sequel/plugins/singular_table_names.rb
  164. lib/sequel/plugins/skip_create_refresh.rb
  165. lib/sequel/plugins/skip_saving_columns.rb
  166. lib/sequel/plugins/split_values.rb
  167. lib/sequel/plugins/sql_comments.rb
  168. lib/sequel/plugins/static_cache.rb
  169. lib/sequel/plugins/static_cache_cache.rb
  170. lib/sequel/plugins/string_stripper.rb
  171. lib/sequel/plugins/subclasses.rb
  172. lib/sequel/plugins/subset_conditions.rb
  173. lib/sequel/plugins/table_select.rb
  174. lib/sequel/plugins/tactical_eager_loading.rb
  175. lib/sequel/plugins/throw_failures.rb
  176. lib/sequel/plugins/timestamps.rb
  177. lib/sequel/plugins/touch.rb
  178. lib/sequel/plugins/tree.rb
  179. lib/sequel/plugins/typecast_on_load.rb
  180. lib/sequel/plugins/unlimited_update.rb
  181. lib/sequel/plugins/unused_associations.rb
  182. lib/sequel/plugins/update_or_create.rb
  183. lib/sequel/plugins/update_primary_key.rb
  184. lib/sequel/plugins/update_refresh.rb
  185. lib/sequel/plugins/uuid.rb
  186. lib/sequel/plugins/validate_associated.rb
  187. lib/sequel/plugins/validation_class_methods.rb
  188. lib/sequel/plugins/validation_contexts.rb
  189. lib/sequel/plugins/validation_helpers.rb
  190. lib/sequel/plugins/validation_helpers_generic_type_messages.rb
  191. lib/sequel/plugins/whitelist_security.rb
  192. lib/sequel/plugins/xml_serializer.rb
  193. show all

The date_parse_input_handler extension allows for configuring how input to date parsing methods should be handled. By default, the extension does not change behavior. However, you can use the Sequel.date_parse_input_handler method to support custom handling of input strings to the date parsing methods. For example, if you want to implement a length check to prevent denial of service vulnerabilities in older versions of Ruby, you can do:

Sequel.extension :date_parse_input_handler
Sequel.date_parse_input_handler do |string|
  raise Sequel::InvalidValue, "string length (200) exceeds the limit 128" if string.bytesize > 128
  string
end

You can also use Sequel.date_parse_input_handler to modify the string that will be passed to the parsing methods. For example, you could truncate it:

Sequel.date_parse_input_handler do |string|
  string.b[0, 128]
end

Be aware that modern versions of Ruby will raise an exception if date parsing input exceeds 128 bytes.

The duplicate_columns_handler extension allows you to customize handling of duplicate column names in your queries on a per-database or per-dataset level.

For example, you may want to raise an exception if you join 2 tables together which contains a column that will override another columns.

To use the extension, you need to load the extension into the database:

DB.extension :duplicate_columns_handler

or into individual datasets:

ds = DB[:items].extension(:duplicate_columns_handler)

If the Database option :on_duplicate_columns is set, it configures how this extension works. The value should be # or any object that responds to :call.

on_duplicate_columns: :raise # or 'raise'
on_duplicate_columns: :warn # or 'warn'
on_duplicate_columns: :ignore # or anything unrecognized
on_duplicate_columns: lambda{|columns| arbitrary_condition? ? :raise : :warn}

You may also configure duplicate columns handling for a specific dataset:

ds.on_duplicate_columns(:warn)
ds.on_duplicate_columns(:raise)
ds.on_duplicate_columns(:ignore)
ds.on_duplicate_columns{|columns| arbitrary_condition? ? :raise : :warn}
ds.on_duplicate_columns(lambda{|columns| arbitrary_condition? ? :raise : :warn})

If :raise or ‘raise’ is specified, a Sequel::DuplicateColumnError is raised. If :warn or ‘warn’ is specified, you will receive a warning via warn. If a callable is specified, it will be called. For other values, duplicate columns are ignored (Sequel’s default behavior) If no on_duplicate_columns is specified, the default is :warn.

Related module: Sequel::DuplicateColumnsHandler

This extension changes Sequel’s postgres adapter to automatically parameterize queries by default. Sequel’s default behavior has always been to literalize all arguments unless specifically using parameters (via :$arg placeholders and the Dataset#prepare/call methods). This extension makes Sequel use string, numeric, blob, date, and time types as parameters. Example:

# Default
DB[:test].where(:a=>1)
# SQL: SELECT * FROM test WHERE a = 1

DB.extension :pg_auto_parameterize
DB[:test].where(:a=>1)
# SQL: SELECT * FROM test WHERE a = $1 (args: [1])

Other pg_* extensions that ship with Sequel and add support for PostgreSQL-specific types support automatically parameterizing those types when used with this extension.

This extension is not generally faster than the default behavior. In some cases it is faster, such as when using large strings. However, the use of parameters avoids potential security issues, in case Sequel does not correctly literalize one of the arguments that this extension would automatically parameterize.

There are some known issues with automatic parameterization:

  1. In order to avoid most type errors, the extension attempts to guess the appropriate type and automatically casts most placeholders, except plain Ruby strings (which PostgreSQL treats as an unknown type).

    Unfortunately, if the type guess is incorrect, or a plain Ruby string is used and PostgreSQL cannot determine the data type for it, the query may result in a DatabaseError. To fix both issues, you can explicitly cast values using Sequel.cast(value, type), and Sequel will cast to that type.

  2. PostgreSQL supports a maximum of 65535 parameters per query. Attempts to use a query with more than this number of parameters will result in a Sequel::DatabaseError being raised. Sequel tries to mitigate this issue by turning column IN (int, ...) queries into column = ANY(CAST($ AS int8[])) using an array parameter, to reduce the number of parameters. It also limits inserting multiple rows at once to a maximum of 40 rows per query by default. While these mitigations handle the most common cases where a large number of parameters would be used, there are other cases.

  3. Automatic parameterization will consider the same objects as equivalent when building SQL. However, for performance, it does not perform equality checks. So code such as:

    DB[:t].select{foo('a').as(:f)}.group{foo('a')}
    # SELECT foo('a') AS "f" FROM "t" GROUP BY foo('a')
    

    Will get auto paramterized as:

    # SELECT foo($1) AS "f" FROM "t" GROUP BY foo($2)
    

    Which will result in a DatabaseError, since that is not valid SQL.

    If you use the same expression, it will use the same parameter:

    foo = Sequel.function(:foo, 'a')
    DB[:t].select(foo.as(:f)).group(foo)
    # SELECT foo($1) AS "f" FROM "t" GROUP BY foo($1)
    

    Note that Dataset#select_group and similar methods that take arguments used in multiple places in the SQL will generally handle this automatically, since they will use the same objects:

    DB[:t].select_group{foo('a').as(:f)}
    # SELECT foo($1) AS "f" FROM "t" GROUP BY foo($1)
    

You can work around any issues that come up by disabling automatic parameterization by calling the no_auto_parameterize method on the dataset (which returns a clone of the dataset). You can avoid parameterization for specific values in the query by wrapping them with Sequel.skip_pg_auto_param.

It is likely there are corner cases not mentioned above when using this extension. Users are encouraged to provide feedback when using this extension if they come across such corner cases.

This extension is only compatible when using the pg driver, not when using the sequel-postgres-pr, jeremyevans-postgres-pr, or postgres-pr drivers, as those do not support bound variables.

Related module: Sequel::Postgres::AutoParameterize

The pg_auto_parameterize_in_array extension builds on the pg_auto_parameterize extension, adding support for handling additional types when converting from IN to = ANY and NOT IN to != ALL:

DB[:table].where(column: [1.0, 2.0, ...])
# Without extension: column IN ($1::numeric, $2:numeric, ...) # bound variables: 1.0, 2.0, ...
# With extension:    column = ANY($1::numeric[]) # bound variables: [1.0, 2.0, ...]

This prevents the use of an unbounded number of bound variables based on the size of the array, as well as using different SQL for different array sizes.

The following types are supported when doing the conversions, with the database type used:

Float

if any are infinite or NaN, double precision, otherwise numeric

BigDecimal

numeric

Date

date

Time

timestamp (or timestamptz if pg_timestamptz extension is used)

DateTime

timestamp (or timestamptz if pg_timestamptz extension is used)

Sequel::SQLTime

time

Sequel::SQL::Blob

bytea

String values are also supported using the text type, but only if the :treat_string_list_as_text_array Database option is used. This is because treating strings as text can break programs, since the type for literal strings in PostgreSQL is unknown, not text.

The conversion is only done for single dimensional arrays that have more than two elements, where all elements are of the same class (other than nil values).

Related module: Sequel::Postgres::AutoParameterizeInArray

:nocov:

The pg_range extension adds support for the PostgreSQL 9.2+ range types to Sequel. PostgreSQL range types are similar to ruby’s Range class, representating an array of values. However, they are more flexible than ruby’s ranges, allowing exclusive beginnings and endings (ruby’s range only allows exclusive endings).

When PostgreSQL range values are retreived, they are parsed and returned as instances of Sequel::Postgres::PGRange. PGRange mostly acts like a Range, but it’s not a Range as not all PostgreSQL range type values would be valid ruby ranges. If the range type value you are using is a valid ruby range, you can call PGRange#to_range to get a Range. However, if you call PGRange#to_range on a range type value uses features that ruby’s Range does not support, an exception will be raised.

In addition to the parser, this extension comes with literalizers for PGRange and Range, so they can be used in queries and as bound variables.

To turn an existing Range into a PGRange, use Sequel.pg_range:

Sequel.pg_range(range)

If you have loaded the core_extensions extension, or you have loaded the core_refinements extension and have activated refinements for the file, you can also use Range#pg_range:

range.pg_range

You may want to specify a specific range type:

Sequel.pg_range(range, :daterange)
range.pg_range(:daterange)

If you specify the range database type, Sequel will automatically cast the value to that type when literalizing.

To use this extension, load it into the Database instance:

DB.extension :pg_range

See the schema modification guide for details on using range type columns in CREATE/ALTER TABLE statements.

This extension makes it easy to add support for other range types. In general, you just need to make sure that the subtype is handled and has the appropriate converter installed. For user defined types, you can do this via:

DB.add_conversion_proc(subtype_oid){|string| }

Then you can call Sequel::Postgres::PGRange::DatabaseMethods#register_range_type to automatically set up a handler for the range type. So if you want to support the timerange type (assuming the time type is already supported):

DB.register_range_type('timerange')

This extension integrates with the pg_array extension. If you plan to use arrays of range types, load the pg_array extension before the pg_range extension:

DB.extension :pg_array, :pg_range

Related module: Sequel::Postgres::PGRange

The round_timestamps extension will automatically round timestamp values to the database’s supported level of precision before literalizing them.

For example, if the database supports millisecond precision, and you give it a Time value with microsecond precision, it will round it appropriately:

Time.at(1405341161.917999982833862)
# default: 2014-07-14 14:32:41.917999
# with extension: 2014-07-14 14:32:41.918000

The round_timestamps extension correctly deals with databases that support millisecond or second precision. In addition to handling Time values, it also handles DateTime values and Sequel::SQLTime values (for the TIME type).

To round timestamps for a single dataset:

ds = ds.extension(:round_timestamps)

To round timestamps for all datasets on a single database:

DB.extension(:round_timestamps)

Related module: Sequel::Dataset::RoundTimestamps

Methods

Public Class

  1. core_extensions?
  2. migration

Classes and Modules

  1. Sequel::AnyNotEmpty
  2. Sequel::ArbitraryServers
  3. Sequel::AutoCastDateAndTime
  4. Sequel::CallerLogging
  5. Sequel::ColumnsIntrospection
  6. Sequel::ConnectionExpiration
  7. Sequel::ConnectionValidator
  8. Sequel::ConstantSqlOverride
  9. Sequel::ConstraintValidations
  10. Sequel::CoreRefinements
  11. Sequel::CurrentDateTimeTimestamp
  12. Sequel::DatabaseQuery
  13. Sequel::DatasetPagination
  14. Sequel::DatasetPrinter
  15. Sequel::DatasetQuery
  16. Sequel::DateParseInputHandler
  17. Sequel::DateTimeParseToTime
  18. Sequel::DuplicateColumnsHandler
  19. Sequel::EmptyArrayConsiderNulls
  20. Sequel::ErrorSQL
  21. Sequel::EvalInspect
  22. Sequel::ExcludeOrNull
  23. Sequel::FiberConcurrency
  24. Sequel::GraphEach
  25. Sequel::IdentifierMangling
  26. Sequel::IndexCaching
  27. Sequel::Integer64
  28. Sequel::LooserTypecasting
  29. Sequel::MSSQL
  30. Sequel::Model
  31. Sequel::NamedTimezones
  32. Sequel::Plugins
  33. Sequel::Postgres
  34. Sequel::PrettyTable
  35. Sequel::S
  36. Sequel::SQL
  37. Sequel::SQLComments
  38. Sequel::SQLLogNormalizer
  39. Sequel::SQLite
  40. Sequel::Schema
  41. Sequel::SchemaCaching
  42. Sequel::SchemaDumper
  43. Sequel::SelectRemove
  44. Sequel::Sequel4DatasetMethods
  45. Sequel::ServerBlock
  46. Sequel::ServerLogging
  47. Sequel::SymbolAref
  48. Sequel::SymbolAs
  49. Sequel::ThreadLocalTimezones
  50. Sequel::ThreadedServerBlock
  51. Sequel::TransactionConnectionValidator
  52. Sequel::UnthreadedServerBlock
  53. Database
  54. Sequel::DatabaseError
  55. Sequel::Dataset
  56. Sequel::DuplicateColumnError
  57. Sequel::IntegerMigrator
  58. Sequel::LiteralString
  59. Sequel::Migration
  60. Sequel::MigrationAlterTableReverser
  61. Sequel::MigrationDSL
  62. Sequel::MigrationReverser
  63. Sequel::Migrator
  64. Sequel::SimpleMigration
  65. Sequel::TimestampMigrator
  66. Sequel::ToDot

Public Class methods

core_extensions?()

This extension loads the core extensions.

[show source]
   # File lib/sequel/extensions/core_extensions.rb
11 def Sequel.core_extensions?
12   true
13 end
migration(&block)

The preferred method for writing Sequel migrations, using a DSL:

Sequel.migration do
  up do
    create_table(:artists) do
      primary_key :id
      String :name
    end
  end

  down do
    drop_table(:artists)
  end
end

Designed to be used with the Migrator class, part of the migration extension.

[show source]
    # File lib/sequel/extensions/migration.rb
308 def self.migration(&block)
309   MigrationDSL.create(&block)
310 end