7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support :unlogged_tables_default Database option on Postgres for making created tables unlogged by default More... 15 days ago
Add Dataset#select_prepend for prepending to the current selected columns More... 15 days ago
Remove mention of the sequel-talk Google Group More... 16 days ago
Bump version to 5.78.0 More... 27 days ago
Skip advisory lock specs when using the ado adapter More... 28 days ago
Make Database @transactions a compare by identity hash More... about 1 month ago
Add test for Database#with_advisory_lock :server option on PostgreSQL More... about 1 month ago
Support SQLite 3.45+ jsonb functions in the sqlite_json_ops extension More... about 1 month ago
Support compounds (e.g. UNION) in conjunction with Database#values on PostgreSQL More... about 1 month ago
Update async_thread_pool extension to describe issue with forking (Fixes #2131) More... about 2 months ago
Fix typo in CHANGELOG [ci skip] More... about 2 months ago
Support :use_advisory_lock option to Migrator.run to use advisory locks when running migrations More... about 2 months ago
Support Database#with_advisory_lock on PostgreSQL, MySQL, and Microsoft SQL Server More... about 2 months ago
Fix options argument number in column options documentation More... about 2 months ago
Bump version to 5.77.0 More... about 2 months ago
Fix method visibility issues in transaction_connection_validator specs More... about 2 months ago
Fix sqlite adapter specs to work with SQLite 3.45.0 More... 2 months ago
sqlite adapter - allow create_table with :without_row_id option More... 2 months ago
Warn by default if trying to eager_graph/association_join an association that uses a block, when the block would be ignored More... 2 months ago
Remove unnecessary object allocation in Model#exists? More... 2 months ago
Give more explicit example for Database#literal (Fixes #2119) More... 2 months ago
Change :regexp_function_cache_class to :regexp_function_cache More... 3 months ago
Update CHANGELOG More... 3 months ago
Add option regexp_function_cache_class in sqlite adapter More... 3 months ago
Default to top_of_list value in the list plugin More... 3 months ago
Switch default connection pool to timed_queue on Ruby 3.4+ More... 3 months ago
Support on_duplicate_columns={raise,warn} parameter in connection URL when using duplicate_columns_handler extension More... 3 months ago
Combine spec/integration/spec_helper.rb into spec/adapters/spec_helper.rb More... 3 months ago
Add transaction_connection_validator extension for retrying transactions on new connection if there is a disconnect error when starting transaction More... 3 months ago
Fix typo in 5.76.0 release notes More... 3 months ago