Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于反射在数据库升级中存在的一些问题 #69

Open
ghost opened this issue Aug 26, 2020 · 2 comments
Open

关于反射在数据库升级中存在的一些问题 #69

ghost opened this issue Aug 26, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 26, 2020

#51
关于重载回调与反射再数据库升级中存在的一些问题,已在评论中指出,怕作者看不到,故重提一下

@yuweiguocn
Copy link
Owner

欢迎你提pr哈

@songliao-branch
Copy link

songliao-branch commented Dec 29, 2020

我看反射里调用的createTable, dropTable都已经加入混淆处理了,怎么会有问题呢?@temption

-keepclassmembers class * extends org.greenrobot.greendao.AbstractDao {
    public static void dropTable(org.greenrobot.greendao.database.Database, boolean);
    public static void createTable(org.greenrobot.greendao.database.Database, boolean);
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants