- a3ad54e feat: update repo path by Yang Luo · 6 days ago master v3.6.0
- 619f059 feat: support Casbin v3 by Yang Luo · 8 days ago
- ca10118 feat: fix duplicated index creation bug in PostgreSQL (#68) by yxrxy · 9 months ago v3.5.0
- 634e6df feat: pass context down to xorm (#65) by 沐 · 2 years, 1 month ago v3.4.0
- a5eaefe feat: replace xorm-adapter/v2 with xorm-adapter/v3 in README (#63) by 沐 · 2 years, 1 month ago v3.3.0
- 09000e0 docs: Update README.md by Eric Luo · 2 years, 1 month ago
- fead645 fix: upgrade CI Go version to 1.19 by Yang Luo · 2 years, 1 month ago v3.2.1
- 1089d55 feat: Contextadapter (#59) by 鱼竿钓鱼干 · 2 years, 8 months ago v3.2.0
- 047522b feat: fix bug in Postgres dialect where if a table already exists then it would give error (Invalid query) (#58) by Vishal Bihani · 2 years, 9 months ago v3.1.0
- 2bfc453 fix: fix broken links (#57) by YunShu · 2 years, 9 months ago v3.0.2
- c1890c6 fix: update major version in go module path (#55) by WangGuan · 3 years, 7 months ago v3.0.1
- 84f074b fix!: Rename `p-type` column to `ptype` & PType to Ptype (#54) by Ter · 3 years, 9 months ago v3.0.0
- 7a90dd8 docs: upgrade installation instruction to v2 version (#52) by Ter · 3 years, 9 months ago
- efcd2bf docs: fix postgres sample code (#50) by abawchen · 3 years, 10 months ago
- eadfe04 fix: remove underscore (#48) by Bingchang Chen · 4 years, 3 months ago v2.5.1
- a77f892 feat: table prefix (#47) by Bingchang Chen · 4 years, 3 months ago v2.5.0
- 2ea99d3 Merge pull request #45 from tangyang9464/master by Yang Luo · 4 years, 8 months ago v2.4.0
- 5678dab feat: add UpdateFilteredPolicies method by tangyang9464 · 4 years, 8 months ago
- 6fc8c43 Merge pull request #43 from closetool/master by hsluoyz · 5 years ago v2.3.2
- 7f5ee00 fix: add github action by closetool · 5 years ago
- 01aca29 Merge pull request #41 from tson1111/master by hsluoyz · 5 years ago v2.3.1
- 1a94910 fix: add empty policy check in SavePolicy function. by Cong Ding · 5 years ago
- 66091b9 Merge pull request #39 from closetool/master by hsluoyz · 5 years ago v2.3.0
- d2952a5 fix: missing method UpdatePolicies(#38) by closetool · 5 years ago
- 03d3f2c Merge pull request #37 from closetool/master by hsluoyz · 5 years ago v2.2.0
- 87b7d8c feat: add UpdatePolicy(#36) by closetool · 5 years ago
- 5c98582 Merge pull request #35 from dawndiy/fix_tableName by Yang Luo · 6 years ago v2.1.0
- 3abf9b3 repair broken go.mod go.sum by dawndiy · 6 years ago
- 86c1750 fix custom tablename while query list by dawndiy · 6 years ago
- f4aab12 Merge pull request #34 from Blank-Xu/master by Yang Luo · 6 years ago
- e3cef73 improve filterQuery func and format codes. by Blank · 6 years ago
- 57e2773 add RemovePolicies and AddPolicies (#32) by Pin Dude · 6 years ago
- 283549e ci: update travis (#33) by Zixuan Liu · 6 years ago
- 0ca20dc Add custom tablename support (#30) by CyJaySong · 6 years ago
- 0bb458f Merge pull request #31 from dovics/loadFilteredPolicy by Yang Luo · 6 years ago
- 299dcec feat: add LoadFilteredPolicy by dovics · 6 years ago
- 695d84d Merge pull request #29 from dovics/master by Yang Luo · 6 years ago
- 51c7996 fix: change the way of loadPolicyLine by dovics · 6 years ago
- 79a2aa5 Merge pull request #24 from mrchar/master by Yang Luo · 6 years ago v2.0.1
- c8c2b2c fix issues#22 by char · 6 years ago
- 2674782 Merge pull request #20 from mousedownmike/feature/xorm_project_moved by Yang Luo · 6 years ago v2.0.0
- 1fbe0b2 Update to point to new xorm project location https://gitea.com/xorm by Mike Dalrymple · 6 years ago
- f11f9b2 Merge pull request #19 from luochuanyuewu/master by Yang Luo · 7 years ago
- 6291f6b fix import path for xorm, due to the fact that xorm is on longer avaliable on github soon. by luochuanyuewu · 7 years ago
- 0629743 Fix typo. by Yang Luo · 7 years ago
- af09ce6 Add postgresql service to Travis CI. by Yang Luo · 7 years ago
- 072487b Update README to Casbin 2.x by Yang Luo · 7 years ago
- 8905dad Merge pull request #16 from ctxnop/master by Yang Luo · 7 years ago
- ebef685 Updated to casbin v2 and use strings.Builder by Loïc Collignon · 7 years ago
- a317737 Merge pull request #15 from Blank-Xu/improve by Yang Luo · 7 years ago
- d9bce66 Improve Efficiency by Blank · 7 years ago
- bb17998 Use error instead of panic. by Yang Luo · 7 years ago
- 48bf9c3 Update to Casbin 2.x by Yang Luo · 7 years ago
- 9b17d80 Merge pull request #13 from ch3lo/master by Yang Luo · 7 years ago v1.0.0
- 8e63783 Merge pull request #12 from OGKevin/patch-1 by Yang Luo · 7 years ago
- 52185c5 Fix sqlite3 compatibility. by Kevin Hellemun · 7 years ago
- fa6c6f8 Added NewAdapterByEngine by Marcelo Salazar · 7 years ago
- e40cbd1 Handle PostgreSQL duplicated db error better, fix: https://github.com/casbin/xorm-adapter/issues/8 by Yang Luo · 7 years ago
- 6d86407 Add t.Helper() to test. by Yang Luo · 8 years ago
- 6d28ef8 Add SQL index to gain speed. by Yang Luo · 9 years ago
- 31e0574 Simplify the code. by Yang Luo · 9 years ago
- f6d928f Rename the table name from "line" to "casbin_rule". by Yang Luo · 9 years ago
- 6d58ad0 Add dbSpecified to NewAdapter(). by Yang Luo · 9 years ago
- 4da985c Fix a typo. by Yang Luo · 9 years ago
- 9bc5b4e Add comments to auto-save functions. by Yang Luo · 9 years ago
- 9b26d57 Rename testAdapter() to testSaveLoad(). by Yang Luo · 9 years ago
- ae3806f Add TestAutoSaves(). by Yang Luo · 9 years ago
- 479942d Merge TestMySQLAdapter(), TestPostgresAdapter() into TestAdapters(). by Yang Luo · 9 years ago
- 63073f9 Merge initMySQLPolicy(), initPostgresPolicy() into initPolicy(). by Yang Luo · 9 years ago
- 5571f85 Implement RemoveFilteredPolicy() in the new token way. by Yang Luo · 9 years ago
- f54d943 Rename V1-V6 to V0-V5. by Yang Luo · 9 years ago
- 8aff01e Implement AddPolicy() and RemovePolicy() in the new token way. by Yang Luo · 9 years ago
- eb61370 Refactor out savePolicyLine(). by Yang Luo · 9 years ago
- f4e850f Store the rule in tokens. by Yang Luo · 9 years ago
- 9818914 Replace loadPolicyLine() with persist.LoadPolicyLine(). by Yang Luo · 9 years ago
- 1080fab Describe supported databases in README. by Yang Luo · 9 years ago
- 08a6e7a Implement the RemovePolicy() function. by Yang Luo · 9 years ago
- ea89020 Refactor out initMySQLPolicy() and initPostgresPolicy(). by Yang Luo · 9 years ago
- 26b6191 Implement the AddPolicy() function. by Yang Luo · 9 years ago
- 67b597e Rename Rule struct to Line. by Yang Luo · 9 years ago
- 3479819 Rename the policy parameter to rule. by Yang Luo · 9 years ago
- 0c7a2d3 Use finalizer to close the DB. Do not open/close the DB for multiple times. by Yang Luo · 9 years ago
- ac9a9de Provide empty implementation for three optional methods. by Yang Luo · 9 years ago
- 8bae039 Fix a typo in README. by Yang Luo · 9 years ago
- 2a76004 Merge pull request #1 from sadayuki-matsuno/use_postgres_backend by Yang Luo · 9 years ago
- 8f023c8 use postgres backend by Sadayuki Matsuno · 9 years ago
- b268c2e Add Travis CI and coverage. by Yang Luo · 9 years ago
- 77e8205 Add README. by Yang Luo · 9 years ago
- bb02061 Add the code. by Yang Luo · 9 years ago
- b84420d Ignore IDEA files. by Yang Luo · 9 years ago
- d966731 Initial commit by Yang Luo · 9 years ago