koron / nvgd

Filterable (grep, head and tail) HTTP file server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`/` doesn't work in SQL

koron opened this issue · comments

with MySQL

PostgreSQL 対抗で / を含む次のSQLは機能した。

SELECT * FROM "user" WHERE password LIKE '%/%'

この時のURLは以下の通りだった。

http://127.0.0.1:9280/db://postgres/SELECT%20*%20FROM%20%22user%22%20WHERE%20password%20LIKE%20'%2525%2F%2525'?htmltable

/%2F に展開されている。

works for me