DBIx-Librarian
view release on metacpan or search on metacpan
tests/t_insert.sql view on Meta::CPAN
insert into BUG (
bugid,
groupset,
assigned_to,
bug_severity,
bug_status,
creation_ts,
op_sys,
# embedded comment
priority,
product,
reporter,
version,
component,
resolution
) values (
5,
42,
3,
"HIGH",
"NEW",
current_timestamp,
"RH",
"HIGH",
"DBIx::Librarian",
3,
"0.1",
"Statement",
""
)
select1 bugid
from BUG
where groupset = 42
( run in 1.020 second using v1.01-cache-2.11-cpan-97f6503c9c8 )