Build: #457 was successful Changes by Marc

Code commits

phpBB 3.3.x

  • Marc

    Marc 5ee2efd4c249549ab347e72ff06e260710e0eeb2

    Merge pull request #6493 from rxu/ticket/17148
    [ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier - 3.3.x

  • rxu

    rxu 8c33a2180da2f1a2bed88a134f8a878932957736 m

    [ticket/17148] Fix sql_table_exists() error for PostgreSQL 9.3 and earlier
    PostgreSQL 9.3 and earlier versions don't support Empty SELECT lists
    (support was added since v. 9.4).
    Also add PostgreSQL 9.3 tests as earlier images fail in current tests env.

    PHPBB3-17148

    • .github/workflows/tests.yml (version 8c33a2180da2f1a2bed88a134f8a878932957736)
    • phpBB/phpbb/db/tools/postgres.php (version 8c33a2180da2f1a2bed88a134f8a878932957736)