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 }}
farahats9
/
sqlmodel
Public
forked from
fastapi/sqlmodel
Notifications
You must be signed in to change notification settings
Fork
9
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Fix most linting errors
- #2
#2
Merged
farahats9
merged 11 commits into
farahats9:main
farahats9/sqlmodel:main
from
peterlandry:main
peterlandry/sqlmodel:main
Copy head branch name to clipboard
Jul 27, 2023
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Fix most linting errors
#2
farahats9
merged 11 commits into
farahats9:main
farahats9/sqlmodel:main
from
peterlandry:main
peterlandry/sqlmodel:main
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2023
`Result` expects a type `Tuple[_T]`
peterlandry
committed
ecfb321
View commit details
Copy full SHA for ecfb321
Browse repository at this point
Remove unused type ignore
peterlandry
committed
3738a7f
View commit details
Copy full SHA for 3738a7f
Browse repository at this point
Result seems well enough typed in SqlAlchemy now we can simply shim over
peterlandry
committed
814988b
View commit details
Copy full SHA for 814988b
Browse repository at this point
Implicit export of ForwardRef was remove in pydantic
peterlandry
committed
118ca33
View commit details
Copy full SHA for 118ca33
Browse repository at this point
_Select expects a `Tuple[Any, ...]`
peterlandry
committed
9170729
View commit details
Copy full SHA for 9170729
Browse repository at this point
Use Dict type instead of Mapping for SqlAlchemy compat
peterlandry
committed
7f5ba1c
View commit details
Copy full SHA for 7f5ba1c
Browse repository at this point
Execution options are not Optional in SA
peterlandry
committed
e942e5e
View commit details
Copy full SHA for e942e5e
Browse repository at this point
Another instance of non-optional execution_options
peterlandry
committed
ef9f00a
View commit details
Copy full SHA for ef9f00a
Browse repository at this point
Fix Tuple in jinja template as well
peterlandry
committed
643cea5
View commit details
Copy full SHA for 643cea5
Browse repository at this point
Use ForUpdateArg from sqlalchemy
peterlandry
committed
b89adbb
View commit details
Copy full SHA for b89adbb
Browse repository at this point
Fix signature for `Session.get`
peterlandry
committed
eff0803
View commit details
Copy full SHA for eff0803
Browse repository at this point
You can’t perform that action at this time.