Commit 2444fe6
(fix): handle millisecond timestamp strings in Mongo castingBefore
When castingBefore receives a numeric string (millisecond timestamp)
for a Datetime column, pass it directly to UTCDateTime instead of
routing through NativeDateTime which rejects raw numeric strings.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 146221a commit 2444fe6
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2532 | 2532 | | |
2533 | 2533 | | |
2534 | 2534 | | |
2535 | | - | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
| 2539 | + | |
2536 | 2540 | | |
2537 | 2541 | | |
2538 | 2542 | | |
| |||
0 commit comments