Re: mixed Case Field names in the database columns

2009-11-27 Thread Tim Langeman
Thanks! Don't know how I missed it in the docs. -Tim On Nov 27, 11:28 am, Karen Tracey wrote: > On Fri, Nov 27, 2009 at 9:26 AM, Tim Langeman wrote: > > > I know that there is a setting to configure the db_table in django, > > but I haven't found any similar setting for the field names. > > The

Re: mixed Case Field names in the database columns

2009-11-27 Thread Karen Tracey
On Fri, Nov 27, 2009 at 9:26 AM, Tim Langeman wrote: > I know that there is a setting to configure the db_table in django, > but I haven't found any similar setting for the field names. > There is one: http://docs.djangoproject.com/en/dev/ref/models/fields/#db-column Karen -- You received thi

mixed Case Field names in the database columns

2009-11-27 Thread Tim Langeman
I'm trying to query my Postgres database through an ODBC data source in Windows (Excel & Access). I've found that Excel does not like mixed case field names and the recommendation for linked SQL servers is to use all lower case names. I assume this also applies to other types of connections with t