Bug in Case #005 - SQL syntax error near "estava" When loading Case #005 ("The Silicon Sabotage"), the database fails to initialize. `near "estava": syntax error` **Steps to reproduce:** 1. Open the case #005 2. Click on "Workspace SQL" 3. The database fails to load automatically **Expected behavior:** The database should load correctly so the challenge can be completed. **Actual behavior:** The system throws a SQL syntax error and prevents progression. **Environment:** * Browser: Chrome * OS: Windows 10 **Additional info:** It seems like a string in the SQL script is not properly quoted (possibly missing single quotes). **Screenshot:** <img width="1444" height="252" alt="Image" src="https://github.com/user-attachments/assets/57b3e7ef-5174-4fb4-9233-5ab728167c17" /> <img width="696" height="389" alt="Image" src="https://github.com/user-attachments/assets/110b2b4a-f453-4bac-bc98-825f1c0ef39d" />
Bug in Case #5 - SQL syntax error near "estava"
When loading Case #5 ("The Silicon Sabotage"), the database fails to initialize.
near "estava": syntax errorSteps to reproduce:
Expected behavior:
The database should load correctly so the challenge can be completed.
Actual behavior:
The system throws a SQL syntax error and prevents progression.
Environment:
Additional info:
It seems like a string in the SQL script is not properly quoted (possibly missing single quotes).
Screenshot: