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
Accelerator
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 }}
ExplodingCabbage
/
sqlalchemy
Public
forked from
sqlalchemy/sqlalchemy
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlalchemy
doc
on
master
User selector
All users
All time
Commit history
Commits on May 26, 2020
Updates for examples / performance
Show description for 6b3513f
zzzeek
committed
6b3513f
View commit details
Copy full SHA for 6b3513f
View code at this point
Browse repository at this point
Commits on May 25, 2020
Convert execution to move through Session
Show description for 6930dfc
zzzeek
committed
6930dfc
View commit details
Copy full SHA for 6930dfc
View code at this point
Browse repository at this point
Commits on May 24, 2020
Unify Query and select() , move all processing to compile phase
Show description for dce8c7a
zzzeek
committed
dce8c7a
View commit details
Copy full SHA for dce8c7a
View code at this point
Browse repository at this point
Add a docs link to the CockroachDB dialect
Show description for 1d12bc1
rafiss
authored and
zzzeek
committed
1d12bc1
View commit details
Copy full SHA for 1d12bc1
View code at this point
Browse repository at this point
Commits on May 23, 2020
Merge "Correctly apply self_group in type_coerce element."
zzzeek
authored and
Gerrit Code Review
committed
906bb65
View commit details
Copy full SHA for 906bb65
View code at this point
Browse repository at this point
Merge "Add with_for_update mysql new functionalities"
zzzeek
authored and
Gerrit Code Review
committed
a2e8e77
View commit details
Copy full SHA for a2e8e77
View code at this point
Browse repository at this point
Merge "Improve error message when using :meth:`_query.Query.filter_by` in a query where the first entity is not a mapped class."
zzzeek
authored and
Gerrit Code Review
committed
56f3021
View commit details
Copy full SHA for 56f3021
View code at this point
Browse repository at this point
Merge "fix typo in reference documentation"
zzzeek
authored and
Gerrit Code Review
committed
c825400
View commit details
Copy full SHA for c825400
View code at this point
Browse repository at this point
Stop converting mssql datetime.time parameters to datetime.datetime
Show description for 9a04c2f
gordthompson
committed
9a04c2f
View commit details
Copy full SHA for 9a04c2f
View code at this point
Browse repository at this point
Commits on May 22, 2020
fix typo in reference documentation
Show description for 2632a8d
CaselIT
committed
2632a8d
View commit details
Copy full SHA for 2632a8d
View code at this point
Browse repository at this point
Correctly apply self_group in type_coerce element.
Show description for d163088
CaselIT
committed
d163088
View commit details
Copy full SHA for d163088
View code at this point
Browse repository at this point
Merge "Fix query string escaping in engine URLs"
zzzeek
authored and
Gerrit Code Review
committed
3fb0eb5
View commit details
Copy full SHA for 3fb0eb5
View code at this point
Browse repository at this point
Merge "Don't emit pyodbc "no driver" warning for empty URL"
zzzeek
authored and
Gerrit Code Review
committed
16fcbd3
View commit details
Copy full SHA for 16fcbd3
View code at this point
Browse repository at this point
Cross reference do_connect() event w/ creator
Show description for 88ae6a6
zzzeek
committed
88ae6a6
View commit details
Copy full SHA for 88ae6a6
View code at this point
Browse repository at this point
Don't emit pyodbc "no driver" warning for empty URL
Show description for 29534cf
zzzeek
committed
29534cf
View commit details
Copy full SHA for 29534cf
View code at this point
Browse repository at this point
Commits on May 21, 2020
Fix query string escaping in engine URLs
Show description for 2644693
miguelgrinberg
authored and
zzzeek
committed
2644693
View commit details
Copy full SHA for 2644693
View code at this point
Browse repository at this point
Commits on May 19, 2020
Merge "SQLite 3.31 added support for computed column."
zzzeek
authored and
Gerrit Code Review
committed
6287e1d
View commit details
Copy full SHA for 6287e1d
View code at this point
Browse repository at this point
Merge "Introduce :class:`.IdentityOptions` to store common parameters for sequences and identity columns."
zzzeek
authored and
Gerrit Code Review
committed
fa70758
View commit details
Copy full SHA for fa70758
View code at this point
Browse repository at this point
Disable "check unicode returns" under Python 3
Show description for af0e59f
zzzeek
committed
af0e59f
View commit details
Copy full SHA for af0e59f
View code at this point
Browse repository at this point
SQLite 3.31 added support for computed column.
Show description for 87949de
CaselIT
committed
87949de
View commit details
Copy full SHA for 87949de
View code at this point
Browse repository at this point
Commits on May 18, 2020
Streamline visitors.iterate
Show description for 53af60b
zzzeek
committed
53af60b
View commit details
Copy full SHA for 53af60b
View code at this point
Browse repository at this point
Commits on May 17, 2020
Merge "Update transaction / connection handling"
zzzeek
authored and
Gerrit Code Review
committed
de1fd55
View commit details
Copy full SHA for de1fd55
View code at this point
Browse repository at this point
Update transaction / connection handling
Show description for 0e53221
zzzeek
committed
0e53221
View commit details
Copy full SHA for 0e53221
View code at this point
Browse repository at this point
Commits on May 16, 2020
Reword delete-orphan on many error message and document
Show description for 0d611b8
zzzeek
committed
0d611b8
View commit details
Copy full SHA for 0d611b8
View code at this point
Browse repository at this point
Commits on May 15, 2020
Introduce :class:`.IdentityOptions` to store common parameters for
Show description for 1160d60
CaselIT
committed
1160d60
View commit details
Copy full SHA for 1160d60
View code at this point
Browse repository at this point
Add with_for_update mysql new functionalities
Show description for 103260d
RobotScribe
authored and
gordthompson
committed
103260d
View commit details
Copy full SHA for 103260d
View code at this point
Browse repository at this point
Merge "Add 'schema' parameter to table"
zzzeek
authored and
Gerrit Code Review
committed
d4182d4
View commit details
Copy full SHA for d4182d4
View code at this point
Browse repository at this point
Improve error message when using :meth:`_query.Query.filter_by` in
Show description for 8c10e29
CaselIT
committed
8c10e29
View commit details
Copy full SHA for 8c10e29
View code at this point
Browse repository at this point
Merge "Move supports_sane_rowcount_returning = False to dialect level"
zzzeek
authored and
Gerrit Code Review
committed
0fe13a5
View commit details
Copy full SHA for 0fe13a5
View code at this point
Browse repository at this point
Commits on May 14, 2020
Actively unset reset agent in discard transaction
Show description for 79de84b
zzzeek
committed
79de84b
View commit details
Copy full SHA for 79de84b
View code at this point
Browse repository at this point
Restore unreleased_XY directories
Show description for 6bd171c
zzzeek
committed
6bd171c
View commit details
Copy full SHA for 6bd171c
View code at this point
Browse repository at this point
Commits on May 13, 2020
cherry-pick changelog update for 1.3.18
zzzeek
committed
19f5e21
View commit details
Copy full SHA for 19f5e21
View code at this point
Browse repository at this point
cherry-pick changelog from 1.3.17
zzzeek
committed
f3f80a3
View commit details
Copy full SHA for f3f80a3
View code at this point
Browse repository at this point
Assert reset agent always set correctly and is active
Show description for 916e1fe
zzzeek
committed
916e1fe
View commit details
Copy full SHA for 916e1fe
View code at this point
Browse repository at this point
Commits on May 12, 2020
Merge "Fix typo in changelog of 5237"
zzzeek
authored and
Gerrit Code Review
committed
ce66197
View commit details
Copy full SHA for ce66197
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.