issues
search
yuweiguocn
/
GreenDaoUpgradeHelper
To solve database upgrade of greenDao and just need one line code
1.53k
stars
295
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
数据库升级OOM
#73
recosky
opened
5 months ago
0
更改数据库表字段名字,数据迁移之后,之前的数据,被更改的字段数据为null
#72
ILoveLin
closed
11 months ago
0
MigrationHelper.migrate编译失败
#71
matlam1989
opened
3 years ago
2
多线程迁移会失败
#70
songliao-branch
opened
3 years ago
0
关于反射在数据库升级中存在的一些问题
#69
ghost
opened
4 years ago
2
SqlCipher加密迁移不成功
#68
BingoKingCoding
opened
4 years ago
0
no such column: PLAY_LIST_INFO.TYPE
#67
vonions
opened
4 years ago
1
华为部分机型初始化的时候无法升级数据库
#66
kiss2sky
opened
5 years ago
0
升级过程中崩溃
#65
le-power
opened
5 years ago
1
mofified column data was lost when upgrade
#64
aloneSingingStar
closed
5 years ago
1
Unable to migrate tables that are keywords
#63
dmascord
closed
5 years ago
0
Two SQLite Exception happened.
#62
Tan-Tshunglee
opened
5 years ago
2
迁移过程中,是否支持修改表名但是保留数据呢?
#61
carl1990
closed
5 years ago
1
异常并未真正处理, 可能导致数据丢失
#60
thundertrick
opened
5 years ago
1
关于数据库升级,数据迁移与删除,数据表创建
#59
VeiZhang
closed
5 years ago
2
新增字段升级数据库, 数据全被清空了?
#58
LyKevin
closed
6 years ago
0
Update MigrationHelper for fix NOT NULL Column, See issue #56 for details.
#57
jefshi
closed
6 years ago
0
当新表存在字段约束为 NOT NULL,而旧表不存在该字段时,导致旧数据 restore 失败,进而导致数据被清除
#56
jefshi
closed
5 years ago
3
表增加字段后,在onUpgrade方法里需要写alter table语句增加字段么
#55
yahier
closed
6 years ago
2
降级
#54
wuxinxi
closed
6 years ago
0
as在3.1.2上,其gradle无法加载GreenDaoUpgradeHelper
#53
willBars
closed
6 years ago
0
ClassNotFoundException
#52
xiaolinziwang
opened
6 years ago
0
the overload method of migrate bug
#51
Wingge
closed
6 years ago
2
整个升级过程都是在主线程吗
#50
kanshenmekan
opened
6 years ago
1
添加boolean字段后升级,表被清空
#49
Jason0501
closed
6 years ago
2
升级可以修改字段类型吗?点击查看详情
#48
wanghc0
closed
6 years ago
1
Does it support sqlcipher database?
#47
isanwenyu
closed
6 years ago
1
Greendao3.2.2 升级数据库报错
#46
kaku2015
closed
6 years ago
1
v2.0.2有些表数据给清空了
#45
MirrorFlower
closed
6 years ago
3
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.Object java.lang.ref.WeakReference.get()'
#44
ace2014
closed
6 years ago
0
升级会把我原来的order表数据给删除
#43
zrq1060
closed
6 years ago
0
数据库升级:compile 'com.github.yuweiguocn:GreenDaoUpgradeHelper:v2.0.1'
#42
Iamrookie
closed
6 years ago
4
bigfix-MigrationHelper_no_progress_listener_migrate_override_method_p…
#41
imfms
closed
6 years ago
0
add proguard rule
#40
imfms
closed
6 years ago
0
如何新增一个新表
#39
1762588562
closed
6 years ago
0
android.database.sqlite.SQLiteDatabaseLockedException:
#38
jxllh123456
closed
6 years ago
0
当表中列名为FROM时发生错误的问题
#37
qsxs
closed
6 years ago
2
Update MigrationHelper
#36
behzadbx
closed
6 years ago
0
Failed to resolve:com.github.yuweiguocn:GreenDaoUpgradeHelper:V2.0.0
#35
fuyuguang
closed
6 years ago
1
UNIQUE constraint failed
#34
JohnsonZZZ
closed
7 years ago
4
修改数据库路径怎么实现
#33
douya40
opened
7 years ago
3
当升级数据库的时候,原先的表增加了字段之后升级就会报错。
#32
2449983723
closed
7 years ago
4
部分表出现重复数据
#31
rumengzhenxing
closed
7 years ago
1
GreenDao 3.0.1GreenDaoUpgradeHelper编译数据库时出现了hasKey没有生成问题
#30
dogbrother
closed
5 years ago
2
180行执行报错:【Failed to restore data from temp table 】MUSIC_TEMP android.database.sqlite.SQLiteConstraintException: UNIQUE constraint failed: MUSIC._id (code 1555)
#29
yuxingfafu
closed
6 years ago
4
新表增加字段报错
#28
RuijiePan
closed
7 years ago
0
怎么实现降级?
#27
SheepYang1993
closed
7 years ago
1
在使用加密数据库,升级时遇到的问题
#26
YinAndrew
closed
7 years ago
0
数据库字段和关键字一样的时候升级会报错
#25
nangonghuang
closed
6 years ago
0
修改MyDaoGenerator的表结构之后,怎么让他重新生成dao文件
#24
ysq1051838264
closed
7 years ago
1
Next