]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix some inaccuracies in with_variant doc
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Aug 2022 13:49:25 +0000 (09:49 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Aug 2022 13:52:48 +0000 (09:52 -0400)
commitc0c5709b43376ebfa2179edf0f9e7af61354c360
treea615072442631c60914fd251211b7c6c63231208
parent8237ba234d672c264ed12924c06efd5351903ab4
fix some inaccuracies in with_variant doc

* the table wont create on mysql/mariadb b.c. user_name had
  no length
* "utf-8" is not recognized by mysql/mariadb, use "utf8"
* mysql or mariadb name match is determined by the URL, not the
  actual DB that is detected (I know I made it work that way but
  I forgot)
* for the 1.4 backport only, will remove the "mariadb" part
  as we dont support that API, #8408

Fixes: #8408
Change-Id: I5b0a58a3f94a3450631e2405bd07d0a77599ae26
(cherry picked from commit 7f99c4ab55a80ee428b3466e9fa476d6ea03bfaf)
doc/build/core/type_basics.rst