Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
medialibrary
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
medialibrary
Commits
6558b2a6
Commit
6558b2a6
authored
Jan 22, 2019
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AudioTrack: Drop resolved //fixme
parent
3d2d674d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/AudioTrack.cpp
src/AudioTrack.cpp
+0
-1
No files found.
src/AudioTrack.cpp
View file @
6558b2a6
...
@@ -99,7 +99,6 @@ const std::string& AudioTrack::description() const
...
@@ -99,7 +99,6 @@ const std::string& AudioTrack::description() const
void
AudioTrack
::
createTable
(
sqlite
::
Connection
*
dbConnection
)
void
AudioTrack
::
createTable
(
sqlite
::
Connection
*
dbConnection
)
{
{
//FIXME: Index on media_id ? Unless it's already implied by the foreign key
const
std
::
string
req
=
"CREATE TABLE IF NOT EXISTS "
+
AudioTrack
::
Table
::
Name
const
std
::
string
req
=
"CREATE TABLE IF NOT EXISTS "
+
AudioTrack
::
Table
::
Name
+
"("
+
+
"("
+
AudioTrack
::
Table
::
PrimaryKeyColumn
+
" INTEGER PRIMARY KEY AUTOINCREMENT,"
AudioTrack
::
Table
::
PrimaryKeyColumn
+
" INTEGER PRIMARY KEY AUTOINCREMENT,"
...
...
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