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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
databricks
/
databricks-sql-python
Public
Notifications
You must be signed in to change notification settings
Fork
145
Star
233
Code
Issues
96
Pull requests
75
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[Issue 171] Improve sqlalchemy dialect backward compatibility with 1.3.24
- #173
#173
Merged
susodapop
merged 11 commits into
main
databricks/databricks-sql-python:main
from
issue-171
databricks/databricks-sql-python:issue-171
Copy head branch name to clipboard
Jul 11, 2023
Conversation
Commits
11
(11)
Checks
Files changed
Merged
[Issue 171] Improve sqlalchemy dialect backward compatibility with 1.3.24
#173
susodapop
merged 11 commits into
main
databricks/databricks-sql-python:main
from
issue-171
databricks/databricks-sql-python:issue-171
Copy head branch name to clipboard
Commits
Commits on Jul 10, 2023
(1/x) SQLAlchemy 1.3 cannot parse our connection string so http_path,
Show description for ba55341
Jesse Whitehouse
committed
ba55341
View commit details
Copy full SHA for ba55341
Browse repository at this point
(2/x) SQLAlchemy 1.3 automatically tries to create CHECK constraints that
Show description for b5c1dd9
Jesse Whitehouse
committed
b5c1dd9
View commit details
Copy full SHA for b5c1dd9
Browse repository at this point
(3/x) SQLAlchemy 1.3 exposes the underlying connection / cursor with
Show description for 52f3c5e
Jesse Whitehouse
committed
52f3c5e
View commit details
Copy full SHA for 52f3c5e
Browse repository at this point
(4/x) SQLAlchemy 1.4 introduced different semantics for the select()
Show description for 01ec014
Jesse Whitehouse
committed
01ec014
View commit details
Copy full SHA for 01ec014
Browse repository at this point
(5/x) Pandas requires sqlalchemy 1.4 to work. So we can skip this for earlier versions
Show description for be758d7
Jesse Whitehouse
committed
be758d7
View commit details
Copy full SHA for be758d7
Browse repository at this point
(6/x) Add smoke tests for inspector behaviour
Show description for c29899a
Jesse Whitehouse
committed
c29899a
View commit details
Copy full SHA for c29899a
Browse repository at this point
(7/x) Smoke test failed for 1.4 because receive_do_connect only writes
Show description for 27dfff6
Jesse Whitehouse
committed
27dfff6
View commit details
Copy full SHA for 27dfff6
Browse repository at this point
Black the code
Show description for f606e59
Jesse Whitehouse
committed
f606e59
View commit details
Copy full SHA for f606e59
Browse repository at this point
Format tests
Show description for 1c3d080
Jesse Whitehouse
committed
1c3d080
View commit details
Copy full SHA for 1c3d080
Browse repository at this point
Update changelog
Show description for ca5dee7
Jesse Whitehouse
committed
ca5dee7
View commit details
Copy full SHA for ca5dee7
Browse repository at this point
Sync branch 'main' into issue-171
Show description for 1f69254
Jesse Whitehouse
committed
1f69254
View commit details
Copy full SHA for 1f69254
Browse repository at this point
You can’t perform that action at this time.