Jack Tang
Jack Tang
#134
@kymjs 不好意思,不是很理解,你指的id是?
@TwistedW 相关问题 #146 看来大家都遇到了这个问题。
脱离时间管理的理论,真正身体力行并坚持多年才是最难的。
Is it possible to add a locale option? So that we can choose a locale to decide which symbol(comma or dot) acts as thousand delimiter or fraction deliomiter. here's an...
by the way, this create view sql is from mysql binlog.
so are this kind of options in your roadmap?
is **binary** not supported as well? sql: ``` create table test( id varchar(20), name varchar(20), age datetime, job binary, PRIMARY KEY (id) ); ``` exception: ``` Exception in thread "main"...