You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the Rust libraries for accessing MySQL allow named parameters using the :name syntax, it would be ideal to be able to parse these as an ItemPlaceholder::Named(String).
The text was updated successfully, but these errors were encountered:
soulstompp
changed the title
Support :named query params
Support :named place holders
Aug 19, 2022
Most of the Rust libraries for accessing MySQL allow named parameters using the
:name
syntax, it would be ideal to be able to parse these as anItemPlaceholder::Named(String)
.The text was updated successfully, but these errors were encountered: