7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove Dataset#format_timestamp_offset private method More... 5 months ago
Remove special handling of %z modifier in Dataset#default_timestamp_format More... 5 months ago
Add Dataset#literal_date_or_time, for simpler use by bound argument code More... 5 months ago
Add auto_cast_date_and_time extension, for casting date and time values using SQL standard functions More... 5 months ago
Bump version to 5.75.0 More... 5 months ago
Make any_not_empty? extension support passing pattern argument to any? More... 5 months ago
Fix Ruby syntax in column encryption constraint example More... 5 months ago
Respect :skip_transaction option in PostgreSQL Dataset#paged_each (Fixes #2097) More... 5 months ago
Minor refactors and add documentation for TimestampMigrator.run_single More... 6 months ago
Remove unused Rake tasks More... 6 months ago
Added run_single method to run migration by version and direction More... 6 months ago
Support INSERT RETURNING on MariaDB 10.5+, and use it when saving new model objects More... 6 months ago
Add Database#{defer,immediate}_constraints on PostgreSQL for changing handling of deferrable constraints in a transaction More... 6 months ago
Bump version to 5.74.0 More... 6 months ago
Also disable the use of SQL states in the jdbc/sqlserver adapter More... 6 months ago
Do not use SQL states for exceptions in jdbc/sqlanywhere adapter More... 6 months ago
Make generated columns show up in Database#schema when using SQLite 3.37+ (Fixes #2087) More... 7 months ago
Add revert method for Sequel.migration blocks, to revert changes inside the block on up, and apply the changes on down More... 7 months ago
Re-add is_json and is_not_json methods to the pg_json_ops extension, as the support was re-added in PostgreSQL 16 More... 7 months ago
Avoid infinite loop when handling exceptions with a cause loop in jdbc adapter More... 7 months ago
Bump version to 5.73.0 More... 7 months ago
Disallow usage of paged_delete in paged_operations plugin on MSSQL with emulated offsets More... 7 months ago
Fix paged_operations oracle/db2 specs More... 7 months ago
Fix example code in paged_operations plugin More... 7 months ago
Disallow usage of paged_delete in paged_operations plugin on Oracle with emulated offsets More... 7 months ago
Guard against paged operations usage when using emulated offsets on DB2 More... 7 months ago
Handle disconnect errors in ibmdb and jdbc/db2 adapters (Fixes #2083) More... 7 months ago
Minor fixes to paged_operations plugin docs More... 7 months ago
Replace paged_operations_size method with :rows_per_page option More... 7 months ago
Rename paged_update_delete plugin to paged_operations More... 7 months ago