-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
Default javascript database strategy should be truncation #182
Comments
AFAICT the default is truncation: fe08386 |
Ah OK, you set it in the generator. That's probably clearer. I also set it here, you see: |
Yeah - let's remove that. You fix? |
This has been fixed |
betelgeuse
added a commit
to betelgeuse/cucumber-rails
that referenced
this issue
Jul 31, 2012
The code uses truncation as the default so that comment in the cucumber feature is wrong. For more information on the default strategy see for example cucumber#182.
Closing old issues. If they are still relevant, please reopen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #166
Right now the default is to use a shared connection, but since this isn't thread safe and causes hard-to-understand errors it's probably better to default to truncation instead. However, when I tried that, it made features fail. This ticket will remind us to change the defaults and fix the features.
The text was updated successfully, but these errors were encountered: