Subject: | A smarter Fey::Placeholder |
It would be useful if there was something like Fey::Placeholder that not
only represented a placeholder, but could also hold a bindparam value.
That way, when constructing queries semi-manually it would be easy to
insert placeholdered values in particular places.
Also:
<autarch> I think it'd make sense to make Placeholder a little smarter
<autarch> it should also support knowing a data type
<autarch> all the auto_placeholders stuff could then use that API