Subject: | ConnectedSource hardcodes the call to update(); subclasses cannot override the update() method |
If a Source::Table subclass has overridden the update() method, that override is not called if we are coming from a ConnectedSource, as for example in $schema->table($table_name)->update(...)