Edgewall Software

Changes between Version 1 and Version 2 of DatabaseBackend


Ignore:
Timestamp:
Nov 24, 2004, 8:04:17 PM (19 years ago)
Author:
Brad Anderson <brad@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseBackend

    v1 v2  
    1212though this branch is not so active this days...
    1313
     14=== SQLObject ===
     15I think some people have been talking about using [http://sqlobject.org SQLObject] to accomplish this goal of database independence. 
     16
     17=== Data Model Changes ===
     18If SQLObject works well, this proposal may not be necessary, but I would like some feedback (brad at dsource dot org) on the following proposal:  [http://trac.dsource.org/projects/test/wiki/TracTicketDataModelChanges TracTicketDataModelChanges]
     19
     20I like its elegance in handling custom fields, allowing multiple ticket attributes per ticket (i.e. this is a problem in 0.7.1, 0.8, and 0.9, so ticket gets multiple versions marked on it), and I imagine it results in reduced code overall for the app, because of the use of metadata. 
     21