Skip to content

Commit

Permalink
feat: fix bug in Postgres dialect where if a table already exists the…
Browse files Browse the repository at this point in the history
…n it would give error (Invalid query) (#58)
  • Loading branch information
vishal-bihani committed Aug 16, 2023
1 parent 2bfc453 commit 047522b
Show file tree
Hide file tree
Showing 2 changed files with 577 additions and 3 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ module github.com/casbin/xorm-adapter/v3
go 1.12

require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/casbin/casbin/v2 v2.28.3
github.com/go-sql-driver/mysql v1.5.0
github.com/lib/pq v1.8.0
xorm.io/xorm v1.0.3
github.com/go-sql-driver/mysql v1.6.0
github.com/lib/pq v1.10.2
xorm.io/xorm v1.3.2
)
Loading

0 comments on commit 047522b

Please sign in to comment.