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

設定ファイル内で "$var" をエスケープする方法が欲しい #5

Open
aamine opened this issue May 29, 2015 · 0 comments
Labels

Comments

@aamine
Copy link
Member

aamine commented May 29, 2015

.jobファイルにSQLコード片を書くとき、変数を使いたい場合がある。
しかし.jobファイル自体が変数展開されるので、
SQL変数が.jobファイルとして展開されてしまうとハマる。

例 (search_log-add.job)

-- テーブル変数search_log_wkを参照したい。
delete-cond: "log_time >= (select min(log_time) from \\$search_log_wk)"

YAMLもエスケープを解釈してしまうのでややこしい

@aamine aamine added the WIP label Oct 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant