Thanks for the heads up on the symlinks. My problem was with stale pyc
files created by symlinked .py files.  Blech.

What version of sqlite and pysqlite were you testing on?  I can get
SQL output from mysql and psycopg1 now, but nothing out of sqlite3.

vic

> > The emitted output on my machine is always empty.  I always get this:
> >
> > ~/svk-ws/remote/mb-django/branches/schema-evolution/tests/evolvedbtests>
> > python manage.py sqlevolve case01_add_field
> > BEGIN;
> > COMMIT;
>
> > Which is obviously not what I really want.
> > Any thoughts?
>
> check to make sure you've switched your symlinks from pre to post (or
> back again) since your last sync, and that the models actually are
> different than the tables in your db.  (i can't tell you how many times
> this summer i was asking myself "wtf" for this exact reason)
>
> -- derek

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to