SQL builder
Reported by Ben Hood | August 3rd, 2011 @ 06:42 PM
As part of #269 a lot of SQL building code was introduced to help with DB migration. In terms of making the migrations more readable, introducing some kind of builder that did these in a more naturally readable manner, e.g.
changeBuilder(dialect).alter("tableName").dropColumn("columnName").execute(conn)
Comments and changes to this ticket
-

Ben Hood August 11th, 2011 @ 01:38 PM
(from [ca27c4ce2c2eb85503bee028315bb2075b9168fd]) [#294] Add SQL builder framework for migrations (as discussed in [#322]). https://github.com/lshift/diffa/commit/ca27c4ce2c2eb85503bee028315b...
-

Ben Hood August 16th, 2011 @ 07:03 PM
- State changed from new to closed
Closing this ticket, as it was merged into #294
-

Ben Hood August 23rd, 2011 @ 11:46 PM
(from [af66c22ecc5a08cd65bcaa086640faab7480ace4]) [#322] Add migrations framework https://github.com/lshift/diffa/commit/af66c22ecc5a08cd65bcaa086640...
-

Paul Jones August 23rd, 2011 @ 11:46 PM
- State changed from closed to resolved
- Assigned user set to Ben Hood
Re-opening and resolving with a patch to allow this code to be merged into master before persistent diffs land.
-

Ben Hood August 24th, 2011 @ 02:23 AM
(from [1cc5c1b7fe4dfdc4b2fc92b10fe20882af43873d]) Merge pull request #67 from lshift/322
[#322] Add migrations framework https://github.com/lshift/diffa/commit/1cc5c1b7fe4dfdc4b2fc92b10fe2...
-

Ben Hood August 24th, 2011 @ 02:24 AM
- State changed from resolved to closed
Applied extracted patch to master
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A Real Time Differencing Tool.