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
Hello, I'm trying to utilize the latest version, but I'm currently struggling to pass parameters to my query.
Doesn't matter what I do, I receive an stop application exception without stack.
My existing database script:
CREATE TABLE IF NOT EXISTS unit_area (
serial_area VARCHAR(50),
created VARCHAR(50),
updated VARCHAR(50),
label VARCHAR(50),
format VARCHAR(50),
decimal VARCHAR(50),
PRIMARY KEY (serial_area)
);
Hello, I'm trying to utilize the latest version, but I'm currently struggling to pass parameters to my query.
Doesn't matter what I do, I receive an stop application exception without stack.
My existing database script:
My main class:
My QueryImmudb parameters:{
My QueryImmudb class:
The text was updated successfully, but these errors were encountered: