Skip to content

Issue with MySQL 5.1 Compatibility - generation_expression Column Not Found #465

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vzambon opened this issue Nov 21, 2024 · 0 comments
Open

Comments

@vzambon
Copy link

vzambon commented Nov 21, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant