xuhongfei
xuhongfei
setDomain and republishBonjour not work
似乎并不是这样的 我新增了两个属性 出现 DB Error: 1 "table xxx has no column named xxx" 执行的操作是 bg_saveOrUpdateArray
1、发现bg_saveOrUpdateArray是可以支持新增字段,自动刷新数据库  2、可是在获取表格所有列名的地方有bug  建表语句如下 ` 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?
> 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