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

2 files changed

Lines changed: 577 additions & 3 deletions

File tree

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)