pgloader/docs/ref
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
..
archive.rst Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
copy.rst Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
csv.rst Implement support for \' as the CSV separator. 2017-12-26 21:04:06 +01:00
dbf.rst Add a casting rule for the I data type in DBF files. 2019-05-08 23:36:17 +02:00
fixed.rst Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
ixf.rst Switch the documentation to using Sphinx. 2017-12-21 17:45:09 +01:00
mssql.rst Implement ALTER TABLE ... SET TABLESPACE ... as a pgloader clause. 2019-01-08 22:50:24 +01:00
mysql.rst Allow casting rules to guard on signed data types. 2019-06-04 15:22:25 +02:00
pgsql-citus-target.rst Improve Citus documentation. 2018-12-12 09:34:05 +09:00
pgsql-redshift.rst Improve Redshift support documentation. 2018-12-14 18:21:34 +09:00
pgsql.rst Implement ALTER TABLE ... SET TABLESPACE ... as a pgloader clause. 2019-01-08 22:50:24 +01:00
sqlite.rst Implement SQLite casting rule for “decimal”. 2018-02-07 20:47:47 +01:00
transforms.rst Code review for previous commit. 2018-03-27 14:55:31 +02:00