Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check integer types via PhpIntegerMappingType #5395

Merged
merged 1 commit into from
May 15, 2022

Conversation

morozov
Copy link
Member

@morozov morozov commented May 14, 2022

Fixes #5390.

@morozov morozov added this to the 3.3.7 milestone May 14, 2022
@morozov morozov marked this pull request as ready for review May 14, 2022 22:32
@morozov morozov requested review from derrabus and greg0ire May 14, 2022 22:45
@morozov morozov merged commit fb823cf into doctrine:3.3.x May 15, 2022
@morozov morozov deleted the issues/5390-hotfix branch May 15, 2022 14:08
rgrellmann added a commit to Rossmann-IT/dbal that referenced this pull request Jul 13, 2022
Release [3.3.7](https://github.com/doctrine/dbal/milestone/114)

3.3.7
=====

- Total issues resolved: **1**
- Total pull requests resolved: **8**
- Total contributors: **6**

Code Style,Static Analysis
--------------------------

 - [5444: PHP CodeSniffer 3.7, PHPStan 1.7.13](doctrine#5444) thanks to @derrabus

Static Analysis
---------------

 - [5426: PHPStan 1.7.9](doctrine#5426) thanks to @derrabus
 - [5417: Run Psalm with language level PHP 8.1](doctrine#5417) thanks to @morozov

Documentation,Type Mapping
--------------------------

 - [5415: Update documentation for the `guid` type](doctrine#5415) thanks to @kaznovac

Bug,PostgreSQL,Schema Management
--------------------------------

 - [5395: Check integer types via PhpIntegerMappingType](doctrine#5395) thanks to @morozov and @umherirrender

Bug,PHP,PostgreSQL
------------------

 - [5381: Fix using deprecated syntax](doctrine#5381) thanks to @nicolas-grekas

Documentation
-------------

 - [5379: Refresh docs about transactions](doctrine#5379) thanks to @greg0ire

CI
--

 - [5374: Remove CA bundle from AppVeyor](doctrine#5374) thanks to @morozov

# gpg: Signature made Fri Jun 17 09:51:42 2022
# gpg:                using DSA key 1BEDEE0A820BC30D858F9F0C2C3A645671828132
# gpg: Can't check signature: No public key
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detect smallint as numeric type in PostgreSQLPlatform::isNumericType to support schema changes for SMALLSERIAL
2 participants