SQL builder
Reported by Ben Hood | 2011-08-03 18:42:36 UTC
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 2011-08-11 13:38:05 UTC
(from [ca27c4ce2c2eb85503bee028315bb2075b9168fd]) [#294] Add SQL builder framework for migrations (as discussed in [#322]). https://github.com/lshift/diffa/commit/ca27c4ce2c2eb85503bee028315b...
-

Ben Hood 2011-08-16 19:03:53 UTC
- State changed from new to closed
Closing this ticket, as it was merged into #294
-

Ben Hood 2011-08-23 23:46:28 UTC
(from [af66c22ecc5a08cd65bcaa086640faab7480ace4]) [#322] Add migrations framework https://github.com/lshift/diffa/commit/af66c22ecc5a08cd65bcaa086640...
-

Paul Jones 2011-08-23 23:46:48 UTC
- 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 2011-08-24 02:23:20 UTC
(from [1cc5c1b7fe4dfdc4b2fc92b10fe20882af43873d]) Merge pull request #67 from lshift/322
[#322] Add migrations framework https://github.com/lshift/diffa/commit/1cc5c1b7fe4dfdc4b2fc92b10fe2...
-

Ben Hood 2011-08-24 02:24:28 UTC
- 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.