index
:
cvez
main
Unnamed repository; edit this file 'description' to name the repository.
Paul Duncan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbstore
/
sql
/
cpe
/
insert-ref.sql
blob: a39ab1cf933594560b4f1a3d411e2590fb0edf0c (
plain
)
1
INSERT
INTO
cpe_refs
(
cpe_id
,
href
,
val
)
VALUES
(
?
,
?
,
?
);