]> 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 13:59:25 +0000 (08:59 -0500)
commit0f81c14b7cd9ac821205d6c48cf2393447058394
tree75531e34f3f6a6954892261591f73b98d269e5e4
parent4c063e7df42a6a33182df2f9a49208358a7c00ff
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
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