7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 11 minutes ago. based on code collected 13 minutes ago.
Nov 08, 2024 — Nov 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump version to 5.98.0 More... 7 days ago
Reduce index name length in spec to work on Oracle < 12 More... 8 days ago
Make insert_returning_select use RETURNING when using table_select plugin More... 12 days ago
Fix Database#listen in postgres adapter to ignore all notifications after UNLISTEN More... 15 days ago
Make Model.any? forward to the dataset, to work better with the any_not_empty extension More... 16 days ago
Allow running integration/adapter specs with split_values plugin using SEQUEL_SPLIT_VALUES More... 19 days ago
Make the rcte_tree and split_values plugins work together More... 19 days ago
Make split_values plugin work when eager loading using join tables (Fixes #2336) More... 19 days ago
Add pg_auto_parameterize_duplicate_query_detection extension for N+1 query detection More... about 1 month ago
Recognize sqlite:filename and amalgalite:filename connection URLs (Fixes #2334) More... about 1 month ago
doc: adds sequel-pgt_outbox extension reference More... about 1 month ago
Bump version to 5.97.0 More... about 1 month ago
Update deprecated_associations plugin documentation More... about 1 month ago
Typecast invalid BigDecimal to 0.0 regardless of Ruby version More... about 1 month ago
Make schema dumper spec work with E or e in BigDecimal output More... about 1 month ago
Exclude mysql2 version 0.5.7 in CI gemfile More... about 1 month ago
Remove unnecessary code in Dataset#ignore_values_preceding More... about 2 months ago
Simplify Postgres::PGRange#inspect output More... about 2 months ago
Add deprecated_associations plugin, for warning/raising for deprecated association access More... about 2 months ago
Use Model.association_reflection in the filter-by-associations support More... about 2 months ago
Clear all cached schema information when using Database#drop_schema on PostgreSQL More... about 2 months ago
Add Database#rename_schema on PostgreSQL More... about 2 months ago
Minor fix to 5.96.0 release notes More... 2 months ago
Bump version to 5.96.0 More... 2 months ago
Fix example code in pg_json_ops extension More... 2 months ago
Support alter_table rename_constraint on PostgreSQL 9.2+ More... 2 months ago
Do not auto parameterize PostgreSQL range and multirange types containing expressions More... 2 months ago
Exit early for symbols in auto_param_type More... 2 months ago
Update the code example for unbreaking json support when active_support/json is used More... 2 months ago
Mark that ComplexExpression#extract with user-provided data can result in SQL injection More... 2 months ago