Custom Query (13 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 13)

1 2 3 4 5
Ticket Resolution Summary Owner Reporter
#58 duplicate Start using "RETURNING" for DB IDs of things just added Kris Deugau
Description

Currently several bits do "INSERT blah blah blah", then "SELECT currval(sequence)" to retrieve the ID of the thing just inserted for further work.

These constructs should be switched to "INSERT blah blah blah RETURNING idfield" instead, where supported by DBI.

#29 invalid test ticket Kris Deugau Kris Deugau
Description

testing email

#3 fixed HTML output cleanup Kris Deugau
Description

Convert all HTML output to HTML 4.01 strict (or closest relative) and HTML::Template

1 2 3 4 5
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.