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
.. note:: adding the `is_geospatial` cmdline flag, when paired with a spatial-database ala PostGIS (e.g., is_spatial is meaningless with sqlite), will take longer to load...but will create geometry columns for both rendering and calculating nearest distances, etc...
TODO 11-1-2023 - exceptions thrown by executing this delete indicate that the ORM might be in a very funky state ... shows that former agency data is in ORM
108
+
109
+
2023-10-30 12:21:23,341 - gtfsdb.model.calendar (line 109) - WARNING - (psycopg2.errors.UndefinedTable) invalid reference to FROM-clause entry for table "universal_calendar"
110
+
LINE 1: DELETE FROM cat.universal_calendar WHERE canby.universal_cal...
111
+
HINT: There is an entry for table "universal_calendar", but it cannot be referenced from this part of the query.
112
+
[SQL: DELETE FROM cat.universal_calendar WHERE canby.universal_calendar.date = %(date_1)s AND canby.universal_calendar.service_id = %(service_id_1)s]
0 commit comments