- 474b456 fix: fix broken links (#3) by YunShu · 2 years, 7 months ago master v3.10.1
- af6ff50 Merge pull request #2 from JalinWang/rename by Ter · 3 years, 7 months ago v3.10.0
- 4097690 feat: rename module name by Jalin Wang · 3 years, 7 months ago
- ee30a2f chore: update the introduction of gorm-adapter-ex by Jalin Wang · 3 years, 7 months ago
- e137c23 feat: revert "fix: add column v6, v7" and restore columns up to v5 (#181) by Yang Luo · 3 years, 7 months ago v3.9.0
- 41953cc feat: support multiple filters for LoadFilteredPolicy (#178) by Ter · 3 years, 7 months ago v3.8.0
- b3d5928 Merge pull request #172 from tangyang9464/fix#171 by Yang Tang · 3 years, 8 months ago v3.7.4
- 368eb78 fix: db can't reuse by tangyang9464 · 3 years, 8 months ago
- 3d2fa84 fix: remove the return value of TurnOffAutoMigrate (#170) by Yang Tang · 3 years, 9 months ago v3.7.3
- 1bd95e0 fix: empty slice found error (#164) by dirablue ( gaku ) · 3 years, 9 months ago v3.7.2
- edb446c fix: use TurnOffAutoMigrate instead of NewAdapterWithoutAutoMigrate (#163) by Yang Tang · 3 years, 10 months ago v3.7.1
- 6248ffe docs: add sqlite support and turn off AutoMigrate description (#161) by Yang Tang · 3 years, 10 months ago v3.7.0
- 956618a feat: support NewAdapterWithoutAutoMigrate (#160) by Yang Tang · 3 years, 10 months ago
- b86e139 feat: support SQLite by github.com/glebarez/sqlite (#158) by Yang Tang · 3 years, 11 months ago v3.6.0
- 34e13d4 fix: add column v6, v7, update unit tests (#157) by Hao Liu · 4 years ago v3.5.1
- 7b3bc27 feat: export manual db connection open and close (#149) by Bingchang Chen · 4 years, 1 month ago v3.5.0
- a4afbc9 fix: update gorm driver version (#143) by Bingchang Chen · 4 years, 4 months ago v3.4.6
- 80ea431 perf: execute saving all policies in batches of 1000 (#139) by Stijn De Haes · 4 years, 4 months ago v3.4.5
- 654f184 fix: indirect dependancy vulnerability in jack/pgproto3 (#136) by Jason McNeil · 4 years, 5 months ago v3.4.4
- 897243a Merge pull request #135 from tangyang9464/update by Yang Luo · 4 years, 6 months ago v3.4.3
- cee36d4 fix: update README.md about sqlite support by tangyang9464 · 4 years, 6 months ago
- 379427f Merge pull request #131 from tangyang9464/fix by Yang Luo · 4 years, 6 months ago v3.4.2
- 51b06eb Merge pull request #132 from tangyang9464/batch by Yang Luo · 4 years, 6 months ago v3.4.1
- 992ab30 fix: change AddPolicies to batch insert by tangyang9464 · 4 years, 6 months ago
- 275ad34 fix: RemoveFilteredPolicy don't check empty parameter by tangyang9464 · 4 years, 6 months ago
- 8fe458e Merge pull request #130 from tangyang9464/loadPolicyArray by Yang Luo · 4 years, 6 months ago v3.4.0
- ce5e281 feat: change LoadPolicyLine to LoadPolicyArray by tangyang9464 · 4 years, 6 months ago
- ed2cfa4 Merge pull request #124 from tangyang9464/master by Yang Luo · 4 years, 7 months ago v3.3.3
- bc167e6 Merge pull request #122 from qifengzhang007/pg by Yang Luo · 4 years, 7 months ago
- c30a2e5 fix: data can't contains comma ( , ) character by tangyang9464 · 4 years, 7 months ago
- 232e0dc fix: PostgreSql create index occur error by 张奇峰 · 4 years, 7 months ago
- b1c6689 Merge pull request #118 from closetool/pg by Yang Luo · 4 years, 8 months ago v3.3.2
- b94bdbb fix: delete dependency of jackc/pgconn by closetool · 4 years, 8 months ago
- e966503 Merge pull request #113 from tangyang9464/master by Yang Luo · 4 years, 9 months ago v3.3.1
- f11e807 fix: new adapter can't change custom table name by tangyang9464 · 4 years, 9 months ago
- 9500f7f Merge pull request #111 from tangyang9464/master by Yang Luo · 4 years, 9 months ago v3.3.0
- 2900499 feat: adds multiple databases support to gorm-adapter by DBResolver by tangyang9464 · 4 years, 9 months ago
- b448b9d Merge pull request #107 from closetool/master by hsluoyz · 4 years, 11 months ago v3.2.12
- a4773c7 fix: gorm dependency error by closetool · 4 years, 11 months ago
- 65243a1 Merge pull request #106 from closetool/master by hsluoyz · 4 years, 11 months ago v3.2.11
- 10ae095 fix: github action bot by closetool · 4 years, 11 months ago
- 6aa5aaa Merge pull request #105 from closetool/master by hsluoyz · 4 years, 11 months ago v3.2.10
- e5dd073 fix: improve log support by closetool · 4 years, 11 months ago
- 40a8c16 fix(UpdatableAdapter(add method UpdateFilteredPolicies)): upgrade cab… (#103) by Roger · 4 years, 11 months ago v3.2.9
- 53e10dc Merge pull request #99 from arafat-java/emhanced_error_msg by hsluoyz · 5 years ago v3.2.8
- d1e5ce9 fix: Printing the supported DB name strings in error message so that user knows the valid options to use in connection string by Arafat Nalkhande · 5 years ago
- 6e03241 Merge pull request #97 from closetool/master by hsluoyz · 5 years ago v3.2.7
- 48a73a8 fix: postgres can not set timezone by closetool · 5 years ago
- fa4239f Rename to Filter.Ptype by Yang Luo · 5 years ago
- 5d2303c Add sqlite comment. by Yang Luo · 5 years ago v3.2.6
- f1b2de1 Merge pull request #94 from closetool/master by hsluoyz · 5 years ago
- 3bc70f9 fix: could not support sqlite in windows without cgo by closetool · 5 years ago
- d2a165c Merge pull request #92 from closetool/master by hsluoyz · 5 years ago v3.2.5
- 2726924 fix: add method UpdatePolicies by closetool · 5 years ago
- fb0d729 Merge pull request #91 from closetool/master by hsluoyz · 5 years ago v3.2.4
- c1c559e fix: create index when using custom schema by closetool · 5 years ago
- ae4ce83 Merge pull request #89 from closetool/master by hsluoyz · 5 years ago v3.2.3
- a790323 ci: github action ci and semantic release by closetool · 5 years ago
- e460480 Merge pull request #86 from closetool/master by hsluoyz · 5 years ago
- 8f14dc9 fix: remove blank code block by closetool · 5 years ago
- 5c851cf Update gorm to 1.21.4's HEAD. by Yang Luo · 5 years ago v3.2.2
- ea6bb4d Sort imports. by Yang Luo · 5 years ago
- 1152282 Add issue link to the notice. by hsluoyz · 5 years ago v3.2.1
- a91399f Merge pull request #79 from closetool/master by hsluoyz · 5 years ago
- d2ddb95 fix: default table name by closetool · 5 years ago
- 7b833fd [feature request]: support to create multiple adapters under same database with method `NewAdapterByDBUseTableName` (#77) by Clare Yang · 5 years ago
- 7c0fc81 Merge pull request #76 from closetool/master by hsluoyz · 5 years ago
- 26afbfe feat: add sqlite support(#75) by closetool · 5 years ago
- d4ad5d9 Merge pull request #73 from Despire/custom_table by Yang Luo · 5 years ago v3.2.0
- dcb03ce add custom table support by Matúš Mrekaj · 5 years ago
- 7f6a211 Merge pull request #70 from closetool/master by Yang Luo · 5 years ago v3.1.0
- 63d03fb fix: modify column p_type to ptype(#67) by closetool · 5 years ago
- 1e5f9f9 Merge pull request #69 from hsluoyz/master by Yang Luo · 5 years ago
- 7fc6ef1 docs: switch CI to travis-ci.com by Yang Luo · 5 years ago
- af18dc6 Merge pull request #66 from RobotHuang/dev by Yang Luo · 5 years ago v3.0.6
- 5d78cf4 feat: implement UpdatePolicy() API by RobotHuang · 5 years ago
- 50cc140 Merge pull request #64 from Despire/column_size by Yang Luo · 5 years ago v3.0.5
- 8243c5f increase column size to 100 by Matúš Mrekaj · 5 years ago
- ace0e84 Merge pull request #62 from RobotHuang/dev by Yang Luo · 5 years ago
- 8175c08 fix: add NewFilteredAdapter by RobotHuang · 5 years ago
- aad1b8c update gorm to 1.20.7 (#59) by Pi Po · 5 years ago v3.0.4
- dcbefd9 add unique index (#54) by Zi Lin · 5 years ago
- ff32b46 Merge pull request #53 from 00LT00/master by Yang Luo · 5 years ago
- 172feca style: format code by 00LT00 · 5 years ago
- ff42705 Merge pull request #51 from miaolz123/master by Yang Luo · 5 years ago
- 34590b6 test: more adapter test cases by miaolz123 · 5 years ago
- a0a102d feat: use with-conditions session as db by miaolz123 · 5 years ago
- 085a5f5 style: format golang code by miaolz123 · 5 years ago
- 9cc32f0 add user define database (#43) by 00LT00 · 6 years ago v3.0.3
- 007a8c0 Disable sqlite in code & test. by Yang Luo · 6 years ago v3.0.2
- 81c2dc6 Utilize correct db error when the duplicate database is created (#39) by L1ghtman2k · 6 years ago v3.0.1
- ac27d59 Update README.md by Zixuan Liu · 6 years ago v3.0.0
- 57a0c40 Added support for gorm/v2 (#36) by L1ghtman2k · 6 years ago
- 9ebbe7e Merge pull request #33 from lucidhq/add-remove-policies by Yang Luo · 6 years ago v2.1.0
- 632079e remove explicit tx.Rollback calls as this happens automatically on error, pass tx to rawDelete by David Allen · 6 years ago
- cc74a79 Use Gorm Transaction with rollback on error for Add/Remove multiple policies by David Allen · 6 years ago
- 1699fd4 Add support for Casbin AddPolicies and RemovePolicies by David Allen · 6 years ago
- fbdb766 Merge pull request #31 from kuafou/bugfix/fix-readme-demo-error by Yang Luo · 6 years ago
- 3d29e84 fix: fix simple example error no handed by Qi Jia · 6 years ago
- 6248da3 Merge pull request #29 from snyh/master by Yang Luo · 6 years ago