City-of-Bloomington / blossom

A skeleton for PHP web applications
GNU Affero General Public License v3.0
3 stars 0 forks source link

Upgrade aura sqlquery to v3 #40

Closed inghamn closed 1 year ago

inghamn commented 1 year ago

AuraPHP has a new version of the sqlquery library

inghamn commented 1 year ago

It looks like the biggest change is that Select queries now require named bind parameters. This changed how the ->where() function works.