Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
sqlalchemy
/
sqlalchemy
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
12.2k
Code
Issues
180
Pull requests
31
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 13, 2026
Merge "gate update rowcount test per synchronize strategy" into main
zzzeek
authored and
Gerrit Code Review
committed
234c49b
View commit details
Copy full SHA for 234c49b
Browse repository at this point
Merge "test UPDATE..RETURNING returns unchanged matched rows" into main
zzzeek
authored and
Gerrit Code Review
committed
c7b22a3
View commit details
Copy full SHA for c7b22a3
Browse repository at this point
gate update rowcount test per synchronize strategy
Show description for 389b03b
zzzeek
committed
389b03b
View commit details
Copy full SHA for 389b03b
Browse repository at this point
tolerate linecache change within generated source finalizer
Show description for ddeb0f3
zzzeek
committed
ddeb0f3
View commit details
Copy full SHA for ddeb0f3
Browse repository at this point
test UPDATE..RETURNING returns unchanged matched rows
Show description for faa5e1c
zzzeek
committed
faa5e1c
View commit details
Copy full SHA for faa5e1c
Browse repository at this point
Commits on Sep 12, 2026
don't embed anonymous names in flat named join alias
Show description for 3d51a6b
zzzeek
committed
3d51a6b
View commit details
Copy full SHA for 3d51a6b
Browse repository at this point
alias of an aliased CTE refers to the original CTE
Show description for 62e7de3
zzzeek
committed
62e7de3
View commit details
Copy full SHA for 62e7de3
Browse repository at this point
Commits on Sep 11, 2026
Adjust mssqlpython dialect for mssql-python 1.15
Show description for 3a72f78
zzzeek
committed
3a72f78
View commit details
Copy full SHA for 3a72f78
Browse repository at this point
Commits on Sep 10, 2026
improve requirement function name
Show description for 05f32b3
CaselIT
committed
05f32b3
View commit details
Copy full SHA for 05f32b3
Browse repository at this point
Repair test suite for new MySQL, MariaDB and oracledb versions
Show description for ba12aa0
zzzeek
committed
ba12aa0
View commit details
Copy full SHA for ba12aa0
Browse repository at this point
Don't re-add extra_criteria placeholder on lazy loader unpickle
Show description for 0be8efc
zzzeek
committed
0be8efc
View commit details
Copy full SHA for 0be8efc
Browse repository at this point
Commits on Sep 9, 2026
attempt to unify code of conduct / contributing a bit
Show description for 482d46a
zzzeek
committed
482d46a
View commit details
Copy full SHA for 482d46a
Browse repository at this point
Revise Code of Conduct with AI usage guidelines
Show description for be49f99
zzzeek
committed
be49f99
View commit details
Copy full SHA for be49f99
Browse repository at this point
Commits on Sep 8, 2026
Version 2.1.0 placeholder
zzzeek
committed
c59306f
View commit details
Copy full SHA for c59306f
Browse repository at this point
- 2.1.0rc2
zzzeek
committed
f2554dd
View commit details
Copy full SHA for f2554dd
Browse repository at this point
Use weakref.finalize() for connection fairy GC cleanup; resubmit
Show description for 3c7476c
zzzeek
committed
3c7476c
View commit details
Copy full SHA for 3c7476c
Browse repository at this point
Merge "Revert "Use weakref.finalize() for connection fairy GC cleanup"" into main
zzzeek
authored and
Gerrit Code Review
committed
121d0cd
View commit details
Copy full SHA for 121d0cd
Browse repository at this point
Revert "Use weakref.finalize() for connection fairy GC cleanup"
Show description for 96f67ba
zzzeek
authored and
Gerrit Code Review
committed
96f67ba
View commit details
Copy full SHA for 96f67ba
Browse repository at this point
Merge "Implement get_table_options() for SQLite" into main
zzzeek
authored and
Gerrit Code Review
committed
d3102a6
View commit details
Copy full SHA for d3102a6
Browse repository at this point
Implement get_table_options() for SQLite
Show description for af309a0
zzzeek
committed
af309a0
View commit details
Copy full SHA for af309a0
Browse repository at this point
Merge "Use weakref.finalize() for connection fairy GC cleanup" into main
zzzeek
authored and
Gerrit Code Review
committed
82ba0ec
View commit details
Copy full SHA for 82ba0ec
Browse repository at this point
Use weakref.finalize() for connection fairy GC cleanup
Show description for 79037d0
zzzeek
committed
79037d0
View commit details
Copy full SHA for 79037d0
Browse repository at this point
Commits on Sep 7, 2026
some clarifications to ORM enabled UPDATE/DELETE for joined inh
Show description for fb3b47d
zzzeek
committed
fb3b47d
View commit details
Copy full SHA for fb3b47d
Browse repository at this point
Merge "Invoke __declare_first__ / __declare_last__ from the registry" into main
zzzeek
authored and
Gerrit Code Review
committed
9a0adaf
View commit details
Copy full SHA for 9a0adaf
Browse repository at this point
Invoke __declare_first__ / __declare_last__ from the registry
Show description for 49e12e8
zzzeek
committed
49e12e8
View commit details
Copy full SHA for 49e12e8
Browse repository at this point
Commits on Sep 4, 2026
Merge "Use a weak reference for the sync target tracking dictionary values" into main
zzzeek
authored and
Gerrit Code Review
committed
de83fa7
View commit details
Copy full SHA for de83fa7
Browse repository at this point
Copy property return annotations in generate_proxy_methods
Show description for a2ba6e5
zzzeek
committed
a2ba6e5
View commit details
Copy full SHA for a2ba6e5
Browse repository at this point
add 2.1.0rc2 to versions
Show description for 19a6d8f
zzzeek
committed
19a6d8f
View commit details
Copy full SHA for 19a6d8f
Browse repository at this point
Merge "fix catastrophic backtracking in sqlite foreign key reflection regex" into main
zzzeek
authored and
Gerrit Code Review
committed
11bcd5c
View commit details
Copy full SHA for 11bcd5c
Browse repository at this point
Merge "Session.binds / AsyncSession.binds are public; add get_async_bind" into main
zzzeek
authored and
Gerrit Code Review
committed
c242154
View commit details
Copy full SHA for c242154
Browse repository at this point
Session.binds / AsyncSession.binds are public; add get_async_bind
Show description for 2ec4cac
zzzeek
committed
2ec4cac
View commit details
Copy full SHA for 2ec4cac
Browse repository at this point
Merge "Revert "Session.binds / AsyncSession.binds are public; add get_async_bind"" into main
zzzeek
authored and
Gerrit Code Review
committed
e9c8300
View commit details
Copy full SHA for e9c8300
Browse repository at this point
Revert "Session.binds / AsyncSession.binds are public; add get_async_bind"
Show description for 68e4111
zzzeek
authored and
Gerrit Code Review
committed
68e4111
View commit details
Copy full SHA for 68e4111
Browse repository at this point
Use a weak reference for the sync target tracking dictionary values
Show description for c5a905e
zzzeek
committed
c5a905e
View commit details
Copy full SHA for c5a905e
Browse repository at this point
ensure 13560 refers to 2.1.0rc2
Show description for 11646dc
zzzeek
committed
11646dc
View commit details
Copy full SHA for 11646dc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.