pgweb/pkg/client
Dan Sosedoff 2db5ce544f Fix row estimation bug
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.
2018-12-12 13:33:55 -06:00
..
client_test.go Fix JSON marshal panic when dealing with NaN values 2018-11-27 16:51:51 -06:00
client.go Fix row estimation bug 2018-12-12 13:33:55 -06:00
dump_test.go Fix JSON marshal panic when dealing with NaN values 2018-11-27 16:51:51 -06:00
dump.go Check if pg_dump is available before running database export 2018-04-25 23:29:18 -05:00
result_test.go Use anonymous structs in the test 2016-01-14 16:55:05 -06:00
result.go Fix JSON marshal panic when dealing with NaN values 2018-11-27 16:51:51 -06:00
tunnel.go More lint 2018-12-04 12:42:37 -06:00
util.go Fix activity list 2018-06-05 15:48:16 -05:00