Skip to content
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

QueryMeta does not apply to queries #493

Open
mev42 opened this issue Sep 6, 2024 · 0 comments
Open

QueryMeta does not apply to queries #493

mev42 opened this issue Sep 6, 2024 · 0 comments

Comments

@mev42
Copy link

mev42 commented Sep 6, 2024

Version: 4.8.4
Module: quill-jdbc-zio
Database: postgresql

Expected behavior

SELECT x3.name::text FROM User x3 WHERE x3.id > 1 AND x3.id < 10
SELECT user.name::text AS _1, order.id, order.userId FROM Order order, User user WHERE order.userId = user.id

Actual behavior

QueryMeta Does not apply to queries
SELECT x3.name FROM User x3 WHERE x3.id > 1 AND x3.id < 10
SELECT user.name AS _1, order.id, order.userId FROM Order order, User user WHERE order.userId = user.id

Steps to reproduce the behavior

scastie

@getquill/maintainers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant