wallabag/src/Wallabag/ApiBundle
Jeremy Benoist 877787e5fe
Fix utf8mb4 on vendor tables
When creating the schema for test these tables use default length for
string: 255. Which fail when using utf8mb4.

> Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes

Also move the `setKeepStaticConnections` in before and after class to
avoid:

> SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist

See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting
2018-11-28 22:04:55 +01:00
..
Controller Jump to Symfony 3.4 2018-10-04 14:11:57 +02:00
DependencyInjection [#1604] First draft to fix SensioLabsInsight report 2016-01-22 21:12:11 +01:00
Entity Fix utf8mb4 on vendor tables 2018-11-28 22:04:55 +01:00
Form/Type Add a real configuration for CS-Fixer 2017-07-01 09:52:38 +02:00
Resources/config WIP 2017-05-29 10:16:23 +02:00
WallabagApiBundle.php * public registration 2015-10-03 13:30:43 +02:00