casbin / xorm-adapter

Xorm adapter for Casbin
https://github.com/casbin/casbin
Apache License 2.0
384 stars 58 forks source link

the func SavePolicy will drop table? #14

Closed wangwei123 closed 5 years ago

wangwei123 commented 5 years ago

https://github.com/casbin/xorm-adapter/blob/9b17d80119cb29c6d09806fbe3dc97fcbec3c01e/adapter.go#L226-L249

the func SavePolicy will drop table?

hsluoyz commented 5 years ago

Hi @wangwei123 , as you said in the code, it will drop the table.

If you don't think it's a good behavior, please explain it. Better with PR.

hsluoyz commented 5 years ago

Closed as stale.