Feature #204

Refactor drop code for pool objects

Added by Carlos Martín over 11 years ago. Updated about 11 years ago.

Status:ClosedStart date:03/11/2010
Priority:NormalDue 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 Pool
int Pool::drop(PoolObjectSQL * object)

And the ObjectSQL method
virtual int drop(SqliteDB * db) = 0;
will be implemented in PoolObject, so child classes will only have to add specific code.

Associated revisions

Revision 36d27746
Added by Carlos Martín over 11 years ago

feature #204: Drop method now in the base class PoolSQL

Revision d697ec5a
Added by Juan Jose Montiel Cano over 4 years ago

parsing values to integer (#204)

Revision 1fdf5127
Added by Juan Jose Montiel Cano over 4 years ago

parsing values to integer (#204)

(cherry picked from commit d697ec5a9b47fed282a418756494c7dc8a291f18)

Revision 0f4afee0
Added by Juan Jose Montiel Cano over 4 years ago

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

Also available in: Atom PDF