The Wayback Machine - https://web.archive.org/web/20210518121003/https://github.com/topics/cplusplus
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,267 public repositories matching this topic...

rippled
perspective
questdb
ideoma
ideoma commented May 5, 2021

Describe the bug
When joining to tables on the same column name SQL error happens

To Reproduce

create table l as
( select x from long_sequence(100) )

create table r as
( select x + 50 from long_sequence(100) )

select x
from l join r on l.x = r.x

and got back
Invalid column: r.x

Expected behavior
Tables should be joined, no SQL syntax error

**Enviro

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