openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Sequel
Settings
|
Report Duplicate
7
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 22 hours
ago.
Jun 13, 2024 — Jun 13, 2025
Showing page 1 of 283
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Switch exception.message =~ /.../ to exception.message.include?('...')
Jeremy Evans
More...
12 days ago
Convert =~ /\A.../ use to start_with?
Jeremy Evans
More...
12 days ago
Use a block intead of Method#to_proc
Jeremy Evans
More...
12 days ago
Avoid allocating literal arrays just to iterate over them in loops
Jeremy Evans
More...
12 days ago
Consider all unique constraints when marking columns as non-NULL on DB2
Jeremy Evans
More...
12 days ago
Refactor jdbc adapter Database#foreign_key_list
Jeremy Evans
More...
12 days ago
Apply some additional rubocop-performance changes
Jeremy Evans
More...
12 days ago
Apply rubocop-performance safe changes
Jeremy Evans
More...
12 days ago
Fix formatting in 5.93.0 release notes
Jeremy Evans
More...
13 days ago
Bump version to 5.93.0
Jeremy Evans
More...
13 days ago
Handle jdbc-specific type in postgres adapter specs
Jeremy Evans
More...
17 days ago
Add support to Dataset#explain for all PostgreSQL EXPLAIN options
Jeremy Evans
More...
17 days ago
Make Dataset#{explain,analyze} work with the pg_auto_parameterize extension
Jeremy Evans
More...
17 days ago
Add JRuby 10.0 to CI
Jeremy Evans
More...
24 days ago
Have mock postgres adapter emulate PostgreSQL 17.0 by default
Jeremy Evans
More...
24 days ago
Remove remaining defined?(RUBY_ENGINE) calls
Jeremy Evans
More...
24 days ago
Satisfy JDBC URL by including a slash between domain and query string
Jeremy Evans
More...
24 days ago
Refactor MariaDB CI support
Jeremy Evans
More...
24 days ago
Skip spec creating temp table in invalid schema on MariaDB
Jeremy Evans
More...
24 days ago
Support multilevel qualified identifiers in Database#create_table
Jeremy Evans
More...
30 days ago
Add MariaDB to CI running on ruby odd versions
Daniel Black
More...
about 1 month ago
Add Sequel::OLD and Sequel::NEW constants, for use in RETURNING statements on PostgreSQL 18+
Jeremy Evans
More...
about 1 month ago
Fix SQL::QualifiedIdentifier handling of SQL::Identifier wrapping LiteralString values
Jeremy Evans
More...
about 1 month ago
Fix literalization of SQL::Identifier wrapping LiteralString values
Jeremy Evans
More...
about 1 month ago
Remove require of rdoc/task in Rakefile
Jeremy Evans
More...
about 1 month ago
Avoid infinite recursion on Oracle <12 for prepared statements with limits
Jeremy Evans
More...
about 1 month ago
Add Dataset#prepare_sql_type for setting the SQL type to use for prepare/call
Jeremy Evans
More...
about 1 month ago
Bump version to 5.92.0
Jeremy Evans
More...
about 1 month ago
Make module temporary names on Ruby 3.5 consistant with 3.3 and 3.4
Jeremy Evans
More...
about 2 months ago
Avoid unnecessary array allocation for positional splat
Jeremy Evans
More...
about 2 months ago
←
1
2
3
4
5
6
7
8
9
…
282
283
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree