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
* Simple binds: matchSimpleBinds() also handles the bind marker, and more elaborately: handles enclosing quotes, checks the number of markers…
* Named binds: there just won't be replacements for matchNamedBinds() to make.
As a difference, if there are no markers/placeholders, compileBinds() will return the original SQL string instead of null. So it's possible to use a query string without markers/placeholders, and a $binds array with superflous binds; not ideal, but not problematic either.
0 commit comments