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
60
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
Breadcrumbs
History for
sqlancer
src
sqlancer
Main.java
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 14, 2026
Implement query reduction for EET SELECT
tlmorgan24
committed
79e3ca0
View commit details
Copy full SHA for 79e3ca0
View code at this point
Browse repository at this point
Commits on Jul 15, 2026
Clarify logs when --use-reducer is applied (the log outside of the reduce directory gives the final reduced test case, while the log inside the reduce directory gives the step-by-step reduction)
tlmorgan24
committed
a02b149
View commit details
Copy full SHA for a02b149
View code at this point
Browse repository at this point
Extend reducer to allow reducing DBMS errors (i.e. errors other than oracle logic bugs)
tlmorgan24
committed
7d11ca0
View commit details
Copy full SHA for 7d11ca0
View code at this point
Browse repository at this point
Commits on Jul 14, 2026
Fix bug where reducer logs were being overwritten, causing logs to end up empty
tlmorgan24
committed
7315749
View commit details
Copy full SHA for 7315749
View code at this point
Browse repository at this point
Commits on Apr 27, 2026
Remove CnosDB support
Show description for 1d6722f
mrigger
and
claude
committed
1d6722f
View commit details
Copy full SHA for 1d6722f
View code at this point
Browse repository at this point
Commits on Apr 4, 2026
Format spark/*
Aman
committed
787fcf3
View commit details
Copy full SHA for 787fcf3
View code at this point
Browse repository at this point
Commits on Dec 7, 2025
Add Spark support for TLP Oracle
Aman
committed
05bb28c
View commit details
Copy full SHA for 05bb28c
View code at this point
Browse repository at this point
Commits on Aug 24, 2025
Fix StateToReproduce serialization
jinhuix
committed
150d2d5
View commit details
Copy full SHA for 150d2d5
View code at this point
Browse repository at this point
Commits on Aug 17, 2025
Serialize StateToReproduce directly
jinhuix
committed
df600ff
View commit details
Copy full SHA for df600ff
View code at this point
Browse repository at this point
Commits on Apr 16, 2025
[Hive] Support TLP oracle
liyxiris
committed
4faa1c9
View commit details
Copy full SHA for 4faa1c9
View code at this point
Browse repository at this point
Commits on Mar 10, 2025
Fixes the typo on line 598 (#1097)
SharmaNishchay
authored
37e72a0
View commit details
Copy full SHA for 37e72a0
View code at this point
Browse repository at this point
Commits on Sep 2, 2024
[TimescaleDB] Remove implementation
malwaregarry
committed
8a935f1
View commit details
Copy full SHA for 8a935f1
View code at this point
Browse repository at this point
Commits on Aug 23, 2024
[StoneDB] Remove implementation (#963)
malwaregarry
authored
a05b0a0
View commit details
Copy full SHA for a05b0a0
View code at this point
Browse repository at this point
Commits on Mar 9, 2024
Remove NoSQL database (#915)
malwaregarry
authored
ece708d
View commit details
Copy full SHA for ece708d
View code at this point
Browse repository at this point
Commits on Nov 6, 2023
Reducer updates. (#892)
Show description for b9759b4
oraluben
authored
b9759b4
View commit details
Copy full SHA for b9759b4
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
Add support for Presto (#881)
Show description for 7804a3a
branimir-vujicic
authored
7804a3a
View commit details
Copy full SHA for 7804a3a
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
feat: refactor AST-based reducer (#879)
Show description for 706ac16
ColinYoungTaro
authored
706ac16
View commit details
Copy full SHA for 706ac16
View code at this point
Browse repository at this point
Commits on Aug 10, 2023
feat: write log when running statement reducer (#864)
Show description for 2902882
ColinYoungTaro
authored
2902882
View commit details
Copy full SHA for 2902882
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
fix: SQL syntax errors and add expected errors in StoneDB implementation Part 1 (#846)
Show description for 26de302
zhenglin-charlie-li
authored
26de302
View commit details
Copy full SHA for 26de302
View code at this point
Browse repository at this point
Commits on Jun 7, 2023
Add a workaround for issue 799 (#800)
mrigger
authored
d013225
View commit details
Copy full SHA for d013225
View code at this point
Browse repository at this point
Commits on Dec 19, 2022
Query Plan Guidance Framework (#661)
Show description for 38bf640
Jinsheng Ba
authored
38bf640
View commit details
Copy full SHA for 38bf640
View code at this point
Browse repository at this point
Commits on Dec 4, 2022
Add Reducer capabilities by introducing a Reproducer that can be retrieved from TestOracle (#624)
Show description for 625204e
kshehata
and
mrigger
authored
625204e
View commit details
Copy full SHA for 625204e
View code at this point
Browse repository at this point
Commits on Oct 24, 2022
[ClickHouse] Added NoRec Oracle for ClickHouse and other improvements (#598)
Show description for 75c626f
qoega
and
mrigger
authored
75c626f
View commit details
Copy full SHA for 75c626f
View code at this point
Browse repository at this point
Commits on Oct 22, 2022
Reference renamed SLF4 variable
mrigger
committed
38b24ec
View commit details
Copy full SHA for 38b24ec
View code at this point
Browse repository at this point
Commits on Apr 2, 2022
Fix incorrect exit code and possible data race of shutdownThreads
Show description for dcabc89
gavinchou
committed
dcabc89
View commit details
Copy full SHA for dcabc89
View code at this point
Browse repository at this point
Commits on Jan 19, 2022
Use a ServiceLoader to pick up database testing implementations
Show description for f278315
mrigger
committed
f278315
View commit details
Copy full SHA for f278315
View code at this point
Browse repository at this point
Commits on Jan 17, 2022
Check the usage naming conventions
mrigger
committed
a4756ae
View commit details
Copy full SHA for a4756ae
View code at this point
Browse repository at this point
Commits on Dec 16, 2021
fix for format check and some comments
bashaojing
authored and
bashaojing
committed
9b02f13
View commit details
Copy full SHA for 9b02f13
View code at this point
Browse repository at this point
Commits on Dec 15, 2021
support oceanbase
bashaojing
authored and
bashaojing
committed
3f29b04
View commit details
Copy full SHA for 3f29b04
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
Fix typos for dbmsSpecificOptions
gfphoenix78
committed
8c15ec8
View commit details
Copy full SHA for 8c15ec8
View code at this point
Browse repository at this point
Commits on Mar 30, 2021
Merge pull request #319 from pfu3tz/DBConnection
Show description for 1be16f0
mrigger
authored
1be16f0
View commit details
Copy full SHA for 1be16f0
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Add Cosmos as a database configuration
Show description for b2afeef
pfu3tz
committed
b2afeef
View commit details
Copy full SHA for b2afeef
View code at this point
Browse repository at this point
Introduce ArangoDB to SQLancer and support creating collection and inserting data
Show description for dfae8af
pfu3tz
committed
dfae8af
View commit details
Copy full SHA for dfae8af
View code at this point
Browse repository at this point
Introduce MongoDB to SQLancer and support creating collections
Show description for 38f1972
pfu3tz
committed
38f1972
View commit details
Copy full SHA for 38f1972
View code at this point
Browse repository at this point
Commits on Mar 12, 2021
Update Main.java
Ethan-DB
authored
7a3ebf4
View commit details
Copy full SHA for 7a3ebf4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.