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
.
go-gorm
/
sqlite
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
218
Star
231
Code
Issues
14
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
fix: migrator and DDL parsing fixes (consolidates #234, #241–#245)
- #246
#246
Merged
jinzhu
merged 11 commits into
go-gorm:master
go-gorm/sqlite:master
from
h2zi:fix-migrator-hardening
h2zi/sqlite:fix-migrator-hardening
Copy head branch name to clipboard
Aug 4, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
fix: migrator and DDL parsing fixes (consolidates #234, #241–#245)
#246
jinzhu
merged 11 commits into
go-gorm:master
go-gorm/sqlite:master
from
h2zi:fix-migrator-hardening
h2zi/sqlite:fix-migrator-hardening
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2026
fix(Migrator): don't panic in AlterColumn/DropColumn when value is a table-name string
Show description for 0af279e
h2zi
committed
0af279e
View commit details
Copy full SHA for 0af279e
Browse repository at this point
fix(ddlmod): recognize the ? placeholder in constraint clauses
Show description for 69694ab
h2zi
committed
69694ab
View commit details
Copy full SHA for 69694ab
Browse repository at this point
fix: quote string literals with single quotes in Explain
Show description for 0378208
h2zi
committed
0378208
View commit details
Copy full SHA for 0378208
Browse repository at this point
fix(Migrator): don't let rows.Close() overwrite ColumnTypes errors
Show description for a6ba1d0
h2zi
committed
a6ba1d0
View commit details
Copy full SHA for a6ba1d0
Browse repository at this point
fix: don't reduce a composite primary key to its autoIncrement column
Show description for 54b1126
h2zi
committed
54b1126
View commit details
Copy full SHA for 54b1126
Browse repository at this point
fix(ddlmod): parse parameterized types with precision like decimal(10,2)
Show description for 8233130
h2zi
committed
8233130
View commit details
Copy full SHA for 8233130
Browse repository at this point
fix(Migrator): harden DDL matching and error reporting
Show description for cb205c9
h2zi
committed
cb205c9
View commit details
Copy full SHA for cb205c9
Browse repository at this point
fix(ddlmod): recognize bracket-quoted constraint names
Show description for c77f25e
h2zi
committed
c77f25e
View commit details
Copy full SHA for c77f25e
Browse repository at this point
fix(ddlmod): accept hyphens and brackets in identifier matching
Show description for 70fcdda
h2zi
committed
70fcdda
View commit details
Copy full SHA for 70fcdda
Browse repository at this point
fix(ddlmod): match non-ASCII constraint names
Show description for 7d49e5f
h2zi
committed
7d49e5f
View commit details
Copy full SHA for 7d49e5f
Browse repository at this point
fix(ddlmod): read bracket-quoted and non-ASCII identifiers
Show description for 77dffa3
h2zi
committed
77dffa3
View commit details
Copy full SHA for 77dffa3
Browse repository at this point
You can’t perform that action at this time.