mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
2db5ce544f
The variable `table` is mutated from `schema.tablename` to `tablename` before being passed to other functions, which try to parse the schema from the name. This results in schema name being `public` because it's missing from the given table name. |
||
---|---|---|
.. | ||
client_test.go | ||
client.go | ||
dump_test.go | ||
dump.go | ||
result_test.go | ||
result.go | ||
tunnel.go | ||
util.go |