#13832: Changeset #13363 broke PostgreSQL support for app names with uppercase characters -----------------------------------------------+---------------------------- Reporter: DrMeers | Owner: DrMeers Status: new | Milestone: 1.3 Component: Database layer (models, ORM) | Version: SVN Keywords: postgresql, uppercase, table_name | Stage: Unreviewed Has_patch: 1 | -----------------------------------------------+---------------------------- As described here [http://www.postgresql.org/docs/8.4/static/functions- info.html#FUNCTIONS-INFO-CATALOG-TABLE], for {{{pg_get_serial_sequence(table_name, column_name)}}}, "Because the first parameter is potentially a schema and table, it is not treated as a double-quoted identifier, meaning it is lowercased by default, while the second parameter, being just a column name, is treated as double-quoted and has its case preserved"
-- Ticket URL: <http://code.djangoproject.com/ticket/13832> 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-upda...@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.