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

Placeholders / bind parameters should support number variables #587

Closed
TParizek opened this issue Jun 2, 2021 · 1 comment · Fixed by #588
Closed

Placeholders / bind parameters should support number variables #587

TParizek opened this issue Jun 2, 2021 · 1 comment · Fixed by #588
Labels

Comments

@TParizek
Copy link
Contributor

TParizek commented Jun 2, 2021

Expected Behavior

Placeholders / bind parameters should both number and string variables.

Actual Behavior

Placeholders / bind parameters support only string variables

Steps/Code to Reproduce the Problem

influx.query(
  'select * from response_times where host = $host and time > $from', 
  { 
    placeholders: { host: 'example', from: 1609459200000000000 } 
  }
);

Specifications

  • Version: 5.9.1
  • Platform: macOS
@github-actions
Copy link

github-actions bot commented Jun 2, 2021

🎉 This issue has been resolved in version 5.9.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant