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 geometry column to sql server adapter #1969

Merged
merged 2 commits into from
Jun 3, 2021
Merged

Conversation

tedce
Copy link

@tedce tedce commented Mar 12, 2021

Differentiate between geometry and geography columns in sql server

@dereuromark
Copy link
Member

Should this go into the next major instead?
Or is this safe to go into minors?

@MasterOdin
Copy link
Member

This should be put into 0.13 as it is a breaking change in behavior where anyone using SQLServer and PHINX_TYPE_GEOMETRY will need to replace it with PHINX_TYPE_GEOGRAPHY.

@dereuromark dereuromark added this to the 0.13 milestone Jun 3, 2021
@dereuromark dereuromark changed the base branch from master to 0.next June 3, 2021 00:43
@dereuromark
Copy link
Member

Can you check if I can merge this? As the rebase doesn't seem to retrigger any tests

@MasterOdin
Copy link
Member

Test suite passes fine (except for codecov), though there are no tests around geometry / geography in sqlserver to begin with.

@dereuromark dereuromark merged commit b6ae3e2 into cakephp:0.next Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants