Skip Menu |

This queue is for tickets about the DBIx-DataModel CPAN distribution.

Report information
The Basics
Id: 123748
Status: resolved
Priority: 0/
Queue: DBIx-DataModel

People
Owner: Nobody in particular
Requestors: DAMI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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(...)