Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php-db/phpdb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.1
Choose a base ref
...
head repository: php-db/phpdb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 5 commits
  • 32 files changed
  • 1 contributor

Commits on Sep 16, 2025

  1. Merge pull request #71 from php-db/0.1.x

    0.1.x-merge-up-into-0.2.x
    tyrsson authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    e7345db View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Removes deprecated Postgres/SQLite relevant classes

    Refactors Sql\Platform\Platform to accept a PlatformInterface instance vs an AdapterInterface instance as a construtor parameter.
    Signed-off-by: Joey Smith <[email protected]>
    
    Signed-off-by: Joey Smith <[email protected]>
    tyrsson committed Oct 6, 2025
    Configuration menu
    Copy the full SHA
    6766bac View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. Merge pull request #74 from tyrsson/remove-pgsql-adapter

    Removes deprecated Postgres classes.
    Removes deprecated SQLite classes.
    Refactors Sql\Platform\Platform to accept an instance of Adapter\PlatformInterface instead of an AdapterInterface instance.
    tyrsson authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    4c50759 View commit details
    Browse the repository at this point in the history
  2. Move to phpstan, set initial baseline, bump deps

    Drop PHP 8.1 support
    Fix composer.json config-provider entry
    cleanup unused files for mk-docs, vagrant, travis etc
    Signed-off-by: Joey Smith <[email protected]>
    
    Signed-off-by: Joey Smith <[email protected]>
    tyrsson committed Oct 7, 2025
    Configuration menu
    Copy the full SHA
    18de135 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #75 from tyrsson/move-to-phpstan

    Move to phpstan, set initial baseline, bump deps
    Drop PHP8.1 support
    Cleanup unused mk-doc files
    Cleanup .gitattributes
    Cleanup .gitignore
    tyrsson authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    054e5a0 View commit details
    Browse the repository at this point in the history
Loading