• Luís Cobucci's avatar
    Disable native JSON support for MariaDB 10.2.x · 52b4692e
    Luís Cobucci authored
    Since the JSON type is simply an alias to a LONG TEXT we must force
    a comment, otherwise things will not work properly.
    
    Also the test for JSON types should work regardless of native JSON
    support (DBAL should add a comment to identify the correct type).
    52b4692e
MariaDb1027Platform.php 2.02 KB