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
.
sqlancer
/
sqlancer
Public
Notifications
You must be signed in to change notification settings
Fork
398
Star
1.7k
Code
Issues
80
Pull requests
61
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 12, 2026
Extend the EET DML oracle to UPDATE support (#1357)
Show description for 41550d1
mrigger
authored
41550d1
View commit details
Copy full SHA for 41550d1
Browse repository at this point
Refactor EET DML statement generation to use dedicated methods for update and delete
tlmorgan24
committed
1ce0341
View commit details
Copy full SHA for 1ce0341
Browse repository at this point
Remove hard-coding of EET DML rowId column being at index 0; derive it instead
tlmorgan24
committed
63f50b8
View commit details
Copy full SHA for 63f50b8
Browse repository at this point
Commits on Aug 8, 2026
Add row discrepancy information to test case logs for EET DML oracle
tlmorgan24
committed
1e53207
View commit details
Copy full SHA for 1e53207
Browse repository at this point
Implement UPDATE support for EET DML oracle
tlmorgan24
committed
7b9b054
View commit details
Copy full SHA for 7b9b054
Browse repository at this point
Merge pull request #1356 from sqlancer/feature/eet-delete
Show description for 88d717e
mrigger
authored
88d717e
View commit details
Copy full SHA for 88d717e
Browse repository at this point
Increase generality of EETDMLGenerator.addRowIdColumnStatement
tlmorgan24
committed
85d837a
View commit details
Copy full SHA for 85d837a
Browse repository at this point
Commits on Aug 7, 2026
Add existing insert/update errors to EET DML oracle expecteed errors
tlmorgan24
committed
0dea938
View commit details
Copy full SHA for 0dea938
Browse repository at this point
Add support for LIMIT on DELETE statements in EET
tlmorgan24
committed
514f149
View commit details
Copy full SHA for 514f149
Browse repository at this point
Add support for DELETE statements in EET (with MySQL-specific implementation), including generic DML infrastructure for future extensions to other DML statements
tlmorgan24
committed
6ac8455
View commit details
Copy full SHA for 6ac8455
Browse repository at this point
Commits on Aug 3, 2026
Merge pull request #1352 from sqlancer/feature/eet-decimal-support
Show description for 0f54adf
mrigger
authored
0f54adf
View commit details
Copy full SHA for 0f54adf
Browse repository at this point
Merge pull request #1354 from splf-jojo/fix/postgres-tablespace-qpg-path
Show description for 781b1e6
mrigger
authored
781b1e6
View commit details
Copy full SHA for 781b1e6
Browse repository at this point
Do not return null when PostgreSQL tablespaces are disabled
splf-jojo
committed
9b739c0
View commit details
Copy full SHA for 9b739c0
Browse repository at this point
Commits on Jul 31, 2026
Expect the to_char error for RN combined with other formats (#1353)
Show description for fc442ec
mrigger
authored
fc442ec
View commit details
Copy full SHA for fc442ec
Browse repository at this point
Add support for DECIMAL(M, D) columns in MySQL EET
tlmorgan24
committed
adc0875
View commit details
Copy full SHA for adc0875
Browse repository at this point
Expect the to_char error for RN combined with other formats
Show description for 96ab07d
splf-jojo
committed
96ab07d
View commit details
Copy full SHA for 96ab07d
Browse repository at this point
Commits on Jul 30, 2026
Merge pull request #1351 from sqlancer/refactor/reproducer
Show description for 535eab9
mrigger
authored
535eab9
View commit details
Copy full SHA for 535eab9
Browse repository at this point
Merge pull request #1350 from splf-jojo/fix/postgres-tablespace-npe
Show description for 6be1073
mrigger
authored
6be1073
View commit details
Copy full SHA for 6be1073
Browse repository at this point
Factor out unexpected-error reproduction into dedicated UnexpectedErrorReproducer
tlmorgan24
committed
e954c10
View commit details
Copy full SHA for e954c10
Browse repository at this point
Do not schedule disabled PostgreSQL tablespaces
splf-jojo
committed
2a74be3
View commit details
Copy full SHA for 2a74be3
Browse repository at this point
Factor out reproducer logic for reuse among multiple different test oracles
tlmorgan24
committed
29291c7
View commit details
Copy full SHA for 29291c7
Browse repository at this point
Merge pull request #1349 from sqlancer/feature/eet-oracle
Show description for 789c77b
mrigger
authored
789c77b
View commit details
Copy full SHA for 789c77b
Browse repository at this point
Refactor EETTransformer to encode the transformation rules as an enum
tlmorgan24
committed
c71d198
View commit details
Copy full SHA for c71d198
Browse repository at this point
Commits on Jul 28, 2026
Merge pull request #1348 from splf-jojo/fix/mysql-index-hint-syntax
Show description for 61c1189
mrigger
authored
61c1189
View commit details
Copy full SHA for 61c1189
Browse repository at this point
Fix checkstyle violations
tlmorgan24
committed
0a09fba
View commit details
Copy full SHA for 0a09fba
Browse repository at this point
Restrict creation of (M, D) columns to prevent false positives in EET
tlmorgan24
committed
e3d9f61
View commit details
Copy full SHA for e3d9f61
Browse repository at this point
Fix treatment of unary minus in MySQL EET implementation
tlmorgan24
committed
4d6a651
View commit details
Copy full SHA for 4d6a651
Browse repository at this point
Add FLOAT and DECIMAL to MySQL EET target cast types
tlmorgan24
committed
912197d
View commit details
Copy full SHA for 912197d
Browse repository at this point
Fix EET reproducer/reduction to port the same fixes to it that were earlier made to TLP WHERE
tlmorgan24
committed
86e5b71
View commit details
Copy full SHA for 86e5b71
Browse repository at this point
Implement rules 3 and 4 for EET
tlmorgan24
committed
52ce866
View commit details
Copy full SHA for 52ce866
Browse repository at this point
Correct EET transformation rule comments
tlmorgan24
committed
9285e91
View commit details
Copy full SHA for 9285e91
Browse repository at this point
Remove need for EETNodeFactory by merging it into EETTransformer
tlmorgan24
committed
03c4874
View commit details
Copy full SHA for 03c4874
Browse repository at this point
Rearrange MySQLExpressionGenerator code to group oracle-specific sections together
tlmorgan24
committed
65957ad
View commit details
Copy full SHA for 65957ad
Browse repository at this point
Move EET transformer ownership to EETOracle, removing EET-specific state from DBMS-specific expression generators
tlmorgan24
committed
657ec00
View commit details
Copy full SHA for 657ec00
Browse repository at this point
Refactor EET oracle structure for consistency and extensibility
Show description for 95dcc8e
tlmorgan24
committed
95dcc8e
View commit details
Copy full SHA for 95dcc8e
Browse repository at this point
Previous
Next
You can’t perform that action at this time.