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
Type
/
to 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-sqlalchemy
Public
Notifications
You must be signed in to change notification settings
Fork
16
Star
25
Code
Issues
15
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[ES-1867329] Quote bind parameter names with backticks
- #60
#60
Merged
msrathore-db
merged 13 commits into
main
databricks/databricks-sqlalchemy:main
from
fix-hyphenated-column-bind-params
databricks/databricks-sqlalchemy:fix-hyphenated-column-bind-params
Copy head branch name to clipboard
Apr 29, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[ES-1867329] Quote bind parameter names with backticks
#60
msrathore-db
merged 13 commits into
main
databricks/databricks-sqlalchemy:main
from
fix-hyphenated-column-bind-params
databricks/databricks-sqlalchemy:fix-hyphenated-column-bind-params
Copy head branch name to clipboard
Commits
Commits on Apr 23, 2026
Quote bind parameter names containing non-identifier characters
Show description for 7ec19e7
msrathore-db
committed
7ec19e7
View commit details
Copy full SHA for 7ec19e7
Browse repository at this point
Simplify to unconditional backtick quoting, gate behind flag
Show description for 6326588
msrathore-db
committed
6326588
View commit details
Copy full SHA for 6326588
Browse repository at this point
Drop opt-out flag, switch to template-based backtick quoting
Show description for 2d9695d
msrathore-db
committed
2d9695d
View commit details
Copy full SHA for 2d9695d
Browse repository at this point
Replace property descriptors with conventional bindparam_string override
Show description for f8b4ac9
msrathore-db
committed
f8b4ac9
View commit details
Copy full SHA for f8b4ac9
Browse repository at this point
Cover IN-clause expansion at render_postcompile=True time too
Show description for 179e49e
msrathore-db
committed
179e49e
View commit details
Copy full SHA for 179e49e
Browse repository at this point
Simplify: fix templates on the class via property descriptors
Show description for 2ac6b6b
msrathore-db
committed
2ac6b6b
View commit details
Copy full SHA for 2ac6b6b
Browse repository at this point
Collapse template properties to inline one-liners
Show description for bcb7015
msrathore-db
committed
bcb7015
View commit details
Copy full SHA for bcb7015
Browse repository at this point
Add DEBUG log on compile and verify insertmanyvalues path
Show description for 05c180f
msrathore-db
committed
05c180f
View commit details
Copy full SHA for 05c180f
Browse repository at this point
Drop the DEBUG log — redundant with sqlalchemy.engine's own logging
Show description for 010803e
msrathore-db
committed
010803e
View commit details
Copy full SHA for 010803e
Browse repository at this point
Fix lint: black formatting and mypy assignment override
Show description for 9414d89
msrathore-db
committed
9414d89
View commit details
Copy full SHA for 9414d89
Browse repository at this point
Commits on Apr 24, 2026
Handle literal backtick in column name by doubling per SQL grammar
Show description for 2c1bc55
msrathore-db
committed
2c1bc55
View commit details
Copy full SHA for 2c1bc55
Browse repository at this point
Commits on Apr 29, 2026
Close combined-case gap: backtick AND default-escape char in same name
Show description for 9742a30
msrathore-db
committed
9742a30
View commit details
Copy full SHA for 9742a30
Browse repository at this point
Remove test_full_audit.py — local probe script, not a repo artifact
Show description for c9a8412
msrathore-db
committed
c9a8412
View commit details
Copy full SHA for c9a8412
Browse repository at this point
You can’t perform that action at this time.