mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-04 16:25:19 +00:00

* Add array of uuid, chrono, time, bigdecimal, and ipnetwork to query macro * Comment out tests for arrays of BigDecimal Currently arrays of BigDecimal doesn't in query macros compile. As all of the other types work just fine, BigDecimal is simply omitted. * Add serde_json::Value to query macros This also adds serde_json as an optional dependency to sqlx_macros along side a new json feature flag.