mirror of
https://github.com/vrana/adminer.git
synced 2026-02-08 23:57:34 +01:00
* 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
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