David Fleming

Results 4 issues of David Fleming

Was just giving this a try for testing a project and our schema creation sql looks something like: ```sql CREATE SCHEMA foo; CREATE TABLE "foo"."bar" { ... } ... ```...

https://github.com/pact-foundation/pact-go/blob/965f5352245dd97adda9de8581c9469132e322a5/installer/installer.go#L125 `LibRegistry` is never populated: ``` log.Printf("[DEBUG] LibRegistry: %#v\n", LibRegistry) // Prints: [DEBUG] LibRegistry: map[string]installer.Versioner{} ``` Results in always getting this error.

bug

The Go docs for PactFileWriteMode describe values `overwrite` and `merge`. https://github.com/pact-foundation/pact-go/blob/2354ed96613f7704d44d5e181ddaa018b2c02996/dsl/pact.go#L64-L70 However the linked docs show > Default value: :overwrite Options: :overwrite, :update, :smart, :none With no mention of 'merge'....

question
documentation

Alter behaviour to be consistent with go builtin ./... (go list ./... etc) and skip/ignore code under `vendor/` folders.

Under Consideration