go-clickhouse icon indicating copy to clipboard operation
go-clickhouse copied to clipboard

Add time type arg support

Open pahanini opened this issue 7 years ago • 4 comments

Now arg of type time in query function args will be replaced with ''

eg clickhouse.NewQuery("Select * From event Where time > ?", time.Now()) will fail

pahanini avatar Mar 30 '17 09:03 pahanini