Hendrik Volschenk

Results 2 issues of Hendrik Volschenk

Hiya, A bit of a question, really. ### Context I am building a _Checkbox List_. Each time a _List Item_ is selected I fire off a call to the _API_...

I am using `execute` to execute stored procedures, but the return type is not accurate. **Stored procedure**: ```sql DELIMITER // CREATE PROCEDURE `user_get_by_username`( IN in_username VARCHAR(25) ) BEGIN SELECT `id`,...