Co-authored-by: Pieter Lexis <pieter@plexis.eu>
This option is supported by the bind and Generic SQL backends.
.. note::
- When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query:
- SELECT * from records where type like 'TYPE%';
+ When using a generic SQL backend, records with an unknown record type (see :doc:`../appendices/types`) can be identified with the following SQL-Query::
+
+ SELECT * from records where type like 'TYPE%';
.. _setting-version-string: