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
Per @evansiroky's comment in #133, we might should be checking the database independently of the create/update result returned by JDBCTableWriter. We would use a SQL query to do this, but we do need to consider how to user a shared connection to ensure that the data is up to date following the executed statements.
Per @evansiroky's comment in #133, we might should be checking the database independently of the create/update result returned by JDBCTableWriter. We would use a SQL query to do this, but we do need to consider how to user a shared connection to ensure that the data is up to date following the executed statements.
gtfs-lib/src/test/java/com/conveyal/gtfs/loader/JDBCTableWriterTest.java
Lines 84 to 85 in 1a3de7d
The text was updated successfully, but these errors were encountered: