lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

cascade=delete does cause a DBAL exception "no such column" #85

Closed Vassyli closed 7 years ago

Vassyli commented 7 years ago

During the changes for the modules and preparation of release 0.2, I've found that doctrine throws a DBAL Exception if a scene gets deleted which has connection groups associated.

Doctrine\DBAL\DBALException: An exception occurred while executing 'DELETE FROM scene_connection_groups WHERE scene = ? AND name = ?' with params [null, "lotgd\/module-village\/outside"]:

SQLSTATE[HY000]: General error: 1 no such column: scene
austenmc commented 7 years ago

Loving our tests btw :)

Vassyli commented 7 years ago

Fixes in #84