#1373 magic-removal: MySQL does not support DROP CONSTRAINT

2006-04-21 Thread njharman
There was a diff submitted by Geert Vanderkelen awhile ago. It doesn't apply cleanly to 'core/management.py' anymore. Is there a reason it wasn't commited? If I fix it to work with current release will someone commit it? I assume svn ci is restricted. --~--~-~--~~~---

Re: #1373 magic-removal: MySQL does not support DROP CONSTRAINT

2006-04-21 Thread njharman
Jacob Kaplan-Moss wrote: > On Apr 21, 2006, at 7:10 AM, njharman wrote: > >>There was a diff submitted by Geert Vanderkelen awhile ago. It >>doesn't >>apply cleanly to 'core/management.py' anymore. >>If I fix it to work with current release

ticket #347 mysql engine used for tables

2006-04-21 Thread njharman
Ticket marked wontfix. Seems rather harsh to force MySQL users into editing output of manage.py and commands like 'install' just won't work. Politely asking if this decision might be reconsidered if a clean solution could be found. If not, a warning / note in the docs about the limitations of M

models.py vs models/__init__.py

2006-04-21 Thread njharman
It's a bit hard trying to piece together the history of this from listarchives and tickets. It seems that putting models in a package instead of 'models.py' should work and is believed to work. I can verify that for MR-r2717 'models/__init__.py' does not work. In that 'manage.py sql' produces n

Re: ticket #347 mysql engine used for tables

2006-04-21 Thread njharman
Michael Radziej wrote: > njharman wrote: >>Ticket marked wontfix. Seems rather harsh to force MySQL users into >>editing output of manage.py and commands like 'install' just won't work. > Alternatively, set default table type in your database to InnoDB, and &

Re: ticket #347 mysql engine used for tables

2006-04-21 Thread njharman
DavidA wrote: > Maybe I don't understand the implications but I have been using > ENGINE=MyISAM on my tables so I can use MySQLs full-text indexing (not > supported by InnoDB). > > Does this thread imply that I can no longer use MyISAM tables with > MySQL? Or just that if I do, I must tweak the o