Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jeremyevans
/
sequel
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
5.1k
Code
Issues
0
Pull requests
0
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 1, 2025
Bump version to 5.98.0
jeremyevans
committed
309ad4c
Copy full SHA for 309ad4c
Commits on Oct 31, 2025
Reduce index name length in spec to work on Oracle < 12
jeremyevans
committed
3b2ed84
Copy full SHA for 3b2ed84
Commits on Oct 27, 2025
Make insert_returning_select use RETURNING when using table_select plugin
Show description for 6538c2a
jeremyevans
committed
6538c2a
Copy full SHA for 6538c2a
Commits on Oct 23, 2025
Fix Database#listen in postgres adapter to ignore all notifications after UNLISTEN
Show description for 071d656
jeremyevans
committed
071d656
Copy full SHA for 071d656
Make Model.any? forward to the dataset, to work better with the any_not_empty extension
Show description for 43889b9
jeremyevans
committed
43889b9
Copy full SHA for 43889b9
Commits on Oct 20, 2025
Allow running integration/adapter specs with split_values plugin using SEQUEL_SPLIT_VALUES
jeremyevans
committed
0aef818
Copy full SHA for 0aef818
Make the rcte_tree and split_values plugins work together
Show description for 81d2814
jeremyevans
committed
81d2814
Copy full SHA for 81d2814
Make split_values plugin work when eager loading using join tables (Fixes #2336)
Show description for 4539f58
jeremyevans
committed
4539f58
Copy full SHA for 4539f58
Commits on Oct 9, 2025
Add pg_auto_parameterize_duplicate_query_detection extension for N+1 query detection
Show description for 8c023e5
jeremyevans
committed
8c023e5
Copy full SHA for 8c023e5
Commits on Oct 8, 2025
Recognize sqlite:filename and amalgalite:filename connection URLs (Fixes #2334)
jeremyevans
committed
c9d2c11
Copy full SHA for c9d2c11
Commits on Oct 3, 2025
doc: adds sequel-pgt_outbox extension reference
bougyman
committed
1843b0b
Copy full SHA for 1843b0b
Commits on Oct 1, 2025
Bump version to 5.97.0
jeremyevans
committed
4ea5e5b
Copy full SHA for 4ea5e5b
Update deprecated_associations plugin documentation
jeremyevans
committed
fade966
Copy full SHA for fade966
Commits on Sep 27, 2025
Typecast invalid BigDecimal to 0.0 regardless of Ruby version
Show description for 9f75fce
jeremyevans
committed
9f75fce
Copy full SHA for 9f75fce
Make schema dumper spec work with E or e in BigDecimal output
Show description for 6ae69b4
jeremyevans
committed
6ae69b4
Copy full SHA for 6ae69b4
Exclude mysql2 version 0.5.7 in CI gemfile
Show description for ae05d8e
jeremyevans
committed
ae05d8e
Copy full SHA for ae05d8e
Commits on Sep 20, 2025
Remove unnecessary code in Dataset#ignore_values_preceding
Show description for ab8f754
jeremyevans
committed
ab8f754
Copy full SHA for ab8f754
Commits on Sep 19, 2025
Simplify Postgres::PGRange#inspect output
Show description for bdeb862
jeremyevans
committed
bdeb862
Copy full SHA for bdeb862
Commits on Sep 13, 2025
Add deprecated_associations plugin, for warning/raising for deprecated association access
Show description for 7a299a2
jeremyevans
committed
7a299a2
Copy full SHA for 7a299a2
Use Model.association_reflection in the filter-by-associations support
jeremyevans
committed
480d620
Copy full SHA for 480d620
Commits on Sep 10, 2025
Clear all cached schema information when using Database#drop_schema on PostgreSQL
jeremyevans
committed
2b19745
Copy full SHA for 2b19745
Add Database#rename_schema on PostgreSQL
Show description for 2670b8c
jeremyevans
committed
2670b8c
Copy full SHA for 2670b8c
Commits on Sep 1, 2025
Minor fix to 5.96.0 release notes
jeremyevans
committed
fb0fae5
Copy full SHA for fb0fae5
Bump version to 5.96.0
jeremyevans
committed
268b4be
Copy full SHA for 268b4be
Commits on Aug 29, 2025
Fix example code in pg_json_ops extension
jeremyevans
committed
a788cde
Copy full SHA for a788cde
Commits on Aug 27, 2025
Support alter_table rename_constraint on PostgreSQL 9.2+
jeremyevans
committed
1c3305d
Copy full SHA for 1c3305d
Commits on Aug 26, 2025
Do not auto parameterize PostgreSQL range and multirange types containing expressions
Show description for e370b68
jeremyevans
committed
e370b68
Copy full SHA for e370b68
Exit early for symbols in auto_param_type
Show description for 0cabeef
jeremyevans
committed
0cabeef
Copy full SHA for 0cabeef
Update the code example for unbreaking json support when active_support/json is used
jeremyevans
committed
ebf5dd3
Copy full SHA for ebf5dd3
Mark that ComplexExpression#extract with user-provided data can result in SQL injection
jeremyevans
committed
d55bfb8
Copy full SHA for d55bfb8
Update documentation for Model#lock!
Show description for 4a73c05
jeremyevans
committed
4a73c05
Copy full SHA for 4a73c05
Commits on Aug 23, 2025
Use SimpleCov.add_filter block instead of string
Show description for 5730435
jeremyevans
committed
5730435
Copy full SHA for 5730435
Commits on Aug 7, 2025
Support sort and reverse methods in pg_array_ops extension on PostgreSQL 18+
jeremyevans
committed
96f5e93
Copy full SHA for 96f5e93
Support :in_arrays option for Postgres::JSON{,B}#strip_nulls in pg_json_ops extension on PostgreSQL 18+
jeremyevans
committed
d7c42cb
Copy full SHA for d7c42cb
Commits on Aug 6, 2025
Support VIRTUAL generated columns on PostgreSQL 18+ using :virtual option
Show description for 76eab08
jeremyevans
committed
76eab08
Copy full SHA for 76eab08
Pagination
Previous
Next
You can’t perform that action at this time.