Skip to content

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

@vzambon

Description

@vzambon

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Issue with MySQL 5.1 Compatibility - generation_expression Column Not Found · Issue #465 · barryvdh/laravel-translation-manager