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
.
Aquaveo
/
tethysext-atcore
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
5
Code
Issues
1
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Upgraded models to SQLAlchemy 2
- #167
#167
Open
swainn
wants to merge 7 commits into
master
Aquaveo/tethysext-atcore:master
from
sqlalchemy2
Aquaveo/tethysext-atcore:sqlalchemy2
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
Upgraded models to SQLAlchemy 2
#167
swainn
wants to merge 7 commits into
master
Aquaveo/tethysext-atcore:master
from
sqlalchemy2
Aquaveo/tethysext-atcore:sqlalchemy2
Copy head branch name to clipboard
Commits
Commits on Apr 29, 2026
Working in sqlalchemy 2 with deprecated APIs
swainn
committed
7e17972
View commit details
Copy full SHA for 7e17972
Browse repository at this point
Migrate test session.query() calls to session.execute(select())
Show description for 21ef1aa
swainn
and
claude
committed
21ef1aa
View commit details
Copy full SHA for 21ef1aa
Browse repository at this point
Migrate models to SQLAlchemy 2 typed syntax (Mapped[T] + mapped_column)
Show description for 3bc1bc4
swainn
and
claude
committed
3bc1bc4
View commit details
Copy full SHA for 3bc1bc4
Browse repository at this point
Migrate remaining controllers/services from session.query() to select()
Show description for 5199b14
swainn
and
claude
committed
5199b14
View commit details
Copy full SHA for 5199b14
Browse repository at this point
Migrate remaining test session.query() callsites to select()/session.get()
Show description for 6ee50b1
swainn
and
claude
committed
6ee50b1
View commit details
Copy full SHA for 6ee50b1
Browse repository at this point
Fix the 3 baseline test failures
Show description for 554b946
swainn
and
claude
committed
554b946
View commit details
Copy full SHA for 554b946
Browse repository at this point
Commits on May 11, 2026
Merge master into sqlalchemy2, resolve .gitignore conflict
Show description for ada074b
Copilot
and
swainn
authored
ada074b
View commit details
Copy full SHA for ada074b
Browse repository at this point
You can’t perform that action at this time.