Files
adminer/plugins/drivers
Anton Polonskiy 04473a21c8 ClickHouse: fix minor problems
* ClickHouse: Fix warning on empty tables

Warning:  reset() expects parameter 1 to be array, null given

* ClickHouse: Show correct error message

* ClickHouse: add CTE support + allow whitespace at the beginning of the query

* ClickHouse: set default format
2026-02-08 01:01:59 +01:00
..
2026-02-08 01:01:59 +01:00
2026-02-01 09:18:22 +01:00
2025-09-08 08:27:09 +02:00
2025-06-11 08:16:57 +02:00

Using drivers: https://www.adminer.org/plugins/#use

Developing drivers: https://www.adminer.org/en/drivers/

The type declarations must be compatible both with source codes and the compiled version (where PHP5-incompatible types are stripped). It means:

  • specify return type if parent specifies it
  • do not specify scalar parameter type