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

Schema version quoting issue? #13

Closed
rchekaluk opened this issue Jan 21, 2015 · 3 comments
Closed

Schema version quoting issue? #13

rchekaluk opened this issue Jan 21, 2015 · 3 comments

Comments

@rchekaluk
Copy link

This error from qbxml looks fishy:

invalid version '7.0' for schema qb, must be one of [\"2.0\", \"CA3.0\", \"3.0\", \"4.0\", \"4.1\", \"5.0\", \"6.0\", \"7.0\", \"8.0\", \"10.0\", \"11.0\", \"12.0\", \"13.0\"]
@JasonBarnabe
Copy link
Contributor

Are you specifying a number or a string?

@rchekaluk
Copy link
Author

This assignment from config/initializers/qbwc.rb is apparently sending a Float into qbxml:

c.min_version = 7.0

Changing it to a string works around and prevents this error, though it still seems that qbxml should be able to handle a Float.

@JasonBarnabe
Copy link
Contributor

Yeah, I agree.

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

2 participants