You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
landonreed
changed the title
Prohibit writing invalid short_values to GTFS db with JdbcTableUpdater
Prohibit writing invalid short_values to GTFS db with JdbcTableWriter
Aug 16, 2021
Some recent test code written by @binh-dam-ibigroup in #312 revealed that any value can be written to a GTFS record using JdbcTableWriter:
gtfs-lib/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
Lines 495 to 499 in a45e6f9
This should be prohibited and the tests updated.
The text was updated successfully, but these errors were encountered: