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
.
sqlpage
/
SQLPage
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
177
Star
2.5k
Code
Issues
122
Pull requests
10
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Stop casting variables to TEXT on PostgreSQL, MySQL and SQL Server
- #1397
#1397
Merged
lovasoa
merged 12 commits into
main
sqlpage/SQLPage:main
from
simplify-variable-casts
sqlpage/SQLPage:simplify-variable-casts
Copy head branch name to clipboard
Aug 23, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Stop casting variables to TEXT on PostgreSQL, MySQL and SQL Server
#1397
lovasoa
merged 12 commits into
main
sqlpage/SQLPage:main
from
simplify-variable-casts
sqlpage/SQLPage:simplify-variable-casts
Copy head branch name to clipboard
Commits
Commits on Aug 22, 2026
feat(database) :: stop casting variables to TEXT on PostgreSQL, MySQL and SQL Server
Show description for 7e9adb1
lovasoa
committed
7e9adb1
View commit details
Copy full SHA for 7e9adb1
Browse repository at this point
fix(odbc) :: keep the text cast around variables on ODBC connections
Show description for 42cf5b6
lovasoa
committed
42cf5b6
View commit details
Copy full SHA for 42cf5b6
Browse repository at this point
refine: drop the text cast on MySQL, SQL Server and DuckDB behind ODBC too
Show description for 903be5b
lovasoa
committed
903be5b
View commit details
Copy full SHA for 903be5b
Browse repository at this point
docs(changelog): make variable cast entry concise and user-oriented
Show description for 4569511
lovasoa
committed
4569511
View commit details
Copy full SHA for 4569511
Browse repository at this point
docs(changelog): add issue references for variable cast fix
Show description for 11ab192
lovasoa
committed
11ab192
View commit details
Copy full SHA for 11ab192
Browse repository at this point
test: simplify variable cast tests and add focused repros for #516 and #1154
Show description for c96bbc0
lovasoa
committed
c96bbc0
View commit details
Copy full SHA for c96bbc0
Browse repository at this point
test: make variable fixtures self-contained
Show description for 0355fc4
lovasoa
committed
0355fc4
View commit details
Copy full SHA for 0355fc4
Browse repository at this point
fix: mssql test escaping and improve changelog
Show description for 342a5fa
lovasoa
committed
342a5fa
View commit details
Copy full SHA for 342a5fa
Browse repository at this point
Commits on Aug 23, 2026
Refactor SQL variable cast tests to use typed assertions
lovasoa
committed
e62a91f
View commit details
Copy full SHA for e62a91f
Browse repository at this point
clippy
lovasoa
committed
08988a9
View commit details
Copy full SHA for 08988a9
Browse repository at this point
Move database-specific SQL tests into per-database subdirectories
Show description for 5c288b0
lovasoa
committed
5c288b0
View commit details
Copy full SHA for 5c288b0
Browse repository at this point
rename mssql variable fixture to match its sp_executesql repro
Show description for b6e8793
lovasoa
committed
b6e8793
View commit details
Copy full SHA for b6e8793
Browse repository at this point
You can’t perform that action at this time.