You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using your package with MySQL 5.1 (unfortunately required by my client), I encountered the following error:
[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'generation_expression' in 'field list' at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:407)
It seems the query references the generation_expression column, which isn't available in MySQL versions earlier than 5.7.6.
Is there a recommended workaround or patch to make the package compatible with older MySQL versions? I understand these versions are outdated, but upgrading the database isn't an option at the moment due to client constraints.
Thank you for your time and support. I look forward to your guidance!
The text was updated successfully, but these errors were encountered:
Hello,
I hope this message finds you well!
While using your package with MySQL 5.1 (unfortunately required by my client), I encountered the following error:
[previous exception] [object] (PDOException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'generation_expression' in 'field list' at /var/www/html/vendor/laravel/framework/src/Illuminate/Database/Connection.php:407)
It seems the query references the generation_expression column, which isn't available in MySQL versions earlier than 5.7.6.
Is there a recommended workaround or patch to make the package compatible with older MySQL versions? I understand these versions are outdated, but upgrading the database isn't an option at the moment due to client constraints.
Thank you for your time and support. I look forward to your guidance!
The text was updated successfully, but these errors were encountered: