Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (598 - 600 of 2152)

Ticket Resolution Summary Owner Reporter
#242 fixed Miscellaneous tidying up (v0.11) pudo rgrp

Reported by rgrp, 4 years ago.

Description

Dumping ground for various minor and miscellaneous items (mainly refactorings):rgrp

  • controllers/tag.py: why does this not use lib/search.py (but controllers/packages.py search method does)?

done:

  • lib/search.py: inheritance would be nicer than switching on entity in search (i.e. have SearchPackage?, SearchTag? etc)
#245 duplicate Support for composite primary keys rgrp rgrp

Reported by rgrp, 4 years ago.

Description

Problem here is that foreign key then becomes "complicated" (composite).

  • Could also deprecate continuity_id field in favour of the basic foreign key on ie
#246 duplicate Support for primary key not named id rgrp rgrp

Reported by rgrp, 4 years ago.

Description

At the moment setting of continuity_id depends on base table pkcol being id. Should not be hard to change this -- and may get for free as part of ticket:245 (composite primary keys)

Note: See TracQuery for help on using queries.