Bob den Otter
Bob den Otter
Looking at that trace, after it leaves `Kernel`, it's only inside Symfony's code, and finally in Composer. Not sure what causes this yet, and i've also never seen this myself....
This has been asked before, and i'm sure it'll be asked again. :-) I wonder though how hard it'd be to make, and what the Backwards Compatibility impact will be....
Are you sure about this? I've created a fresh project, and in the template for a "page" i do this: ``` {{ record|title }} {{ edit(record) }} {{ record.body }}...
> Are you interested in getting this merged? Yes, certainly. What I've done there was undeniably a hack. If we can revert it, I'm all for it. :-)
Is this on two separate versions of Bolt in different folders on your machine? Or two local webservers pointing to the same folder?
I'm not sure why/how this snuck in, but I've noticed this too. For Bolt 5.2 this is getting reworked, and it'll be easier to pick out images: https://github.com/bolt/core/pull/3227
I'm looking into this PR, and i don't know quite enough about Postgres to judge it properly. . About your comment, for what was breaking: > (sfsu is my alias...
Hmm, we'll take a look into this.. For now, you could try running: ``` bin/console doctrine:schema:update --force ``` (disclaimer: I've done this a million times, and never broke my DB,...
@bobvandevijver Well, the intent was to have the migration take care of this. I think the problem we're facing is that Migrations can be generated only for specific platforms, which...
> $this->connection->getDatabasePlatform() That works, but be aware that it's getting removed for reasons i don't understand, and we've not been able to convey our usecase to the Doctrine people: https://github.com/doctrine/dbal/issues/5026