Add Polymorphism Support for Parameterization to All Queries
Add Polymorphism Support for Parameterization to All Queries
- Currently you can do all($query) but not all($query, $params)
- To do the latter, you have to do query($query, $params), then all()
- We want to support parameterization for any of the convenience functions. Should also support backwards compatibility, so polymorphism will be required for many functions ie. all($query, $id_field) vs. all($query, $params, $id_field) both need to work
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information