Edgewall Software

Changes between Version 6 and Version 7 of TracSprint


Ignore:
Timestamp:
Mar 8, 2008, 5:52:06 PM (16 years ago)
Author:
john.m.camara
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSprint

    v6 v7  
    5555I also wonder whether it would be better to move to Elixir now instead of plain SQLAlchemy. Makes the models much cleaner, IMHO. -- djc
    5656
     57IMO it would be better to stick to straight SQLAlchemy rather than use Elixir.  You never know when some other declarative layer built over SQLAlchemy comes around and replaces Elixer as the de-facto standard.  Also, I don't believe using straight SQLAlchemy is going to add that much of a coding burden over Elixer and it has the added benefit of scaling better. - Camara