Edgewall Software

Changes between Version 45 and Version 46 of TracMultipleProjects/ComprehensiveSolution


Ignore:
Timestamp:
Jul 8, 2007, 5:16:55 AM (17 years ago)
Author:
Dave Abrahams <dave@…>
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracMultipleProjects/ComprehensiveSolution

    v45 v46  
    9999 * '''Line 10''': Notice that the `WHERE` condition has been string-ized.  Single quotes are embedded in strings by doubling them.  If there's no `WHERE` condition, just pass `'1=1'`.
    100100
     101== What Next? ==
     102
     103As I mention above, this page is a work-in-progress.  At the bottom of the page I've attached some (rough) scripts that I used to migrate my SQLite DBs to PostgreSQL.  Getting this whole thing set up still takes some doing and there's no slick GUI that takes care of it for you.
     104
     105From the point of view of users, the solution works really well.  However, there's a long way to go before this really works smoothly from the point-of-view of the Trac administrator.  In particular, !TracForge's admin interface still has ''lots'' of rough edges.  So please be patient.
     106
     107------
     108
    101109== Why Some Other Approaches Don't Quite Work (Yet) ==
    102110
     
    139147   - ''Yes, I know.  As I said, "work in progress," which I hope to have finished in the next few days.  I'm actually combining stuff from !TracForge, various other plugins from TracHacks, stuff from TracMultipleProjects/MultipleEnvironmentsSingleDatabase, and some of my own code.  The approach for supporting cross-project queries is entirely different from what !TracForge does, so characterizing it as "based on !TracForge" won't really tell people what it is.'' [[br]]-- dave 06/28/2007 04:45:59 PM
    140148   - ''If you can tell me more than 3 persons who could understand how tracforge did solve "cross project queries" i pay you a beer,  and based on tracforge is confusing as you solved it differently. otherwise "based on tracforge" is not confusing as anyway nobody knew it, or tracforge did not solve it, and you just extended it to make it a workable solution ...'' [[br]] --ThurnerRupert 06/29/2007 05:14:04 PM
     149
     150----