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