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

Doesn't support aliases nor JOINs #1

Open
yoni-yad2 opened this issue Apr 3, 2024 · 1 comment
Open

Doesn't support aliases nor JOINs #1

yoni-yad2 opened this issue Apr 3, 2024 · 1 comment

Comments

@yoni-yad2
Copy link

yoni-yad2 commented Apr 3, 2024

SELECT cp.*
FROM
  cp LEFT JOIN c 
  ON cp.cC = c.cC

Gives:

SELECT a,* FROM A;

@morenoh149
Copy link
Owner

morenoh149 commented May 21, 2024

Thanks for the write up! yes this project doesn't support that. Could you write up exactly what you would expect from the obfuscator? A PR would be welcome!

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

No branches or pull requests

2 participants