You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select"schema1"."table1"."id"as"id"from"schema1"."table1"where exists (
select*from"schema2"."table2"as"subquery0$schema2.table2"where"subquery0$schema2"."table2"."table1_id"="schema1"."table1"."id"-- ^ this dot is wrong
)
Issue type:
[ ] Question
[x] Bug report
[ ] Feature request
[ ] Documentation issue
Database system/driver:
[x] Postgres
[ ] MSSQL
[ ] MySQL
[ ] MariaDB
[ ] SQLite3
[ ] Oracle
[ ] Amazon Redshift
typed-knex version:
4.13.1
Knex.js version:
0.19.5
Steps to reproduce or a small repository showing the problem:
output:
expected
or maybe remove dots from alias?
The text was updated successfully, but these errors were encountered: