Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RD-10855 RDMBS readers duplicate columns that have the same name #420
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
base: main
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
RD-10855 RDMBS readers duplicate columns that have the same name #420
Changes from all commits
c674463
a7c6de0
e27084a
20d727e
6e5c6b4
4241ea9
643a9b0
2bd1a5c
bc01b32
c9d2ed7
d7fa390
31f9b21
e4ffc60
eeae1dc
8c1de92
f05da94
f5f3ae4
2f1e8ce
59f6f69
1828ff9
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check failure on line 95 in snapi-client/src/test/scala/raw/compiler/rql2/tests/truffle/regressions/RD10855Test.scala
RD10855Test.PostgreSQL.InferAndQuery( "rawtest", """SELECT t1.a, t2.a, t1.b, t2.x as b FROM rdbmstest.tbl1 t1, rdbmstest.tbl1 t2 WHERE t1.a = t2.a """, host = "test-psql.raw-labs.com", username = "rawtest", password = "f55ba92415" )
Raw output
Check failure on line 112 in snapi-client/src/test/scala/raw/compiler/rql2/tests/truffle/regressions/RD10855Test.scala
RD10855Test.PostgreSQL.InferAndQuery( "rawtest", "SELECT * FROM rdbmstest.test_types", host = "test-psql.raw-labs.com", username = "rawtest", password = "f55ba92415" )
Raw output
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.