Fixed quotating bug for primary keys

This commit is contained in:
Patrick O'brien 2016-04-24 15:33:05 +10:00
parent 9c493810ec
commit ba8793ec1a
6 changed files with 39 additions and 26 deletions

View file

@ -5,6 +5,7 @@ import (
"fmt"
// Import the postgres driver
_ "github.com/lib/pq"
)