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

ability to load GTFS that contain entries longer than 1024 characters #229

Open
wkulesza opened this issue Feb 23, 2021 · 1 comment
Open
Assignees

Comments

@wkulesza
Copy link

Expected functionality
Ability to load a GTFS that has entries longer than 1024 characters

Describe the bug
When one is trying to load a GTFS that contains an entry with more than 1024 characters (for example a route_desc in routes.txt) TC will start, but will not show any schedule data.

To Reproduce
Try using any GTFS that contains a route_desc with more than 1024 characters.

Screenshots

@scrudden scrudden self-assigned this Feb 23, 2021
@scrudden scrudden added the bug label Feb 23, 2021
@scrudden
Copy link
Member

If we remove the length from the annotation it will allow any length.

@Column(length=1024)
private final String description;

@scrudden scrudden added the wip label Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants