yandex / ozo

OZO is a C++17 Boost.Asio based header-only library for asyncronous communication with PostgreSQL DBMS.
PostgreSQL License
226 stars 45 forks source link

Add ltree support #292

Closed neogenie closed 3 years ago

neogenie commented 3 years ago

Since PostgreSQL 13 ltree supported in binary protocol: https://postgrespro.com/list/id/E1jJkxu-0005HI-SY@gemulon.postgresql.org. Details of implementation: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=949a9f043eb70a4986041b47513579f9a13d6a33

Resolve #291

thed636 commented 3 years ago

Could you please rebase the PR on master and squash it into a single commit, to preserve a clean history?

thed636 commented 3 years ago

@neogenie

neogenie commented 3 years ago

@thed636, Done!

thed636 commented 3 years ago

Hooray! :)