I'm playing with some syntax changes, instead of c...
# kdbc
e
I'm playing with some syntax changes, instead of creating an sql string and putting named parameters in there, I'm trying to interpolate directly in the string. That makes it impossible to get a mismatch between parameter names in the string and parameters given to the PreparedStatement. It also reduces the over all boiler plate of it all: