cockroachdb / sequelize-cockroachdb

Use Sequelize and CockroachDB together
Apache License 2.0
53 stars 16 forks source link

Fix Patch for BigInt #80

Closed dougmrqs closed 3 years ago

dougmrqs commented 3 years ago

After researching the origin of the patches, I've commented better when each one appeared. This alters the parsing of BigInts into Strings. By that, it has to skip DataTypes.BIGINT tests.

RichardJCai commented 3 years ago

just leaving a reminder that this resolves https://github.com/cockroachdb/sequelize-cockroachdb/issues/50