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

Cannot pass function call to INSERT queries #112

Closed
FloatingMaster opened this issue Mar 18, 2019 · 1 comment
Closed

Cannot pass function call to INSERT queries #112

FloatingMaster opened this issue Mar 18, 2019 · 1 comment
Labels

Comments

@FloatingMaster
Copy link

You can't simply pass function call (like IPv4StringToNum) to Client->insert because StrictQuoteLine escapes any string values. Workaround is to use class with __toString method() or write complete query to Client->write.

Maybe you could provide some api to leave fileds unescaping or allow to use custom formatters?

@isublimity
Copy link
Contributor

Try build 1.3.2
See #106

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

2 participants