issues
search
crate
/
cratedb-toolkit
CrateDB Toolkit, an SDK for CrateDB and CrateDB Cloud.
https://cratedb-toolkit.readthedocs.io/
GNU Affero General Public License v3.0
7
stars
3
forks
source link
MongoDB: Improve type mapper in schema translator
#237
Closed
amotl
closed
2 months ago
amotl
commented
2 months ago
The MongoDB type mapper now honors more types.
DECIMAL => DOUBLE
INT64 => BIGINT
TIMESTAMP => TIMESTAMP WITHOUT TIME ZONE
The MongoDB type mapper now honors more types.