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

ruby driver accepts methods that don't exist #730

Closed
wmrowan opened this issue Apr 27, 2013 · 2 comments
Closed

ruby driver accepts methods that don't exist #730

wmrowan opened this issue Apr 27, 2013 · 2 comments
Assignees
Milestone

Comments

@wmrowan
Copy link
Contributor

wmrowan commented Apr 27, 2013

db.table_Create('abc', {:hard_durability => false}) exhibits weird behavior because the driver accepts the mis-capitalized method name as valid but can't find the optional argument specification that exists under the name table_create.

@ghost ghost assigned mlucy Apr 27, 2013
@mlucy
Copy link
Member

mlucy commented May 1, 2013

This is in review 474 by @AtnNn .

@mlucy
Copy link
Member

mlucy commented May 2, 2013

Fixed.

@mlucy mlucy closed this as completed May 2, 2013
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