-
-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Description
Description
This is a bad copy-paste, it should be Option<Vec<DateTime<FixedOffset>>>
sea-query/sea-query-binder/src/sqlx_postgres.rs
Lines 249 to 254 in b7e5413
| ArrayType::ChronoDateTimeWithTimeZone => { | |
| let value: Option<Vec<DateTime<Local>>> = Value::Array(ty, v).expect( | |
| "This Value::Array should consist of Value::ChronoDateTimeWithTimeZone", | |
| ); | |
| args.add(value); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels