Merge branch '0.x' into 0.next#2100
Merged
MasterOdin merged 88 commits into0.nextfrom Jul 8, 2022
Merged
Conversation
Add docs for MysqlAdapter::FIRST constant
Support using mysql int constants on same types
This reverts commit b791ba7.
…mns instead of display width
…nx into CorrectLimitsForSmallIntMySQL
Fix MysqlAdapter::getColumns returning physical limit instead of display width for int columns
Co-authored-by: SlavaAurim <slava.aurim@gmail.com>
Fix adding column to sqlite table created outside phinx
Line 309: $this->table('status')->insert($rows)->save() should probably just be $table('status')->insert($rows)->save() without referencing $this.
Change incorrect reference to $this
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Clean up insert data doc example
check Symfony 6
This will generate a fully expanded table of contents (in the `contents.html` file only) that can be used for figuring which files to index for the search.
search upgrage preparation
Update source files path.
update to PHPStan 1.5
update baseline to reflect latest code correction
make sure params are applied
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v1...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ns/checkout-3 Bump actions/checkout from 2 to 3
…ns/cache-3 Bump actions/cache from 1 to 3
…ov/codecov-action-3 Bump codecov/codecov-action from 1 to 3
Co-authored-by: ingLomeland <ingve.lomeland@gmail.com>
Add php 8.2 to github actions and update versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merging
0.xinto0.x-nextto prep for a 0.13 release (#2029). The preceding "Merge branch 0.x" commit from my merge commit was merging the original short-lived branch that got deleted with my merge commit using the new0.x(oldmaster).