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 }}
eltoder
/
sqlalchemy-stubs
Public
forked from
dropbox/sqlalchemy-stubs
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
patch-1
User selector
All users
Datepicker
All time
Commit History
Commits on Jul 24, 2023
Expose URL in engine
Show description for 6d5f1f6
eltoder
authored
6d5f1f6
Copy full SHA for 6d5f1f6
Commits on Nov 14, 2022
Fix literal_column type (#189)
Show description for ed96111
andersk
authored
ed96111
Copy full SHA for ed96111
Commits on Oct 17, 2022
Fix bind method in some classes. It's a @property (#249)
Show description for 0e59ea3
svalentin
authored
0e59ea3
Copy full SHA for 0e59ea3
Update external/mypy to v0.971 (#248)
svalentin
authored
69e4be7
Copy full SHA for 69e4be7
Commits on Jul 18, 2022
Align Exists stub with runtime behaviour (#245)
code-of-kpp
authored
8f7dce5
Copy full SHA for 8f7dce5
Commits on Jan 26, 2022
use builtin_type if it exists, otherwise named_type (#234)
shawnwall
authored
80f8932
Copy full SHA for 80f8932
Commits on Jan 20, 2022
add missing types to Session and Query (#233)
slaroche
authored
bcab904
Copy full SHA for bcab904
Commits on Nov 16, 2021
Ignore error about incompatible override in RowProxy (#230)
Show description for 81e44ae
JukkaL
authored
81e44ae
Copy full SHA for 81e44ae
Remove incompatible definition of pop() from OrderingList (#229)
Show description for a44dc36
JukkaL
authored
a44dc36
Copy full SHA for a44dc36
Commits on May 10, 2021
Use correct licence in setup.py (fixes #216) (#217)
BonfaceKilz
authored
810adf2
Copy full SHA for 810adf2
Commits on Feb 12, 2021
pin pip to last supported python 3.5 version in travis config (#209)
shawnwall
authored
7c93cd3
Copy full SHA for 7c93cd3
Commits on Jan 12, 2021
Bump version (#201)
Show description for 8495c22
ilevkivskyi
and
Ivan Levkivskyi
authored
8495c22
Copy full SHA for 8495c22
Commits on Jan 11, 2021
Fix in operator annotations (and corresponding imports) (#200)
Show description for 2b74be9
ilevkivskyi
and
Ivan Levkivskyi
authored
2b74be9
Copy full SHA for 2b74be9
Commits on Jan 8, 2021
Fix single item query return type (#199)
Show description for 84e1ebd
ilevkivskyi
and
Ivan Levkivskyi
authored
84e1ebd
Copy full SHA for 84e1ebd
Test with python 3.8 (#186)
Show description for 936423b
tdamsma
and
KKawamura1
authored
936423b
Copy full SHA for 936423b
Fix re-export of some names according to new PEP 484 rules (#198)
Show description for dd0c3ff
ilevkivskyi
and
Ivan Levkivskyi
authored
dd0c3ff
Copy full SHA for dd0c3ff
Make name argument optional (#158)
Show description for 7b890f8
jdkandersson
authored
7b890f8
Copy full SHA for 7b890f8
Add CTE prefixes (#157)
Show description for b3c1613
tuffnatty
authored
b3c1613
Copy full SHA for b3c1613
Type relationship as list (#154)
Show description for c748ba3
tiangolo
authored
c748ba3
Copy full SHA for c748ba3
Add type stub for sqlalchemy.orm.session.close_all_sessions (#147)
Show description for 027e0e9
tvuotila
authored
027e0e9
Copy full SHA for 027e0e9
Add missing types to Session (#144)
AlexRiina
authored
9f8bf7e
Copy full SHA for 9f8bf7e
Update external/mypy to 0.790 (#179)
Show description for 9769920
KKawamura1
authored
9769920
Copy full SHA for 9769920
Session merge should an object of the type passed (#165)
Show description for f31c9da
DeanWay
authored
f31c9da
Copy full SHA for f31c9da
Update spec of sqlalchemy.ext.hybrid.hybrid_property (#142)
item4
authored
3939c85
Copy full SHA for 3939c85
Allow bool or string for relationship(passive_deletes=...) arg (#143)
Show description for 1ccefb8
wbolster
authored
1ccefb8
Copy full SHA for 1ccefb8
Commits on Apr 28, 2020
Add one overload to Session.query to type queries of one single item (#151)
Show description for 55470ce
tiangolo
authored
55470ce
Copy full SHA for 55470ce
Commits on Apr 27, 2020
Typed queries 2 (reduced) (#149)
Show description for 280d810
tiangolo
authored
280d810
Copy full SHA for 280d810
Commits on Dec 18, 2019
Add next to ResultProxy stub (#133)
euresti
authored and
ilevkivskyi
committed
1c36a4e
Copy full SHA for 1c36a4e
Commits on Dec 16, 2019
Fix default type for Numeric columns to Decimal (#132)
martinstein
authored and
msullivan
committed
850d79e
Copy full SHA for 850d79e
Commits on Nov 23, 2019
Bump version and dependencies (#129)
ilevkivskyi
authored
3a376f9
Copy full SHA for 3a376f9
Fix couple stub issues (#128)
ilevkivskyi
authored
d6cf578
Copy full SHA for d6cf578
Commits on Nov 22, 2019
Update mypy pin and fix related issues (#127)
ilevkivskyi
authored
ea93332
Copy full SHA for ea93332
Commits on Nov 19, 2019
Fix types and add test for concat (#125)
Show description for 6d07636
ckarnell
authored and
JukkaL
committed
6d07636
Copy full SHA for 6d07636
Commits on Oct 26, 2019
Type asc/desc operators (#122)
isra17
authored and
ilevkivskyi
committed
a4e7d13
Copy full SHA for a4e7d13
Commits on Oct 14, 2019
Add missing types (#102)
isra17
authored and
ilevkivskyi
committed
46008db
Copy full SHA for 46008db
Pagination
Previous
Next
You can’t perform that action at this time.