mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-07 14:19:23 +00:00
* Make PgLTree::push infallible and take PgLTreeLabel directly. Previously the function took strings and parsed them into PgLTreeLabel internally, now it's possible to directlry push PgLTreeLabels onto a PgLTree. * Push PgLTree String conversion to label. * rebase and fix compile error Co-authored-by: Austin Bonander <austin@launchbadge.com>