Created
December 17, 2014 16:00
-
-
Save untitaker/4df136e2aabd5ad1fd7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception sqlalchemy.exc.InvalidRequestError: InvalidRequestError("This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occuring prematurely) No column item.collection_path is configured on mapper Mapper|DBLine|line... (original cause: UnmappedColumnError: No column item.collection_path is configured on mapper Mapper|DBLine|line...) u'SELECT item.name AS item_name, item.tag AS item_tag, item.collection_path AS item_collection_path \\nFROM item, line \\nWHERE ? = line.item_name AND ? = line.item_collection_path ORDER BY line.timestamp' [immutabledict({})]",) in <bound method Collection.__del__ of <radicale.storage.database.Collection object at 0x7f24cdaf4690>> ignored |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exception sqlalchemy.exc.InvalidRequestError: InvalidRequestError("This | |
Session's transaction has been rolled back due to a previous exception during | |
flush. To begin a new transaction with this Session, first issue | |
Session.rollback(). Original exception was: (raised as a result of | |
Query-invoked autoflush; consider using a session.no_autoflush block if this | |
flush is occuring prematurely) No column item.collection_path is configured on | |
mapper Mapper|DBLine|line... (original cause: UnmappedColumnError: No column | |
item.collection_path is configured on mapper Mapper|DBLine|line...) u'SELECT | |
item.name AS item_name, item.tag AS item_tag, item.collection_path AS | |
item_collection_path \\nFROM item, line \\nWHERE ? = line.item_name AND ? = | |
line.item_collection_path ORDER BY line.timestamp' [immutabledict({})]",) in | |
<bound method Collection.__del__ of <radicale.storage.database.Collection | |
object at 0x7f24cdaf4690>> ignored |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment