7
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add dataset_run extension, for building SQL using datasets, and running with Database#run More... 9 months ago
Switch default connection pool to timed_queue on Ruby 3.2+ More... 9 months ago
Bump version to 5.84.0 More... 10 months ago
Support creating VIRTUAL tables on SQLite via the create_table :using option More... 10 months ago
Fix typo in constant name More... 10 months ago
Support json_{exists,value,query} on PostgreSQL 17+ in the pg_json_ops extension More... 10 months ago
Document that add_foreign_key is usually reversible More... 10 months ago
Reduce gem size by 25% by removing documentation More... 10 months ago
Restore unescaping of database file paths in the sqlite and amalgalite adapters (Fixes #2201) More... 10 months ago
Bump version to 5.83.0 More... 11 months ago
Make temporary table spec pass on DB2 More... 11 months ago
Remove unnecessary method call More... 11 months ago
Add link to stdio_logger on plugins page More... 11 months ago
Make optimistic_locking plugin not keep lock column in changed_columns after updating instance More... 11 months ago
Restore behavior for non-proc/non-method callables in defaults_setter More... 11 months ago
Allow proc default values that depend on other values More... 11 months ago
Fix SQLite string_agg spec guards More... 11 months ago
Limit sqlite3 version on Ruby <2.5 in CI More... 11 months ago
Add documentation for cspecify More... 11 months ago
Refactor spec guards for string_agg integration tests More... 11 months ago
Update CHANGELOG More... 11 months ago
Add string_agg support on sqlite >= 3.44 More... 11 months ago
Support schema-qualified table names when using create_table :temp with a Sequel::SQL::QualifiedIdentifier (Fixes #2185) More... 11 months ago
Fix possible deadlock in the PostgreSQL specs More... 12 months ago
Support MERGE WHEN NOT MATCHED BY SOURCE on PostgreSQL 17+ More... 12 months ago
Add stdio_logger extension for a minimal logger that Sequel::Database can use More... 12 months ago
Remove unnecessary space for MERGE INSERT clause on PostgreSQL More... 12 months ago
Simplify Database#inspect output to database_type, host, database, and user More... 12 months ago
Bump version to 5.82.0 More... 12 months ago
Add nocov markings in threaded connection pools More... 12 months ago