Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
d550d640
Commit
d550d640
authored
Apr 13, 2015
by
Hugo Beauzée-Luyssen
Browse files
SqliteTools: Grammar
parent
a1641d1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SqliteTools.h
View file @
d550d640
...
...
@@ -125,7 +125,7 @@ class SqliteTools
template
<
typename
...
Args
>
static
bool
executeUpdate
(
DBConnection
dbConnectionWeak
,
const
std
::
string
&
req
,
const
Args
&
...
args
)
{
// The code would be exactly the same, do not freak out because it call delete :)
// The code would be exactly the same, do not freak out because it call
s
delete :)
return
executeDelete
(
dbConnectionWeak
,
req
,
args
...
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment