#15419: initial sql files need better warnings ------------------------------------------+--------------------------------- Reporter: joel3000 | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: 1.2 Keywords: initial sql | Triage Stage: Unreviewed Has patch: 0 | ------------------------------------------+--------------------------------- I develop on a Mac and deploy on linux. On mac the initial sql files (app/sql/<modelname>.sql) are case insensitive. Since I had a model called FooBar I made a sql file called "FooBar.sql". This is fine on mac.
But then when I got around to deploying on linux, syncdb ignored my FooBar.sql because it was looking only for foobar.sql. It raised no warnings. It would be nice to either explicitly make those files load case insensitive or to pass warnings about unrecognized files in that directory. -- Ticket URL: <http://code.djangoproject.com/ticket/15419> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com. To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.