Skip to content

Commit 047522b

Browse files
feat: fix bug in Postgres dialect where if a table already exists then it would give error (Invalid query) (#58)
1 parent 2bfc453 commit 047522b

File tree

2 files changed

+577
-3
lines changed

2 files changed

+577
-3
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ module github.com/casbin/xorm-adapter/v3
33
go 1.12
44

55
require (
6+
github.com/PuerkitoBio/goquery v1.5.1 // indirect
67
github.com/casbin/casbin/v2 v2.28.3
7-
github.com/go-sql-driver/mysql v1.5.0
8-
github.com/lib/pq v1.8.0
9-
xorm.io/xorm v1.0.3
8+
github.com/go-sql-driver/mysql v1.6.0
9+
github.com/lib/pq v1.10.2
10+
xorm.io/xorm v1.3.2
1011
)

0 commit comments

Comments
 (0)