in reply to Re^2: Maybe database tables aren't such great "objects," after all ...
in thread Maybe database tables aren't such great "objects," after all ...
How do you maintain transactional integrity in a situation where Perl objects reference multiple tables and different Perl objects might have overlapping table references? It seems to me that sometimes, you want to make sure that a number of Objects being updated result in the database tables being updated atomically and not understanding the impact on the underlying tables might lead one to believe this is being done when it's not. Conversely, you might only want to operate on a single object and have that update the table without waiting on operations on associated objects.
Forgive me if I'm speaking from ignorance of the tools.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Maybe database tables aren't such great "objects," after all ...
by ELISHEVA (Prior) on Mar 28, 2011 at 03:22 UTC | |
Re^4: Maybe database tables aren't such great "objects," after all ...
by JavaFan (Canon) on Mar 28, 2011 at 12:45 UTC | |
Re^4: Maybe database tables aren't such great "objects," after all ...
by DStaal (Chaplain) on Mar 28, 2011 at 12:50 UTC | |
by jordanh (Chaplain) on Mar 28, 2011 at 17:16 UTC | |
by DStaal (Chaplain) on Mar 28, 2011 at 19:11 UTC |