Closed jhhom closed 3 years ago
Thank you for opening the issue! This is a bug. I'm going to fix it as soon as possible.
I've just fixed the bug in https://github.com/TaKO8Ki/gobang/pull/101. I'm going to release v0.1.0-alpha.4 later.
I've just released v0.1.0-alpha.4. I would be grateful if you could open issues If gobang still has bugs!
When using Gobang with PostgreSQL, I encounter the error
The screenshot below described my error.
My table
sec_modules
contain the columnid
. And I type the filter expressionid = 23
, when press "Enter", I got the error.Screenshot of the error:
I'm using Gobang installed from "gobang-0.1.0-alpha.3-x86_64-pc-windows-msvc.zip", Windows 10, and PostgreSQL 13.2.
Is there any syntax error with my filter expression? Thanks.