Skip to content

Commit

Permalink
let the cockroach driver load pq
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates committed Apr 19, 2018
1 parent d19561b commit bdb6642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cockroach.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import (
"sync"

"github.com/jmoiron/sqlx"
// Load CockroachdbQL Go driver
// Load CockroachdbQL/postgres Go driver
// also loads github.com/lib/pq
_ "github.com/cockroachdb/cockroach-go/crdb"

"github.com/gobuffalo/pop/columns"
Expand Down
2 changes: 0 additions & 2 deletions postgresql.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import (
"sync"

"github.com/jmoiron/sqlx"
// Load PostgreSQL Go driver
_ "github.com/lib/pq"

"github.com/gobuffalo/pop/columns"
"github.com/gobuffalo/pop/fizz"
Expand Down
2 changes: 1 addition & 1 deletion soda/cmd/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package cmd

const Version = "v4.5.3"
const Version = "v4.5.4"

0 comments on commit bdb6642

Please sign in to comment.