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

Added support for log files that are longer than 2gb #192

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

will3216
Copy link

Currently, log files that are longer than 2gb throw an error when the length is attempted to be saved into the source table. This forces the data to be stored as a limit 8 integer instead of a limit 4 integer.

I couldn't get the specs working before I made any changes, but I am seeing the same failures after making the changes. These were ran using ruby 2.2.2 and I believe AR 5.0.0

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

Successfully merging this pull request may close these issues.

None yet

1 participant