SeaQL / sea-query

🔱 A dynamic SQL query builder for MySQL, Postgres and SQLite
https://www.sea-ql.org
Other
1.18k stars 195 forks source link

Wrong casting of array of Datetime<FixedOffset> #662

Open Sytten opened 1 year ago

Sytten commented 1 year ago

Description

This is a bad copy-paste, it should be Option<Vec<DateTime<FixedOffset>>> https://github.com/SeaQL/sea-query/blob/b7e5413c9a76bc9d0af7137db992397988d2261f/sea-query-binder/src/sqlx_postgres.rs#L249-L254