]> 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:51:56 +0000 (09:51 -0400)
commit7f99c4ab55a80ee428b3466e9fa476d6ea03bfaf
tree5ef22421ac02d2dc27e1c5bae07a04f83341432f
parent9bf0b0c974eeabde2e5bfa11ddf6723319a0b453
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
doc/build/core/type_basics.rst