bug_tracker::map_patch_to_bug (public)

 bug_tracker::map_patch_to_bug -patch_id patch_id -bug_id bug_id

Defined in packages/bug-tracker/tcl/bug-tracker-procs.tcl

Switches:
-patch_id (required)
-bug_id (required)

Testcases:
No testcase defined.
Source code:
    db_dml map_patch_to_bug {}
Generic XQL file:
<fullquery name="bug_tracker::map_patch_to_bug.map_patch_to_bug">
    <querytext>
      
        insert into bt_patch_bug_map (patch_id, bug_id) values (:patch_id, :bug_id)
    
      </querytext>
</fullquery>
packages/bug-tracker/tcl/bug-tracker-procs.xql

PostgreSQL XQL file:
packages/bug-tracker/tcl/bug-tracker-procs-postgresql.xql

Oracle XQL file:
packages/bug-tracker/tcl/bug-tracker-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: