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
Breadcrumbs
History for
sqlancer
src
sqlancer
sqlite3
SQLite3Provider.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 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 18, 2022
opt: support new features in SQLite (#654)
Show description for a195cdd
Jinsheng Ba
authored
a195cdd
View commit details
Copy full SHA for a195cdd
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 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 Jan 20, 2021
Extract the SQLite3GlobalState to a separate class to fix a JavaDoc issue
mrigger
committed
cb9833d
View commit details
Copy full SHA for cb9833d
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 Sep 23, 2020
Simplify the schema update logic
mrigger
committed
d0d0d60
View commit details
Copy full SHA for d0d0d60
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
[SQLite] Move the stat-manipulation table generator to its own class
mrigger
committed
48186ce
View commit details
Copy full SHA for 48186ce
View code at this point
Browse repository at this point
Commits on Aug 26, 2020
[SQLite] Do not use non-default encodings when using PQS
mrigger
committed
e1b268e
View commit details
Copy full SHA for e1b268e
View code at this point
Browse repository at this point
Commits on Aug 24, 2020
[SQLite] Do not set PRAGMA case_sensitive_like=ON when using PQS
mrigger
committed
89efb6b
View commit details
Copy full SHA for 89efb6b
View code at this point
Browse repository at this point
Commits on Aug 23, 2020
[SQLite3] Remove the obsolete method for obtaining the row count
mrigger
committed
87b0614
View commit details
Copy full SHA for 87b0614
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 14, 2020
Address the newly-appearing expected errors
mrigger
committed
d27c86a
View commit details
Copy full SHA for d27c86a
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
Add a method to get the test oracle factories from the DBMS-specific options
mrigger
committed
38bf58c
View commit details
Copy full SHA for 38bf58c
View code at this point
Browse repository at this point
Add an expected error class
Show description for 0492650
mrigger
committed
0492650
View commit details
Copy full SHA for 0492650
View code at this point
Browse repository at this point
Commits on Jul 14, 2020
[SQLite3] Do not retry the transaction statements since they repeatedly fail
mrigger
committed
3d69523
View commit details
Copy full SHA for 3d69523
View code at this point
Browse repository at this point
Commits on Jul 10, 2020
[SQLite3] Remove redundant options
mrigger
committed
d6c8036
View commit details
Copy full SHA for d6c8036
View code at this point
Browse repository at this point
[SQLite3] Use the statement executor
mrigger
committed
234a49f
View commit details
Copy full SHA for 234a49f
View code at this point
Browse repository at this point
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
Make the SQLite3 option to exit after a number of created databases accessible to all DBMS
mrigger
committed
3306002
View commit details
Copy full SHA for 3306002
View code at this point
Browse repository at this point
Make the print statement options accessible to all DBMS
mrigger
committed
1ff7497
View commit details
Copy full SHA for 1ff7497
View code at this point
Browse repository at this point
Make the schema part of the global state base class
mrigger
committed
916cb19
View commit details
Copy full SHA for 916cb19
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 Jul 9, 2020
Add an updateSchema() method in the Query class
mrigger
committed
2c6e765
View commit details
Copy full SHA for 2c6e765
View code at this point
Browse repository at this point
Commits on Jul 7, 2020
Pass a global state object to Query for extensibility
mrigger
committed
0315e7a
View commit details
Copy full SHA for 0315e7a
View code at this point
Browse repository at this point
Commits on Jul 1, 2020
Avoid redundant field initializers
mrigger
committed
60abb07
View commit details
Copy full SHA for 60abb07
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
Previous
Next
You can’t perform that action at this time.