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 support for BinaryUUID to SqlServer #1826

Merged
merged 2 commits into from
Jun 25, 2020
Merged

Add support for BinaryUUID to SqlServer #1826

merged 2 commits into from
Jun 25, 2020

Conversation

MasterOdin
Copy link
Member

Continuation of #1734
Closes #1746

Adds PHINX_TYPE_BINARYUUID to SqlServer in a similar fashion to Postgres where it aliases to the same thing as PHINX_TYPE_UUID which is already a binary uuid field (uniqueidentifier in the case of SqlServer).

The tests here mimic the ones added for the other adapters from the above PR.

Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
@MasterOdin
Copy link
Member Author

@dereuromark it looks like coveralls does not get a report of the test coverage for sql server from appveyor at all, so not sure how much I can do to fix that particular failure.

@dereuromark dereuromark merged commit c63dcec into cakephp:master Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add binaryuuid type support to sql server
2 participants