Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,18 @@ Usage: SQLancer [options] [command] [command options]

**Supported DBMSs.** SQLancer requires DBMS-specific code for each DBMS that it supports. As of January 2025, it provides support for Citus, ClickHouse, CnosDB, CockroachDB, Databend, (Apache) DataFusion, (Apache) Doris, DuckDB, H2, HSQLDB, MariaDB, Materialize, MySQL, OceanBase, PostgreSQL, Presto, QuestDB, SQLite3, TiDB, and YugabyteDB. The extent to which the individual DBMSs are supported [differs](https://github.com/sqlancer/sqlancer/blob/documentation-approaches/CONTRIBUTING.md).

## Hive Support

Hive support in SQLancer is currently limited.

At the moment, the Hive implementation focuses primarily on schema
generation and INSERT-based testing. SELECT-based or mixed workloads
are not fully supported yet.

As a result, depending on the configuration and environment, a run
may execute zero queries. This is expected behavior and does not
indicate a runtime failure.

# Approaches and Papers

SQLancer has pioneered and includes multiple approaches for DBMS testing, as outlined below in chronological order.
Expand Down