Skip to content
#

cplusplus

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 5,218 public repositories matching this topic...

rippled
perspective
questdb
ideoma
ideoma commented Apr 15, 2021

Create

create table tt (dts timestamp, nts timestamp) timestamp(dts)

Insert

insert into tt 
select timestamp_sequence(1577836800000000L, 10L), timestamp_sequence(1577836800000000L, 10L) 
from long_sequence(2L)

Select

select 'nts', min(nts) from tt where nts > '2020-01-01T00:00:00.000000Z'

Expected
nts in the first column

Actual
timestamp

mhfreund
mhfreund commented Aug 25, 2017

The Editor is lagging slow and thus unusuable.
Sometimes even crashes occur.
The Problem may be here: (taken from the CEF log, Messages repeated all over again):

[0823/024737:ERROR:gles2_cmd_decoder.cc(4643)] Error: 5 for Command kPostSubBufferCHROMIUM
[0823/024737:ERROR:gpu_channel_manager.cc(222)] Exiting GPU process because some drivers cannot recover from problems.
[0823/024737:ER

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia