Jean J. de Jong
Jean J. de Jong
In an office with more or less competent administrative staff, it cannot be assumed that the user will always have such details in mind! The software should always anticipate possible...
The issue is when editing the actor detail, in changing the name of an existing linked actor
This is not really a bug, but a feature request.
- The migration creates the `language` column in the actor table. This migration fails because the `language` column was already present for setting the language of the emails used by...
I was wondering how you handled that. I imagined additional columns in the tables for different languages, like in the `country` table. The issue is then how to use the...
I'm still a little dubious about the performance of filtering and autocompletion queries operating on columns translated on the fly by retrieving the translations from a file, i.e. without using...
Please don't create a new issue for an already open one. This was issue #117, which I've now closed. Anyway, as I said, I already saw such issues happening with...
In the migration script, try replacing `$table->string('suffix', 16)->virtualAs` by `$table->string('suffix', 16)->storedAs`
Well, don't know. I can't reproduce the problem with my MySQL 8.0 installation. Try installing MySQL and let me know.
Sure, that's our development platform. Otherwise, maybe you can contribute a fix for MariaDB users. @papoteur-mga uses MariaDB, what's his input?