vitaly-m / postgis-diesel

Postgis types extension for Diesel framework
MIT License
37 stars 15 forks source link

Add ToSql support for GeometryCollectionC/T. #2

Closed markhibberd closed 2 years ago

markhibberd commented 2 years ago

This completes the to/from sql for GeometryCollection, without this, read is possible, but not write.

Hi @vitaly-m this is the bare-minimum of support and I have tested with an example project locally - I don't think this has any downsides - but let me know if there would be anything else useful to get this change through.

vitaly-m commented 2 years ago

@markhibberd, thank you for pull request.