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
i'm using VS CODE on linux, when i compile my project with cmd:
go build -tags "sqlite_math_functions"
everythings go well. Then i have some issues with VSCODE debug....
While running in DEBUG mode on VSCODE.... i can't use SQLITE MATH functions......
Know anyone why ? i think VSCODE is compiling my project/sqlite(mattn v.14.22) with distinct directives in debug mode...
Can anyone tell me how can i change options to compile SQLITE with math fn in debug mode?
The text was updated successfully, but these errors were encountered:
i'm using VS CODE on linux, when i compile my project with cmd:
go build -tags "sqlite_math_functions"
everythings go well. Then i have some issues with VSCODE debug....
While running in DEBUG mode on VSCODE.... i can't use SQLITE MATH functions......
Know anyone why ? i think VSCODE is compiling my project/sqlite(mattn v.14.22) with distinct directives in debug mode...
Can anyone tell me how can i change options to compile SQLITE with math fn in debug mode?
The text was updated successfully, but these errors were encountered: