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 }}
aashvgit
/
sqlancer
Public
forked from
sqlancer/sqlancer
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sqlancer
src
sqlancer
mysql
MySQLProvider.java
on
main
User selector
All users
All time
Commit history
Commits on Sep 25, 2024
Refactor test oracle factory
malwaregarry
committed
0e514c1
View commit details
Copy full SHA for 0e514c1
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
MySQL Join implementation (#921)
Jinsheng Ba
authored
9362681
View commit details
Copy full SHA for 9362681
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
feat: add MySQLUpdateGenerator class (#849)
Show description for 7f99a12
eltfshr
authored
7f99a12
View commit details
Copy full SHA for 7f99a12
View code at this point
Browse repository at this point
Commits on Jun 28, 2023
doc: add CERT (#843)
Show description for 1aeb0f6
Jinsheng Ba
authored
1aeb0f6
View commit details
Copy full SHA for 1aeb0f6
View code at this point
Browse repository at this point
Commits on Jun 26, 2023
mysql: cert init (#837)
Show description for 3d37edc
Jinsheng Ba
authored
3d37edc
View commit details
Copy full SHA for 3d37edc
View code at this point
Browse repository at this point
Commits on Jun 23, 2023
mysql: optimize code for CERT (#835)
Show description for 5208d66
Jinsheng Ba
authored
5208d66
View commit details
Copy full SHA for 5208d66
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 Mar 25, 2021
add const support for the different DBMSs and use local variables
abcdabcd3899
committed
c520480
View commit details
Copy full SHA for c520480
View code at this point
Browse repository at this point
Commits on Mar 20, 2021
delete comments
abcdabcd3899
committed
dc2bc44
View commit details
Copy full SHA for dc2bc44
View code at this point
Browse repository at this point
constant representation for the default value of host and port
abcdabcd3899
committed
f201549
View commit details
Copy full SHA for f201549
View code at this point
Browse repository at this point
adding the help text and modifing the default values of host and port
abcdabcd3899
committed
4b45629
View commit details
Copy full SHA for 4b45629
View code at this point
Browse repository at this point
Commits on Mar 18, 2021
using String.format replace + in String
abcdabcd3899
committed
17e79ae
View commit details
Copy full SHA for 17e79ae
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
format
abcdabcd3899
committed
decb8ff
View commit details
Copy full SHA for decb8ff
View code at this point
Browse repository at this point
support host/port arguments for mariadb
abcdabcd3899
committed
96f22a0
View commit details
Copy full SHA for 96f22a0
View code at this point
Browse repository at this point
support host/port arguments for MySQL
abcdabcd3899
committed
5fac753
View commit details
Copy full SHA for 5fac753
View code at this point
Browse repository at this point
Commits on Dec 5, 2020
Create DBMSCommon utility class and implement a matchesIndexName method.
GreggSchofield
committed
8184633
View commit details
Copy full SHA for 8184633
View code at this point
Browse repository at this point
Commits on Nov 26, 2020
Continuation of Reworking Connection to DB to support non-SQL connections
Show description for 62e302e
pfu3tz
committed
62e302e
View commit details
Copy full SHA for 62e302e
View code at this point
Browse repository at this point
Commits on Nov 23, 2020
Rework Connection to DB to support non-SQL connections
Show description for 97b8850
pfu3tz
committed
97b8850
View commit details
Copy full SHA for 97b8850
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
Refactor Exceptions to remove SQLDependency while keeping the same functionality
Show description for 5c3c3c3
pfu3tz
committed
5c3c3c3
View commit details
Copy full SHA for 5c3c3c3
View code at this point
Browse repository at this point
Commits on Nov 13, 2020
Refactor Logging to remove SQL Dependency, keeping same Functionality
Show description for 2a796da
pfu3tz
committed
2a796da
View commit details
Copy full SHA for 2a796da
View code at this point
Browse repository at this point
Commits on Aug 29, 2020
Delete unused methods
Show description for 49e4a17
mrigger
committed
49e4a17
View commit details
Copy full SHA for 49e4a17
View code at this point
Browse repository at this point
Commits on Aug 25, 2020
[MySQL] When using PQS, only use the supported types
mrigger
committed
7a26fea
View commit details
Copy full SHA for 7a26fea
View code at this point
Browse repository at this point
Commits on Aug 21, 2020
Remove the StateToReproduce subclasses
mrigger
committed
f059fa7
View commit details
Copy full SHA for f059fa7
View code at this point
Browse repository at this point
Remove the obsolete printDatabaseSpecificState method
mrigger
committed
cb546c6
View commit details
Copy full SHA for cb546c6
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Introduce a sqlancer.common.query package
mrigger
committed
b7e4cf0
View commit details
Copy full SHA for b7e4cf0
View code at this point
Browse repository at this point
Move the getTestOracle method implementation to the provider
mrigger
committed
1d12207
View commit details
Copy full SHA for 1d12207
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Make the statements field in the StateToReproduce class private
mrigger
committed
263943d
View commit details
Copy full SHA for 263943d
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
Move common functionality from the individual testing implementations to the ProviderAdapter class
mrigger
committed
c9a626f
View commit details
Copy full SHA for c9a626f
View code at this point
Browse repository at this point
Automatically update the schema and log statements
mrigger
committed
b9e8469
View commit details
Copy full SHA for b9e8469
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
Clean up the database provider interface
mrigger
committed
4308eef
View commit details
Copy full SHA for 4308eef
View code at this point
Browse repository at this point
Commits on Jun 4, 2020
Make the naming of the test oracles consistent
mrigger
committed
8faf6bd
View commit details
Copy full SHA for 8faf6bd
View code at this point
Browse repository at this point
Move all oracle implementations into a package ending with 'oracle'
mrigger
committed
20011f3
View commit details
Copy full SHA for 20011f3
View code at this point
Browse repository at this point
Commits on May 28, 2020
Enforce the PMD UseDiamondOperator rule
mrigger
committed
e68f56e
View commit details
Copy full SHA for e68f56e
View code at this point
Browse repository at this point
Commits on May 27, 2020
Consistently format all files
mrigger
committed
10253fa
View commit details
Copy full SHA for 10253fa
View code at this point
Browse repository at this point
Commits on May 26, 2020
Address some spotbugs issues
mrigger
committed
6b8c343
View commit details
Copy full SHA for 6b8c343
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.