Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
df5ab3d2
Commit
df5ab3d2
authored
Aug 07, 2016
by
cervinko
Committed by
GitHub
Aug 07, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #50 from OzzieIsaacs/patch-3
Fix #20
parents
8159cf6b
9aac40bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db.py
cps/db.py
+1
-1
No files found.
cps/db.py
View file @
df5ab3d2
...
...
@@ -52,7 +52,7 @@ books_languages_link = Table('books_languages_link', Base.metadata,
cc
=
conn
.
execute
(
"SELECT id, datatype FROM custom_columns"
)
cc_ids
=
[]
cc_exceptions
=
[
'bool'
,
'datetime'
,
'int'
,
'comments'
,
'float'
,
]
cc_exceptions
=
[
'bool'
,
'datetime'
,
'int'
,
'comments'
,
'float'
,
'composite'
,
'series'
]
books_custom_column_links
=
{}
for
row
in
cc
:
if
row
.
datatype
not
in
cc_exceptions
:
...
...
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