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
fix(api): point query_as!/query_scalar! param comments at #137 (#153)
* docs(api): note _as_params as the binding target for query_as! (#137)
query_as! / query_scalar! validate SQL and accept $N args but the
QueryAs/QueryScalar runtime builders don't yet bind them (params stored
as debug strings; fetch_* forward to the non-param fetch_*_as). Point
the dead-code comment and a TODO at fetch_*_as_params (added in #137) as
the primitive that finishes parameter binding.
* docs(api): align all query_as/query_scalar param comments (#137)
Remove stale 'W3' and 'future milestone' phrasing from QueryAs::new doc
and QueryScalar::params allow-reason. Both now point at issue #137 and
the _as_params delegation target, consistent with the QueryAs::params
comment updated in the prior commit.
0 commit comments