DBIx-Librarian

 view release on metacpan or  search on metacpan

tests/t_insert_bind.sql  view on Meta::CPAN

insert into BUG (
       bugid,
       groupset,
       assigned_to,
       bug_severity,
       bug_status,
       creation_ts,
       op_sys,
       priority,
       product,
       reporter,
       version,
       component,
       resolution
) values (
  7,
  :groupset,
# :nothing,
  $assigned_to,
  "HIGH",
  "NEW",
  current_timestamp,
  "RH",
  "HIGH",
  :testnode.product_name,
  3,
  "0.1",
  "Statement",
  ""
)



select1	bugid
from	BUG
where	groupset = :groupset



( run in 0.805 second using v1.01-cache-2.11-cpan-97f6503c9c8 )