So im making a minecraft plugin for a server and i use SQLite for the data base and with it i also use ORMLite for esier use of SQLite.
The .db file is created and no errors happen, but when i excecute the function that should in theory change the BuildMode value from False to True, it shows this error when it gets to the if statement that checks the data base and sees if the current BuildMode value is set to True or False. (Basicly it is a toggle)
Im new to Databases and maybe tought someone that might know whats wrong here.