support date type

This commit is contained in:
Jan Prochazka
2024-08-26 11:33:29 +02:00
parent 3bfa7d54d0
commit 8e17516d54
3 changed files with 92 additions and 13 deletions

View File

@@ -130,6 +130,7 @@ const driver = {
parseJsonArray: true,
parseJsonObject: true,
parseObjectIdAsDollar: true,
parseDateAsDollar: true,
explicitDataType: true,
supportNumberType: true,