longrbl

Results 3 issues of longrbl

How to ensure that Snowflake does not have the same ID generated after the system synchronizes time (time rollback), or when the ID is duplicated

**下面是代码** ``` db := public.OpenMysql() var datat = make(map[string]interface{}) err := db.Raw("SELECT n.appstore,n.apkurl,n.versionnumber,n.serialnumber,n.isforce,n.hasupdate,n.isignorable,(SELECT content FROM zt_app_edition_updatelog WHERE appid=n.id AND `language`=1 ) AS updatelog FROM zt_app_edition AS n WHERE n.isdelete=0 ORDER...

type:missing reproduction steps
status:stale

希望增加 json和sql转换到结构体时,自动进行内存对齐操作