Commit 819a4672 authored by Daniel Chesterton's avatar Daniel Chesterton Committed by Steve Müller

Update documentation for UNSIGNED float/decimal

parent bdb30696
...@@ -469,9 +469,9 @@ Please also notice the mapping specific footnotes for additional information. ...@@ -469,9 +469,9 @@ Please also notice the mapping specific footnotes for additional information.
| | +--------------------------+---------+----------------------------------------------------------+ | | +--------------------------+---------+----------------------------------------------------------+
| | | **SQLite** | *all* | ``INTEGER`` [16]_ | | | | **SQLite** | *all* | ``INTEGER`` [16]_ |
+-------------------+---------------+--------------------------+---------+----------------------------------------------------------+ +-------------------+---------------+--------------------------+---------+----------------------------------------------------------+
| **decimal** [7]_ | ``string`` | **MySQL** | *all* | ``NUMERIC(p, s)`` | | **decimal** [7]_ | ``string`` | **MySQL** | *all* | ``NUMERIC(p, s)`` ``UNSIGNED`` [10]_ |
| | [9]_ +--------------------------+ | | | | [9]_ +--------------------------+---------+----------------------------------------------------------+
| | | **PostgreSQL** | | | | | | **PostgreSQL** | *all* | ``NUMERIC(p, s)`` |
| | +--------------------------+ | | | | +--------------------------+ | |
| | | **Oracle** | | | | | | **Oracle** | | |
| | +--------------------------+ | | | | +--------------------------+ | |
...@@ -483,9 +483,9 @@ Please also notice the mapping specific footnotes for additional information. ...@@ -483,9 +483,9 @@ Please also notice the mapping specific footnotes for additional information.
| | +--------------------------+ | | | | +--------------------------+ | |
| | | **Drizzle** | | | | | | **Drizzle** | | |
+-------------------+---------------+--------------------------+---------+----------------------------------------------------------+ +-------------------+---------------+--------------------------+---------+----------------------------------------------------------+
| **float** | ``float`` | **MySQL** | *all* | ``DOUBLE PRECISION`` | | **float** | ``float`` | **MySQL** | *all* | ``DOUBLE PRECISION`` ``UNSIGNED`` [10]_ |
| | +--------------------------+ | | | | +--------------------------+---------+----------------------------------------------------------+
| | | **PostgreSQL** | | | | | | **PostgreSQL** | *all* | ``DOUBLE PRECISION`` |
| | +--------------------------+ | | | | +--------------------------+ | |
| | | **Oracle** | | | | | | **Oracle** | | |
| | +--------------------------+ | | | | +--------------------------+ | |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment