Use Parameterized SQL Queries Instead of String Formatting
Currently, the application uses direct string formatting to construct SQL queries, such as: "INSERT INTO user VALUES({}, '{}', '{}', '{}')".format(...) This makes debugging very difficult, as no traceback or error details are preserved.
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. A maintainer from Dataverse will review it shortly. Stay tuned!
Hi! I'd like to work on this issue. Please assign it to me.
I have understood the issue and will use parameterized queries to replace direct string formatting for SQL statements.i want to work on that - a gssoc 2025 contributer