Changes between Version 27 and Version 28 of Version1.1Features
- Timestamp:
- Sep 19, 2008, 5:46:21 AM (16 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 }}}