Jeff Wong

Results 1 issues of Jeff Wong

**jaguar_sqljocky 2.4.1** MySqlManager构造函数未初始化成员变量timeZone ``` MySqlManager( this.databaseName, { this.host: 'localhost', this.port: 5432, this.username: 'root', this.password, this.useSsl: false, this.timeoutInSeconds: 30, }); ``` 会产生异常: ``` Error: Final field 'timeZone' is not initialized. Try...