]> git.immae.eu Git - github/wallabag/wallabag.git/commit - src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
Add custom doctrine subscriber for SQLite
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 12:01:13 +0000 (14:01 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 22 Oct 2016 11:13:07 +0000 (13:13 +0200)
commit191564b7f71d01fb4c597c9b9641e23db564278d
tree1cf81a2474d064f11663c70bd77121fc3c4c69a1
parent98efffc2a62820bad347a0f93840c48fa57f8cc3
Add custom doctrine subscriber for SQLite

Since SQLite doesn’t handle cascade remove by default, we need to handle it manually.

Also some refacto
src/Wallabag/AnnotationBundle/Repository/AnnotationRepository.php
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php
src/Wallabag/CoreBundle/Resources/config/services.yml
src/Wallabag/CoreBundle/Subscriber/SQLiteCascadeDeleteSubscriber.php [new file with mode: 0644]