Return false if custom columns generate an error during connect database
Replaced existing with valid in readme to make it more clear what database is needed
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# About
|
# About
|
||||||
|
|
||||||
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing [Calibre](https://calibre-ebook.com) database.
|
Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using a valid [Calibre](https://calibre-ebook.com) database.
|
||||||
|
|
||||||
[](https://github.com/janeczku/calibre-web/blob/master/LICENSE)
|
[](https://github.com/janeczku/calibre-web/blob/master/LICENSE)
|
||||||
[]()
|
[]()
|
||||||
|
|||||||
@@ -592,6 +592,7 @@ class CalibreDB:
|
|||||||
cls.setup_db_cc_classes(cc)
|
cls.setup_db_cc_classes(cc)
|
||||||
except OperationalError as e:
|
except OperationalError as e:
|
||||||
log.error_or_exception(e)
|
log.error_or_exception(e)
|
||||||
|
return False
|
||||||
|
|
||||||
cls.session_factory = scoped_session(sessionmaker(autocommit=False,
|
cls.session_factory = scoped_session(sessionmaker(autocommit=False,
|
||||||
autoflush=True,
|
autoflush=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user