Actions
action #1280
closedImprove database and database access
Description
sqlite is showing some locking problems. Migrating to a more powerful database engine could be necessary. On the other hand, adopting some ORM (like DBIx::Class or Rose::DB::Object) could help to improve the code and the database independence.
Updated by aplanas almost 11 years ago
General overview:
Create tests to evaluate the functionality of Scheduler.pm
Move every tested function to ORM one by one and test
Updated by aplanas almost 11 years ago
Done with the tests. The coverage is OK to start the migration
Updated by aplanas almost 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Actions