Re: Django and MS SQL

2006-01-12 Thread Ken Kennedy
Jeremy Dunck wrote: > On 1/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > think adodbapi DOES use parameterization. It's just slightly > > non-standard. (thus, the %s -> ? stuff above) > > I was surprised by this, by the Python DB API allows for parameters in > the string supplied to the

Re: socialistsoftware.com source is now available

2006-02-18 Thread Ken Kennedy
Cool...thanks! (I have my own, wimpier implementation, so let's see what I can stea...er, learn from!) One note: It appears (and you've probably already noticed) that there's a typo in the Technorati xmlprc ping: reply = technoratiServer.weblogUpdate.ping('Socialist Software','http://www.sociali

Re: Various problems porting to Magic Removal

2006-04-24 Thread Ken Kennedy
Yes, we're discussing the SQL migration steps over in dev right now. Among other things, the change in auth_permission (adding content_type_id as the referencing field, rather than the reference to the deleted package field) requires some DML (UPDATEs) to be added to the migration steps. I'm testi

Re: MR - MySQL database upgrade column rename

2006-04-24 Thread Ken Kennedy
At this point, the various differences in SQL capabilities between the backends have resulted in a split of the migration DDL/DML into a separate list for each engine. I'm working on tweaking them, but I'll probably get to MySQL last, so feel free to pitch in! --~--~-~--~~---

Re: MR - MySQL database upgrade column rename

2006-04-24 Thread Ken Kennedy
You may want to compare those field sizes to a "clean" install of M-R...if I remember correctly, one or both have been increased in size in a new install. We'll need to make sure that migrated field sizes match newly created ones, or we'll end up with WEIRD errors that only occur with migrated dat

Re: MR - MySQL database upgrade column rename

2006-04-24 Thread Ken Kennedy
Cool. I'm going the same thing (DDL diffs) tonight or tomorrow with the SQLite stuff first, and then PosgreSQL. We'll get this knocked out! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To po

Re: MR: Revision 2745 and up -- Syncdb breakage, and why

2006-04-25 Thread Ken Kennedy
I'd say put 'em there! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PR