All timestamp methods now require time.Time instead of int64. Server compatibility is kept as is for now, but in the near future we'll start using timestamp suffices (see https://github.com/questdb/questdb/pull/3755).
This is a breaking change, so we'll need a new major release.
All timestamp methods now require
time.Time
instead ofint64
. Server compatibility is kept as is for now, but in the near future we'll start using timestamp suffices (see https://github.com/questdb/questdb/pull/3755).This is a breaking change, so we'll need a new major release.