diff --git a/README.md b/README.md index 5197ff0..40f74cb 100644 --- a/README.md +++ b/README.md @@ -35,12 +35,12 @@ Inspired by [Py-Exasol](https://github.com/exasol/pyexasol) and based on the (no Since the driver is used through `sqlx` and it implements the interfaces there, it can do all the drivers shipped with `sqlx` do, with some caveats: - Limitations - - no compile-time query check support[1](#sqlx_limitations) - - no `sqlx-cli` support[1](#sqlx_limitations) - - no locking migrations support[2](#no_locks) - - no column nullability checks[3](#nullable) + - no compile-time query check support[2](#sqlx_limitations) + - no `sqlx-cli` support[2](#sqlx_limitations) + - no locking migrations support[3](#no_locks) + - no column nullability checks[4](#nullable) - apart from migrations, only a single query per statement is allowed (including in - fixtures)[4](#single_query) + fixtures)[5](#single_query) - Additions - array-like parameter binding in queries, thanks to the columnar nature of the Exasol