]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added INET4 and INET6 types for MariaDB
authorAdam Žurek <thejabko@gmail.com>
Fri, 15 Nov 2024 18:12:54 +0000 (13:12 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 19 Nov 2024 14:01:51 +0000 (09:01 -0500)
commitd206a2635084d25de9011eceac204cdc8448c397
tree82e4f45127b4ad5fc1897ca1782a0a24de0d1923
parent5c137eddd0f5c9d31ff5be69912978907a5876b8
Added INET4 and INET6 types for MariaDB

Added sql types ``INET4`` and ``INET6`` in the MariaDB dialect.

Fixes: #10720
Closes: #12028
Pull-request: https://github.com/sqlalchemy/sqlalchemy/pull/12028
Pull-request-sha: 25f939076eda0a763bc33fb0455d45ef00002110

Change-Id: I2efa53420aa5566f61a19f228cb421116b2e2720
(cherry picked from commit 0f81c14b7cd9ac821205d6c48cf2393447058394)
doc/build/changelog/unreleased_20/10720.rst [new file with mode: 0644]
doc/build/dialects/mysql.rst
lib/sqlalchemy/dialects/mysql/__init__.py
lib/sqlalchemy/dialects/mysql/mariadb.py
test/dialect/mysql/test_types.py