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

Add XML and IOD data type #1458

Closed
wants to merge 2 commits into from
Closed

Conversation

LevZaplatin
Copy link

No description provided.

@codecov
Copy link

codecov bot commented Oct 31, 2018

Codecov Report

Merging #1458 into master will increase coverage by <.01%.
The diff coverage is 76.19%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1458      +/-   ##
============================================
+ Coverage     74.51%   74.51%   +<.01%     
- Complexity     1971     1979       +8     
============================================
  Files            54       54              
  Lines          5831     5851      +20     
============================================
+ Hits           4345     4360      +15     
- Misses         1486     1491       +5
Impacted Files Coverage Δ Complexity Δ
src/Phinx/Db/Adapter/SqlServerAdapter.php 0% <0%> (ø) 192 <0> (+2) ⬆️
src/Phinx/Db/Adapter/SQLiteAdapter.php 92.76% <100%> (+0.01%) 219 <0> (+1) ⬆️
src/Phinx/Db/Adapter/MysqlAdapter.php 90.06% <100%> (+0.01%) 222 <0> (+1) ⬆️
src/Phinx/Db/Adapter/PostgresAdapter.php 92.31% <87.5%> (-0.13%) 227 <0> (+4)

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 49d9e9f...878c2b0. Read the comment docs.

@@ -848,6 +854,7 @@ public function getSqlType($type, $limit = null)
return ['name' => 'varchar', 'limit' => $limit ?: 255];
case static::PHINX_TYPE_CHAR:
return ['name' => 'char', 'limit' => $limit ?: 255];
case static::PHINX_TYPE_XML:
Copy link
Member

Choose a reason for hiding this comment

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

What about oid columns?

'inet',
'macaddr',
'interval',
]);
Copy link
Member

Choose a reason for hiding this comment

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

indentation off

@dereuromark
Copy link
Member

Any update on this?

@dereuromark
Copy link
Member

ping @LevZaplatin

@GhaziTriki
Copy link

Would love to see this merged.

@dereuromark
Copy link
Member

Can we resolve the conflicts or open a new PR? Then we can continue

@dereuromark
Copy link
Member

@GhaziTriki Are you able to help out here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants