nulpunkt / yesql-php

A clone of the wonderful yesql clojure library, for php
23 stars 7 forks source link

Named parameters #8

Closed nulpunkt closed 6 years ago

nulpunkt commented 6 years ago

Added support of naming parameters in queries directly. Before this, you had to create an inFunc which did the mapping. Rightfully, some have argued that it was probably not the best way to do it. So now names can be specified directly in the name of the query.