diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-08-19 18:39:08 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-09-28 19:22:17 -0400 |
| commit | 29b752f8b24909c9c715e1b2c5e01119d1f46aa7 (patch) | |
| tree | 185996396104825d3698a37782ead35ddeae4522 /lib/sqlalchemy/sql/functions.py | |
| parent | 68b52c48b775f9a99d0bc3666ebe02c54e401303 (diff) | |
| download | sqlalchemy-29b752f8b24909c9c715e1b2c5e01119d1f46aa7.tar.gz | |
Support mariadb 10.2
Fixed issue where CURRENT_TIMESTAMP would not reflect correctly
in the MariaDB 10.2 series due to a syntax change, where the function
is now represented as ``current_timestamp()``.
Fixes: #4096
MariaDB 10.2 now supports CHECK constraints (warning: use version 10.2.9
or greater due to upstream issues noted in :ticket:`4097`). Reflection
now takes these CHECK constraints into account when they are present in
the ``SHOW CREATE TABLE`` output.
Fixes: #4098
Change-Id: I8666d61814e8145ca12cbecad94019b44af868e3
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
0 files changed, 0 insertions, 0 deletions
