Skip to content

NetteDatabase loader does not support other DB Engines #144

Description

@JanKalach
  • PostgreSQL: It strictly rejects backticks for identifiers. If double quotes aren't used (or if identifiers aren't left unquoted), the query will fail.
  • SQL Server: This engine often requires a FROM clause even in scenarios where MySQL doesn't, and it frequently uses different syntax for aliases and literal handling.

\Contributte\Translation\Loaders\NetteDatabase(line: 37)

SELECT ? AS `id`, ? AS `locale`, ? AS `message` FROM ? WHERE ?

Backticks should be removed

SELECT ? AS id, ? AS locale, ? AS message FROM ? WHERE ?

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions