mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 23:07:00 +02:00
It used to be that our casting rules mechanism would allow for matching unsigned data types only, and we sometimes have a need to do special behavior on signed data types. In particular, a signed bigint(20) in MySQL has the same values range as a PostgreSQL bigint, so we don't need to target a numeric in that case. It's only when the bigint is unsigned that we need to target a numeric. In passing update some of the default casting rules documentation to match the code. Fix #982. |
||
---|---|---|
.. | ||
ref | ||
tutorial | ||
bugreport.rst | ||
CNAME | ||
conf.py | ||
index.rst | ||
intro.rst | ||
Makefile | ||
pgloader-usage-examples.rst | ||
pgloader.rst | ||
quickstart.rst |