Skip to content

Update documentation around custom formatters. #2310

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

Conversation

IrishAdo
Copy link

The example worked for me but since 99.9% of our existing project was using ? placeholders I tidied the Function example up to first check if the SQL statement used ? and then customised for that before checking if it should be named parameters. Also we have one SQL that seems to be using := assignment, I have added a condition for it to not effect that.

The example worked for me but since 99.9% of the existing project was using ? placeholders I tidied the Function example up to first check if the SQL statement used ? and then customised for that before checking if it should be named parameters.  Also we have one SQL that seems to be using := assignment, I have added a condition for it to not effect that.
@dougwilson
Copy link
Member

Thank you, but this is just an example made to be simple to understand. The idea is that users can write whatever they like for their use case and the example is simply to demonstrate how to use the API👍

@dougwilson dougwilson closed this Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants