Changes between Version 27 and Version 28 of Version1.1Features
- Timestamp:
- 09/19/08 10:46:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.1Features
v27 v28 44 44 * create a list of tickets in trac db that have a high interested people count (as if something is important to many, it should be considered): 45 45 {{{ 46 select summary from ticket where length(cc) > 100;46 select summary from ticket where length(cc) > 50; 47 47 }}}