-
Notifications
You must be signed in to change notification settings - Fork 398
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
Alter table syntax for migration with SQL Server is incorrect #1343
Comments
@marcj please assign this issue to me. |
Duplicate of #1294 |
propelorm#1294 propelorm#1343 Solved: - size checking issue - default values issue - foreign keys actions (on delete/on update) Remaining: - sql syntax for alter table
propelorm#1294 propelorm#1343 Solved: - column renaming
propelorm#1294 propelorm#1343 Solved: - column changing (structure)
propelorm#1294 propelorm#1343 Solved: - size checking issue - default values issue - foreign keys actions (on delete/on update) Remaining: - sql syntax for alter table
propelorm#1294 propelorm#1343 Solved: - column renaming
propelorm#1294 propelorm#1343 Solved: - column changing (structure)
@atompulse is this something you have fixed? Making the ALTER TABLE syntax do one command per change, instead of ( ALLCHANGES ); |
@marcj since I dont know how to message you, I will comment. I have a question. Should the version number in propel.php not be updated to 2.0.0-alpha8? I am trying to get alpha8 to check what changes @atompulse has made before I go trying to fix something that isnt broken, but even though I put 2.0.0-alpha8 in my composer.json file, when I run propel, it says version 2.0.0-dev or master whatever it is. What am I missing? |
@cameronstubber I have an active project using MSSQL and I believe that most of the issues should be fixed by my commits. |
Ok, I dont suppose you would be willing to help a GIT noob pull your
version of changes so I can have a look? I cant seem to get anything but
the main branch haha.
…On Wed, Mar 21, 2018 at 4:58 PM, atompulse ***@***.***> wrote:
@cameronstubber <https://github.com/cameronstubber> I have an active
project using MSSQL and I believe that most of the issues should be fixed
by my commits.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1343 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARlMbEairz0NhF9N6AqNqaBEWyv851e_ks5tghZQgaJpZM4L6Tjc>
.
|
@cameronstubber you are not able to fork my version at https://github.com/atompulse/PropelBundle ?
|
The current syntax created does not work:
The following syntax does work:
The text was updated successfully, but these errors were encountered: