xuhongfei

Results 6 comments of xuhongfei

setDomain and republishBonjour not work

似乎并不是这样的 我新增了两个属性 出现 DB Error: 1 "table xxx has no column named xxx" 执行的操作是 bg_saveOrUpdateArray

1、发现bg_saveOrUpdateArray是可以支持新增字段,自动刷新数据库 ![image](https://user-images.githubusercontent.com/3990919/46239578-d9d28f80-c3cc-11e8-9f30-796d8d5ea624.png) 2、可是在获取表格所有列名的地方有bug ![image](https://user-images.githubusercontent.com/3990919/46239610-30d86480-c3cd-11e8-9768-81ab0c9f7f44.png) 建表语句如下 ` CREATE TABLE SymbolInfo (BG_bg_id integer,BG_bg_createTime text,BG_bg_updateTime text,BG_optional integer,BG_coin text,BG_base text,BG_name text,BG_key text unique,primary key (BG_coin,BG_base)) ` 存在有primary key 根据"("和")"进行截取后 ` BG_bg_id integer,BG_bg_createTime text,BG_bg_updateTime text,BG_optional...

Same with you. Just waiting for null safety.

> My OSX version is 13.3.1(a). And I have the same issue. Does anyone have approach to resolve this? Thanks @Akanta21 . This worked for me: pip install urllib3==1.26.6