From 49910027c5f486af1fe44adbdc127389663fa685 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Fri, 3 Apr 2020 23:34:38 +0200 Subject: [PATCH] Typo fix in the MySQL default casting rules documentation. See #1123. --- docs/ref/mysql.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/mysql.rst b/docs/ref/mysql.rst index e830c9d..93b0c27 100644 --- a/docs/ref/mysql.rst +++ b/docs/ref/mysql.rst @@ -559,7 +559,7 @@ Numbers:: type int with extra auto_increment to serial when (< precision 10) type int with extra auto_increment to bigserial when (<= 10 precision) type int to int when (< precision 10) - type int to bigint when (>= 10 precision) + type int to bigint when (<= 10 precision) type tinyint with extra auto_increment to serial type smallint with extra auto_increment to serial type mediumint with extra auto_increment to serial