Skip to content
  • Jeremy Daer's avatar
    2224d06c
    Support microsecond datetime precision on MariaDB 5.3+. · 2224d06c
    Jeremy Daer authored
    We support microsecond datetime precision for MySQL 5.6.4+. MariaDB has
    supported it since 5.3.0, but even 10.x versions return a compatible
    version string like `5.5.5-10.1.8-MariaDB-log` which we parse as 5.5.5,
    before MySQL supported microsecond precision.
    
    Specialize our version check to account for MariaDB to fix.
    2224d06c
    Support microsecond datetime precision on MariaDB 5.3+.
    Jeremy Daer authored
    We support microsecond datetime precision for MySQL 5.6.4+. MariaDB has
    supported it since 5.3.0, but even 10.x versions return a compatible
    version string like `5.5.5-10.1.8-MariaDB-log` which we parse as 5.5.5,
    before MySQL supported microsecond precision.
    
    Specialize our version check to account for MariaDB to fix.
Loading