Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
c14de62d
Commit
c14de62d
authored
May 18, 2014
by
Hugo Beauzée-Luyssen
Browse files
Remove outdated note to self
parent
4bb34515
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MediaLibrary.cpp
View file @
c14de62d
...
...
@@ -15,7 +15,6 @@ MediaLibrary::MediaLibrary()
bool
MediaLibrary
::
initialize
(
const
std
::
string
&
dbPath
)
{
int
res
=
sqlite3_open
(
dbPath
.
c_str
(),
&
m_dbConnection
);
// PRAGMA foreign_keys = ON;
if
(
res
!=
SQLITE_OK
)
return
false
;
if
(
SqliteTools
::
executeRequest
(
m_dbConnection
,
"PRAGMA foreign_keys = ON"
)
==
false
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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