7
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Give more explicit example for Database#literal (Fixes #2119) More... 12 months ago
Change :regexp_function_cache_class to :regexp_function_cache More... 12 months ago
Update CHANGELOG More... 12 months ago
Add option regexp_function_cache_class in sqlite adapter More... 12 months ago
Default to top_of_list value in the list plugin More... 12 months ago
Switch default connection pool to timed_queue on Ruby 3.4+ More... 12 months ago
Support on_duplicate_columns={raise,warn} parameter in connection URL when using duplicate_columns_handler extension More... 12 months ago
Combine spec/integration/spec_helper.rb into spec/adapters/spec_helper.rb More... 12 months ago
Add transaction_connection_validator extension for retrying transactions on new connection if there is a disconnect error when starting transaction More... 12 months ago
Fix typo in 5.76.0 release notes More... 12 months ago
Fix Extensions/Plugins link on website More... 12 months ago
Bump version to 5.76.0 More... 12 months ago
Don't use alias for method that calls super More... 12 months ago
Add version guard around PostgreSQL spec that uses lock_timeout More... 12 months ago
Add nocov markings around unused code only kept for backwards compatibility More... 12 months ago
Fix method visibility issues More... 12 months ago
Minor refactor of sqlite adapter regexp function support More... 12 months ago
[CI] Add Ruby 3.3 to test matrix
Lud
More... 12 months ago
Support additional regexp function options in the sqlite adapter More... about 1 year ago
Support SQL::Identifier for Database#tables :schema option values on PostgreSQL More... about 1 year ago
Update CHANGELOG More... about 1 year ago
Update rcte plugin to allow the user to specify union_all of rcte More... about 1 year ago
Make Database#table_exists? on PostgreSQL handle lock or statement timeout errors as evidence the table exists (Fixes #2106) More... about 1 year ago
Work around DateTime.jd fractional second bug on JRuby in named_timezones extension More... about 1 year ago
Do not use fractional seconds for time values in jdbc/sqlanywhere adapter More... about 1 year ago
Support fractional times and timestamps on SQLAnywhere More... about 1 year ago
Make round_timestamps extension use Dataset#sqltime_precision for rounding Sequel::SQLTime values More... about 1 year ago
Remove special handling of %N modifier in Dataset#default_timestamp_format More... about 1 year ago
Remove Dataset#format_timestamp_offset private method More... about 1 year ago
Remove special handling of %z modifier in Dataset#default_timestamp_format More... about 1 year ago