From 9847b8984a0e8ac9c325962431c08d7dddff13bc Mon Sep 17 00:00:00 2001 From: Radoslaw Smigielski Date: Sun, 21 Apr 2019 06:22:43 +0200 Subject: Minimum versions of databases with JSON data type support SQLAlchemy collector requires database JSON data type support which is fairly new feature and missing in versions older than: - MariaDB 10.2 - MySQL 5.7.8 Let's document that SQLAlchemy collector requirement. Change-Id: Ifb379a40d90d252d56d4f830e75bbfa08bf66a01 Closes-Bug: #1825693 --- doc/source/user/collectors.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/user/collectors.rst b/doc/source/user/collectors.rst index 5d48caa..a2c11e3 100644 --- a/doc/source/user/collectors.rst +++ b/doc/source/user/collectors.rst @@ -62,5 +62,12 @@ The database (in this example called `profiler`) needs to be created manually an the database user (in this example called `username`) needs to have priviliges to create tables and select and insert rows. +.. note:: + + SQLAlchemy collector requires database JSON data type support. + This type of data is supported by versions listed below or higher: + + - MariaDB 10.2 + - MySQL 5.7.8 .. _SQLAlchemy understands: https://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls -- cgit v1.2.1