featurebase/pg
Seebs a6aa1097f1 listen on localhost:0 instead of :0
MacOS's firewall complains about a previously unknown app trying to
listen for network connections whenever we run go test. That's because
we *are* listening for network connections on arbitrary interfaces, not
just on localhost as we probably intended. Fix that.
2022-03-18 13:38:30 -05:00
..
message add copyright notice back in 2021-12-10 11:01:04 -06:00
pgtest Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
cancel.go add copyright notice back in 2021-12-10 11:01:04 -06:00
cancel_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
io.go add copyright notice back in 2021-12-10 11:01:04 -06:00
lookerToFeaturebase.md basic looker connection tests pass 2021-09-25 13:51:02 -05:00
lookerToPostgres.md basic looker connection tests pass 2021-09-25 13:51:02 -05:00
protocol.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
query.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
server.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
server_test.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00
type.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00