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

place holder support #43

Merged
merged 2 commits into from
Jul 30, 2021
Merged

Conversation

sockstack
Copy link
Contributor

${value} like value place holder support.

eg:

select 
    sum(quota_value) value,
    busi_col2 as sh,
    ${a} as a,
    year(now()) as year
from 
    quota_summary
where 
    table_ename = 'gshmyyszje'
    and cd = (select id from t1 where a = ${t1})

${value} like value place holder support.
@dbetter-endor
Copy link

I would also love to see this gets pushed in.

@albin3
Copy link
Member

albin3 commented Jul 30, 2021

#15 #47

@albin3 albin3 merged commit f2524a0 into JavaScriptor:master Jul 30, 2021
@sockstack sockstack deleted the add-place-holder-support branch November 8, 2021 12:23
@ahmedragab96
Copy link

Was this change part of the latest version ? I don't think it's working

@albin3
Copy link
Member

albin3 commented Oct 14, 2022

@ahmedragab96 not yet

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

Successfully merging this pull request may close these issues.

None yet

4 participants