Open XP1 opened 8 months ago
I can't reproduce it. What sqlite lib version are you using?
Tried again with latest versions on Windows 10 and 11. Still same error.
V weekly.2024.12 https://github.com/vlang/v/releases/download/weekly.2024.12/v_windows.zip
sqlite-amalgamation-3450200.zip https://sqlite.org/2024/sqlite-amalgamation-3450200.zip (2.61 MiB) C source code as an amalgamation, version 3.45.2. (SHA3-256: 8d9c553b52c7b1656a97fec7907cb00fd1419ac45104e45c76b7c2b81ffe0a9d)
So, Windows specific. On Linux, using latest V, I get this:
number of all customers: 3
We found a total of 1 customers matching the query.
customer: 1, Bob, Option('uk'), 11
We found a total of 1 customers, with no country set.
customer: 3, Dennis, Option(none), 2
Describe the bug
Reproduction Steps
Sample code from:
https://github.com/vlang/v/blob/master/doc/docs.md#orm
Expected Behavior
Run successfully.
Current Behavior
Syntax error panic.
Possible Solution
No response
Additional Information/Context
No response
V version
0.4.4 60b4fb3
Environment details (OS name and version, etc.)
V full version: V 0.4.4 6279e8a.60b4fb3 OS: windows, Microsoft Windows 11 Pro v22631 64-bit