TaKO8Ki / gobang

A cross-platform TUI database management tool written in Rust
MIT License
2.92k stars 91 forks source link

Question: Error returned when using filter with PostgreSQL #100

Closed jhhom closed 3 years ago

jhhom commented 3 years ago

When using Gobang with PostgreSQL, I encounter the error

error returned from database: LIMIT #, # syntax is not supported

The screenshot below described my error.

My table sec_modules contain the column id. And I type the filter expression id = 23, when press "Enter", I got the error.

Screenshot of the error: image

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.

TaKO8Ki commented 3 years ago

Thank you for opening the issue! This is a bug. I'm going to fix it as soon as possible.

TaKO8Ki commented 3 years ago

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.

TaKO8Ki commented 3 years ago

I've just released v0.1.0-alpha.4. I would be grateful if you could open issues If gobang still has bugs!