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

Add writesql+= syntax support for func_odbc.conf #44

Open
utrumo opened this issue Mar 14, 2020 · 0 comments
Open

Add writesql+= syntax support for func_odbc.conf #44

utrumo opened this issue Mar 14, 2020 · 0 comments

Comments

@utrumo
Copy link

utrumo commented Mar 14, 2020

When i check my extensions conf, i have got an error:
func_odbc.conf:6 E_CONF_KEY_INVALID: expected valid var/object or new context, got 'writesql+'
My func_odbc.conf:

[ADD]
prefix=REPORTS
synopsis=Get report values from VAL1 and add it to the reports table
dsn=int-dsn-asterisk
writesql=INSERT INTO pbx.call_reports (values_list)
writesql+=VALUES ('${SQL_ESC(${VAL1})}')
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