weixin_39890652 2020-11-30 11:37
浏览 0

mysql timestamp server default compare breaks in mariadb 10.2

Migrated issue, originally created by Michael Bayer ()

due to "timestamp()" syntax, see https://bitbucket.org/zzzeek/sqlalchemy/issues/4096

该提问来源于开源项目:sqlalchemy/alembic

  • 写回答

7条回答 默认 最新

  • weixin_39890652 2020-11-30 11:37
    关注

    Michael Bayer () wrote:

    Accommodate for mariadb 10.2 function reflection style

    Fixed bug where server default comparison of CURRENT_TIMESTAMP would fail on MariaDB 10.2 due to a change in how the function is represented by the database during reflection.

    Also implement mariadb 10.2 checks from SQLAlchemy to skip other CHECK contraint related tests that can't pass.

    Change-Id: Id77b527d3215d06e2f44a6cddeb77583e5b39101 Fixes: #455

    → c2745d4790b6

    评论

报告相同问题?