On Tue, Mar 5, 2013 at 5:41 PM, Johan ter Beest <m...@terbeest.net> wrote:
> Not an Oracle expert at all but maybe this SO answer explains some things?:
>
> http://stackoverflow.com/questions/563090/oracle-what-exactly-do-quotation-marks-around-the-table-name-do
>

So if it's down to case-sensitivity then everything should be fine,
because all the queries are generated by the ORM and aren't going to
mix case.

Especially if the database was created with syncdb and not inspectdb,
because then everything should be formatted the same.

It would be nice if some stuff in Django was easier to override. I'm
reminded of this thought-provoking blog post by the author of Flask,
werkzeug, and Jinja2:
http://lucumr.pocoo.org/2013/2/13/moar-classes/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to