[phpmyadmin/phpmyadmin] ecad59: country_code is defined as NOT NULL

Branch: refs/heads/QA_4_9 Home: https://github.com/phpmyadmin/phpmyadmin Commit: ecad5995abf64b5f2a3e7e240bb16cd8ed3be587 https://github.com/phpmyadmin/phpmyadmin/commit/ecad5995abf64b5f2a3e7e240bb1... Author: johnkershaw <johnmkershaw@gmail.com> Date: 2019-06-24 (Mon, 06 June 2019) +02:00 Changed paths: M doc/faq.rst Log Message: ----------- country_code is defined as NOT NULL Without a country_code for 'Marc' the second step will fail (cannot relate country_code in REL_persons to country_code in REL_countries if the REL_persons record has no value for country_code). Since this is the whole point of this example it's going to trip people up who're trying to set up relations in phpMyAdmin (like me!) Co-authored-by: William Desportes <williamdes@wdes.fr> Signed-off-by: John Kershaw <john@kershaw.org> Signed-off-by: William Desportes <williamdes@wdes.fr> Commit: 26373240cdf112bec3862f4a1c5b9dba705c6e1e https://github.com/phpmyadmin/phpmyadmin/commit/26373240cdf112bec3862f4a1c5b... Author: William Desportes <williamdes@wdes.fr> Date: 2019-06-24 (Mon, 06 June 2019) +02:00 Changed paths: M doc/faq.rst Log Message: ----------- [FAQ] Merge #15349 - country_code is defined as NOT NULL, yet INSERT lacks a value! Signed-off-by: William Desportes <williamdes@wdes.fr>
participants (1)
-
johnkershaw