bekwam / bekwam-jdbc-user-storage-spi

A JDBC implementation of a Keycloak User Storage SPI
Apache License 2.0
1 stars 1 forks source link

Simple Validation on Bind Variables #4

Open CarletonWalker opened 5 days ago

CarletonWalker commented 5 days ago

For config parameters like User Query, count the number of bind variables ("? characters") to make sure they line up with any PreparedStatements.