-
Notifications
You must be signed in to change notification settings - Fork 890
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: cakephp/phinx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.16.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: cakephp/phinx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.16.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 17 files changed
- 4 contributors
Commits on Jul 22, 2024
-
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6e9ba25 - Browse repository at this point
Copy the full SHA 6e9ba25View commit details -
Merge pull request #2296 from cakephp/MasterOdin-patch-1
Fix README badges
Configuration menu - View commit details
-
Copy full SHA for 5f9ee84 - Browse repository at this point
Copy the full SHA 5f9ee84View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1dbfdc1 - Browse repository at this point
Copy the full SHA 1dbfdc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eae55bc - Browse repository at this point
Copy the full SHA eae55bcView commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0f4397 - Browse repository at this point
Copy the full SHA b0f4397View commit details
Commits on Aug 9, 2024
-
Update documentation based on the latest code changes ```php /** * @inheritdoc */ public function getQueryBuilder(string $type): Query { return match ($type) { Query::TYPE_SELECT => $this->getDecoratedConnection()->selectQuery(), Query::TYPE_INSERT => $this->getDecoratedConnection()->insertQuery(), Query::TYPE_UPDATE => $this->getDecoratedConnection()->updateQuery(), Query::TYPE_DELETE => $this->getDecoratedConnection()->deleteQuery(), default => throw new InvalidArgumentException( 'Query type must be one of: `select`, `insert`, `update`, `delete`.' ) }; } ``` Ref 1: https://github.com/cakephp/phinx/blob/b0f4397dd57eb91bd5369c2770a4f2656a3f993c/src/Phinx/Db/Adapter/PdoAdapter.php#L239-L250
Configuration menu - View commit details
-
Copy full SHA for 61e88e8 - Browse repository at this point
Copy the full SHA 61e88e8View commit details -
Merge pull request #2303 from MarwanSalim/patch-1
Update migrations.rst
Configuration menu - View commit details
-
Copy full SHA for 0480295 - Browse repository at this point
Copy the full SHA 0480295View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e1de47 - Browse repository at this point
Copy the full SHA 6e1de47View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbcd067 - Browse repository at this point
Copy the full SHA cbcd067View commit details -
Configuration menu - View commit details
-
Copy full SHA for a093a96 - Browse repository at this point
Copy the full SHA a093a96View commit details
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d55d705 - Browse repository at this point
Copy the full SHA d55d705View commit details -
Fix setting sqlsrv PK name with qualified table name (#2306)
Co-authored-by: Matthew Peveler <matt.peveler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b5dab99 - Browse repository at this point
Copy the full SHA b5dab99View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.16.2...0.16.3