Feature #204
Refactor drop code for pool objects
Status: | Closed | Start date: | 03/11/2010 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Core & System | |||
Target version: | Release 2.0 | |||
Resolution: | Pull request: |
Description
The goal is to have the drop functionality of pools and pool objects in their base classes.
A new method will be created in Poolint Pool::drop(PoolObjectSQL * object)
And the ObjectSQL methodvirtual int drop(SqliteDB * db) = 0;
will be implemented in PoolObject, so child classes will only have to add specific code.
Associated revisions
feature #204: Drop method now in the base class PoolSQL
parsing values to integer (#204)
parsing values to integer (#204)
(cherry picked from commit d697ec5a9b47fed282a418756494c7dc8a291f18)
parsing values to integer (#204)
(cherry picked from commit d697ec5a9b47fed282a418756494c7dc8a291f18)
History
#1 Updated by Ruben S. Montero over 11 years ago
- Target version set to Release 2.0
#2 Updated by Ruben S. Montero about 11 years ago
- Status changed from New to Closed