1. 54f75a8 feat: fix empty string values converted to NULL in PostgreSQL by Yang Luo · 4 months ago master v1.5.0
  2. 1dea951 feat: update go-pg to overcome SASL error (#50) by Sayak Mukhopadhyay · 2 years, 2 months ago v1.4.0
  3. 7094562 feat: update to Go 1.18 by Yang Luo · 2 years, 2 months ago v1.3.0
  4. d0a36ec docs: fix broken links (#48) by YunShu · 2 years, 6 months ago
  5. 88f1805 fix: fix broken links (#47) by YunShu · 2 years, 7 months ago v1.2.1
  6. 05fc180 docs: add explanations on how to use an existing database in README (#46) by Evgeniy Dammer · 3 years, 1 month ago
  7. 5c834b8 feat: upgrade casbin to latest and add error to LoadPolicyLine() (#44) by Bhautik · 3 years, 6 months ago v1.2.0
  8. f5f993b feat: specify dbname in NewAdapter() (#41) by Ter · 3 years, 8 months ago v1.1.0
  9. fc569f3 fix: ptype column name (#36) by Bingchang Chen · 4 years, 4 months ago v1.0.4
  10. 8d6c19e Merge pull request #34 from tangyang9464/master by Yang Luo · 4 years, 7 months ago v1.0.3
  11. 5128cf4 fix: update UpdateFilteredPolicies method and fix updatePolicies can't be called repeatedly by tangyang9464 · 4 years, 7 months ago
  12. f014a9d Merge pull request #32 from closetool/tablename by hsluoyz · 4 years, 10 months ago v1.0.2
  13. 20c47ef fix: change release account by closetool · 4 years, 10 months ago
  14. fba7b11 Merge pull request #31 from closetool/tablename by hsluoyz · 4 years, 10 months ago v1.0.1
  15. 7b7b71d fix: support pg v10 by closetool · 5 years ago
  16. 4c48282 Add back code-coverage badge. by hsluoyz · 5 years ago
  17. e226492 Merge pull request #27 from closetool/master by hsluoyz · 5 years ago v1.0.0
  18. e0ea472 fix: add github action and semantic release by closetool · 5 years ago
  19. 83dd5d7 Merge pull request #25 from closetool/master by hsluoyz · 5 years ago
  20. d872751 fix: add test for UpdateFilteredPolicies by closetool · 5 years ago
  21. bc94f89 feat: add updateFilteredPolicies by closetool · 5 years ago
  22. 91d507a Merge pull request #24 from closetool/master by hsluoyz · 5 years ago
  23. 4329087 fix: update action change all rows(#23) by closetool · 5 years ago
  24. 799c2bd Merge pull request #22 from closetool/master by hsluoyz · 5 years ago v0.1.8
  25. 624b734 feat: implemented UpdatePolicy by closetool · 5 years ago
  26. b8751c9 Merge pull request #19 from casbin/hsluoyz-patch-1 by Yang Luo · 5 years ago
  27. 9588941 Switch CI to travis-ci.com by Yang Luo · 5 years ago hsluoyz-patch-1
  28. b31339b Merge pull request #15 from orange-llajeanne/skipTableCreatePR by Yang Luo · 5 years ago v0.1.7
  29. 0fb125e add option to skip table creation at adapter startup by Loic Lajeanne · 5 years ago
  30. 7984420 Merge pull request #13 from PhilippSeitz/feature/add-newAdapterByDB-to-readme by Yang Luo · 6 years ago
  31. 841f1fd update readme by Philipp Seitz · 6 years ago
  32. 56c866f Use explicit transactions (#11) by Yevhen Radionov · 6 years ago v0.1.6
  33. d33f971 Merge pull request #8 from troyanov/feature/custom-table-name-support by Zixuan Liu · 6 years ago
  34. 2eea479 Add support for custom table name by anton troyanov · 6 years ago
  35. 7af908d Use model instead of handcrafted SQL query by anton troyanov · 6 years ago
  36. c36cbae Run go fmt by anton troyanov · 6 years ago
  37. d951292 Merge pull request #6 from DivyPatel9881/batch_op by Zixuan Liu · 6 years ago v0.1.5
  38. d7fa4f3 fix: formatting. by DivyPatel9881 · 6 years ago
  39. a9ba042 fix: Added go.mod changes. by DivyPatel9881 · 6 years ago
  40. f06a185 fix: Undo changes by DivyPatel9881 · 6 years ago
  41. 24f0ef8 fix: Added test. by DivyPatel9881 · 6 years ago
  42. cc188e5 fix: Added addPolicies and removePolicies function. by DivyPatel9881 · 6 years ago
  43. 13bf718 Merge pull request #3 from Dasio/master by Yang Luo · 6 years ago v0.1.4
  44. 5058cc5 Create table if not exists already by Dasio · 6 years ago
  45. 4b984d2 Merge pull request #2 from Dasio/master by Yang Luo · 6 years ago
  46. b176188 Do not test Go 1.12 any more, add test for tip. by Yang Luo · 6 years ago
  47. 91dd054 New construct method for creating adapter from existing DB connection by Dasio · 6 years ago
  48. 88e5592 Fix error can't bulk-insert empty slice []*pgadapter.CasbinRule by khoipham · 6 years ago v0.1.3
  49. 7223ed5 SavePolicy now drop all previous data by khoipham · 6 years ago v0.1.1
  50. 19ee627 Add code coverage by khoipham · 6 years ago v0.1.0
  51. ba514ad Added build status to README by khoipham · 6 years ago
  52. 3261f2b add travis yaml by khoipham · 6 years ago
  53. 38a2722 add documentation by khoipham · 6 years ago
  54. e91692c implement FilteredAdapter interface by khoipham · 6 years ago
  55. d413a3f Fix RemoveFilteredPolicy by khoipham · 6 years ago
  56. 5fa96e3 use go-pg v9 and casbin v2 by khoipham · 6 years ago
  57. 7fe62e4 Implement casbin adapter for go-pg/pg by nafisfaysal · 7 years ago
  58. 3f155b6 update .gitignore by nafisfaysal · 7 years ago
  59. a4183b9 Initial commit by Franco Valencia · 7 years ago