7
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Jun 13, 2024 — Jun 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switch exception.message =~ /.../ to exception.message.include?('...') More... 12 days ago
Convert =~ /\A.../ use to start_with? More... 12 days ago
Use a block intead of Method#to_proc More... 12 days ago
Avoid allocating literal arrays just to iterate over them in loops More... 12 days ago
Consider all unique constraints when marking columns as non-NULL on DB2 More... 12 days ago
Refactor jdbc adapter Database#foreign_key_list More... 12 days ago
Apply some additional rubocop-performance changes More... 12 days ago
Apply rubocop-performance safe changes More... 12 days ago
Fix formatting in 5.93.0 release notes More... 13 days ago
Bump version to 5.93.0 More... 13 days ago
Handle jdbc-specific type in postgres adapter specs More... 17 days ago
Add support to Dataset#explain for all PostgreSQL EXPLAIN options More... 17 days ago
Make Dataset#{explain,analyze} work with the pg_auto_parameterize extension More... 17 days ago
Add JRuby 10.0 to CI More... 24 days ago
Have mock postgres adapter emulate PostgreSQL 17.0 by default More... 24 days ago
Remove remaining defined?(RUBY_ENGINE) calls More... 24 days ago
Satisfy JDBC URL by including a slash between domain and query string More... 24 days ago
Refactor MariaDB CI support More... 24 days ago
Skip spec creating temp table in invalid schema on MariaDB More... 24 days ago
Support multilevel qualified identifiers in Database#create_table More... 30 days ago
Add MariaDB to CI running on ruby odd versions More... about 1 month ago
Add Sequel::OLD and Sequel::NEW constants, for use in RETURNING statements on PostgreSQL 18+ More... about 1 month ago
Fix SQL::QualifiedIdentifier handling of SQL::Identifier wrapping LiteralString values More... about 1 month ago
Fix literalization of SQL::Identifier wrapping LiteralString values More... about 1 month ago
Remove require of rdoc/task in Rakefile More... about 1 month ago
Avoid infinite recursion on Oracle <12 for prepared statements with limits More... about 1 month ago
Add Dataset#prepare_sql_type for setting the SQL type to use for prepare/call More... about 1 month ago
Bump version to 5.92.0 More... about 1 month ago
Make module temporary names on Ruby 3.5 consistant with 3.3 and 3.4 More... about 2 months ago
Avoid unnecessary array allocation for positional splat More... about 2 months ago