pgloader/docs
Dimitri Fontaine d8b0bd5145 Allow casting rules to guard on signed data types.
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.
2019-06-04 15:22:25 +02:00
..
ref Allow casting rules to guard on signed data types. 2019-06-04 15:22:25 +02:00
tutorial Fix section in rest (#883) 2019-01-07 20:24:59 +01:00
bugreport.rst Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
CNAME Update CNAME 2017-12-21 17:21:19 +01:00
conf.py Switch the documentation to the ReadTheDocs template. 2018-12-12 09:34:20 +09:00
index.rst Typo: Change issing to issuing (#895) 2019-01-21 18:13:52 +01:00
intro.rst More docs improvements. 2018-12-19 22:40:32 +01:00
Makefile Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
pgloader-usage-examples.rst Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
pgloader.rst Update documentation with new features. 2018-12-11 14:25:08 +09:00
quickstart.rst More docs improvements. 2018-12-19 22:40:32 +01:00