-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级CK驱动到clickhouse-go/v2 v2.2.0 #226
Conversation
解决Decimal精度丢失问题. 解决Nullable,时间为1970的问题。
功能测试不通过 ` */ /*!40101 SET NAMES utf8 */; /!40101 SET SQL_MODE=''/; /!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 /; USE /*Table structure for table DROP TABLE IF EXISTS CREATE TABLE /*Data for the table insert into /*!40101 SET SQL_MODE=@OLD_SQL_MODE /; ` |
解决Decimal精度丢失问题.
解决Nullable,时间为1970的问题。
#224