will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

Support encoding `PG::Interval` params #283

Closed Blacksmoke16 closed 1 month ago

Blacksmoke16 commented 6 months ago

Resolves #272.

I opted to encode the PG::Interval using the textual representation of a PG interval type, primarily to just have the most accuracy.

Blacksmoke16 commented 1 month ago

@will Any chance you could review this when you have some spare time?

will commented 1 month ago

@Blacksmoke16 thanks for the reminder ping. Sorry I missed the email for the PR opening!