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
.
sqlc-dev
/
teesql
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add semicolon skipping in trigger/try-catch statement bodies
- #52
#52
Merged
kyleconroy
merged 33 commits into
main
sqlc-dev/teesql:main
from
claude/fix-tests-loop-XXE6e
sqlc-dev/teesql:claude/fix-tests-loop-XXE6e
Copy head branch name to clipboard
Dec 31, 2025
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Add semicolon skipping in trigger/try-catch statement bodies
#52
kyleconroy
merged 33 commits into
main
sqlc-dev/teesql:main
from
claude/fix-tests-loop-XXE6e
sqlc-dev/teesql:claude/fix-tests-loop-XXE6e
Copy head branch name to clipboard
Commits
Commits on Dec 31, 2025
Add FileGroupDefinition parsing for CREATE DATABASE ON clause
Show description for 98179f2
claude
committed
98179f2
View commit details
Copy full SHA for 98179f2
Browse repository at this point
Add semicolon skipping in trigger/try-catch statement bodies
Show description for 953009d
claude
committed
953009d
View commit details
Copy full SHA for 953009d
Browse repository at this point
Add SET ROWCOUNT, SET OFFSETS, and multi-option SET parsing
Show description for 2c93200
claude
committed
2c93200
View commit details
Copy full SHA for 2c93200
Browse repository at this point
Add CREATE DATABASE CONTAINMENT and WITH options parsing
Show description for 4fbe2ea
claude
committed
4fbe2ea
View commit details
Copy full SHA for 4fbe2ea
Browse repository at this point
Add CREATE/ALTER SERVICE full parsing support
Show description for e08d5e9
claude
committed
e08d5e9
View commit details
Copy full SHA for e08d5e9
Browse repository at this point
Add CREATE/DROP SYMMETRIC KEY full parsing support
Show description for f8fb162
claude
committed
f8fb162
View commit details
Copy full SHA for f8fb162
Browse repository at this point
Add CTE (Common Table Expression) parsing support
Show description for 182e749
claude
committed
182e749
View commit details
Copy full SHA for 182e749
Browse repository at this point
Add support for space-separated table hints parsing
Show description for 34d7753
claude
committed
34d7753
View commit details
Copy full SHA for 34d7753
Browse repository at this point
Add support for space-separated table hints and old-style hint syntax
Show description for 60052b4
claude
committed
60052b4
View commit details
Copy full SHA for 60052b4
Browse repository at this point
Add full ALTER ENDPOINT parsing with State, Affinity, Protocol, and PayloadOptions
Show description for 6bacbdf
claude
committed
6bacbdf
View commit details
Copy full SHA for 6bacbdf
Browse repository at this point
Add CREATE/ALTER USER WITH options parsing support
Show description for a8a51c6
claude
committed
a8a51c6
View commit details
Copy full SHA for a8a51c6
Browse repository at this point
Add OPEN SYMMETRIC KEY DECRYPTION BY clause parsing
Show description for e1514d0
claude
committed
e1514d0
View commit details
Copy full SHA for e1514d0
Browse repository at this point
Add WITHIN GROUP clause parsing for ordered set aggregate functions
Show description for 445410b
claude
committed
445410b
View commit details
Copy full SHA for 445410b
Browse repository at this point
Add WITH RESULT SETS and WITH RECOMPILE for EXECUTE statements
Show description for f8eadf7
claude
committed
f8eadf7
View commit details
Copy full SHA for f8eadf7
Browse repository at this point
Add USE HINT and NO_PERFORMANCE_SPOOL optimizer hint parsing support
Show description for 89cccac
claude
committed
89cccac
View commit details
Copy full SHA for 89cccac
Browse repository at this point
Add CREATE REMOTE SERVICE BINDING parsing with TO SERVICE and WITH options
Show description for 14bfcdd
claude
committed
14bfcdd
View commit details
Copy full SHA for 14bfcdd
Browse repository at this point
Add ALTER DATABASE ADD FILE parsing with file declarations and options
Show description for 5f9616c
claude
committed
5f9616c
View commit details
Copy full SHA for 5f9616c
Browse repository at this point
Add sorting for SET STATISTICS options to match ScriptDom order
Show description for 59f8528
claude
committed
59f8528
View commit details
Copy full SHA for 59f8528
Browse repository at this point
Fix RECEIVE statement WHERE clause and use XmlDataTypeReference for XML type
Show description for 93fda19
claude
committed
93fda19
View commit details
Copy full SHA for 93fda19
Browse repository at this point
Add NULL/NOT NULL constraint parsing for CREATE AGGREGATE parameters
Show description for 9fa366e
claude
committed
9fa366e
View commit details
Copy full SHA for 9fa366e
Browse repository at this point
Add CREATE STATISTICS filter predicate and STATS_STREAM option parsing
Show description for 9bb9016
claude
committed
9bb9016
View commit details
Copy full SHA for 9bb9016
Browse repository at this point
Add CREATE COLUMN MASTER KEY statement parsing support
Show description for b091e21
claude
committed
b091e21
View commit details
Copy full SHA for b091e21
Browse repository at this point
Add CREATE TABLE WITH clause and FILESTREAM_ON parsing support
Show description for 7fb18c5
claude
committed
7fb18c5
View commit details
Copy full SHA for 7fb18c5
Browse repository at this point
Add CREATE/ALTER ROUTE statement option parsing
Show description for 2186056
claude
committed
2186056
View commit details
Copy full SHA for 2186056
Browse repository at this point
Add CREATE PROCEDURE WITH clause and EXTERNAL NAME parsing
Show description for 746b30e
claude
committed
746b30e
View commit details
Copy full SHA for 746b30e
Browse repository at this point
Add DROP INDEX WITH clause options parsing
Show description for 5081feb
claude
committed
5081feb
View commit details
Copy full SHA for 5081feb
Browse repository at this point
Add COLLATE clause parsing for column definitions
Show description for 9561bbd
claude
committed
9561bbd
View commit details
Copy full SHA for 9561bbd
Browse repository at this point
Add scalar subquery parsing in boolean expressions
Show description for 5519571
claude
committed
5519571
View commit details
Copy full SHA for 5519571
Browse repository at this point
Enable BaselinesCommon_ReturnStatementTests
claude
committed
f8f6c5e
View commit details
Copy full SHA for f8f6c5e
Browse repository at this point
Add ChildObjectName and BackwardsCompatibleDropIndexClause support
Show description for 7828673
claude
committed
7828673
View commit details
Copy full SHA for 7828673
Browse repository at this point
Add NOT ENFORCED constraint support and fix TriggerScope
Show description for 0e4c387
claude
committed
0e4c387
View commit details
Copy full SHA for 0e4c387
Browse repository at this point
Enable DropStatementsTests (auto-enabled via check-todo)
claude
committed
8cfbb3b
View commit details
Copy full SHA for 8cfbb3b
Browse repository at this point
Add CREATE OR ALTER FUNCTION support and INLINE function option
Show description for 165838e
claude
committed
165838e
View commit details
Copy full SHA for 165838e
Browse repository at this point
You can’t perform that action at this time.