-
Notifications
You must be signed in to change notification settings - Fork 35
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
$formatDatabaseJson doesn't work for a newer versions of this library #17
Comments
Thanks for reporting this. I'll check out what is going on. |
koskimas
added a commit
that referenced
this issue
Aug 14, 2017
Could you put this in your package.json
and test if it fixed you bug? |
@koskimas Thanks! I'll try it |
@koskimas it works! |
Great! I'll write couple of test cases to prevent this from happening again and I'll publish a patch after that. |
Fixed in v0.2.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I'm trying to upgrade from version 0.1.2. I use snake_case for db objects naming and camelCase for my ORM models. I use the following code to parse from one format to another:
My queries used to work for version 0.1.2, but now they fail and I think the reason is wrong parsing behavior as I've got wrong queries in my log:
The text was updated successfully, but these errors were encountered: