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

smallint column type support #58

Merged
merged 3 commits into from
Jun 19, 2022
Merged

smallint column type support #58

merged 3 commits into from
Jun 19, 2022

Conversation

gam6itko
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented May 17, 2022

Codecov Report

Merging #58 (73cff89) into 2.x (2496d77) will increase coverage by 0.15%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x      #58      +/-   ##
============================================
+ Coverage     92.69%   92.84%   +0.15%     
- Complexity     1520     1526       +6     
============================================
  Files            94       94              
  Lines          3858     3883      +25     
============================================
+ Hits           3576     3605      +29     
+ Misses          282      278       -4     
Impacted Files Coverage Δ
src/Driver/Postgres/Schema/PostgresColumn.php 92.02% <ø> (ø)
src/Driver/SQLServer/Schema/SQLServerColumn.php 94.77% <ø> (ø)
src/Driver/SQLite/Schema/SQLiteColumn.php 97.95% <ø> (ø)
src/Schema/AbstractColumn.php 96.62% <ø> (ø)
src/Schema/AbstractTable.php 93.50% <ø> (ø)
src/Driver/MySQL/Schema/MySQLColumn.php 92.45% <100.00%> (+0.45%) ⬆️
src/Config/DatabaseConfig.php 97.36% <0.00%> (+0.14%) ⬆️
src/Query/Interpolator.php 100.00% <0.00%> (+10.81%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2496d77...73cff89. Read the comment docs.

Copy link
Member

@roxblnfk roxblnfk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks ok

@roxblnfk roxblnfk added type: feature New feature. status:ready for merge The pull request is OK to be merged. labels May 17, 2022
@roxblnfk roxblnfk added this to the 2.2.x milestone May 17, 2022
@roxblnfk roxblnfk merged commit 71b9da5 into cycle:2.x Jun 19, 2022
@gam6itko gam6itko deleted the smallint branch June 19, 2022 21:11
gam6itko added a commit to gam6itko/database that referenced this pull request Sep 2, 2022
Co-authored-by: roxblnfk <roxblnfk@ya.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready for merge The pull request is OK to be merged. type: feature New feature.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants