feat: Add support for postgres 'point' type#912
feat: Add support for postgres 'point' type#912SindriFr wants to merge 1 commit intoSeaQL:0.32.xfrom
Conversation
4987081 to
77528da
Compare
|
sorry, recently there's a lot of changes on master. can you cherry-pick your commit to merge into 0.32.x? |
77528da to
dec9bd5
Compare
Certainly! Do you need me to do anything further? |
|
@tyt2y3 You mentioned that sqlx should not be depended on by the root crate. I see that postgres_types (a dependency of sea-query) provides ToSql and FromSql implementations for geo-types Point, would you consider a merge of this branch if I used that instead? I've created an alternate PR (#992) with the proposed changes. |
555b092 to
2c83c50
Compare
PR Info
New Features
pointtype via sqlx::postgres::types::PgPointBreaking Changes
No breaking changes that I am aware of