> > The code in Turbine assumes that Column names in Databases are
> > always in uppercase. This is not always true, at least not for Postgres. The
> > following patch forces uppercase names in village:
>
> This isn't a good fix. The actuality of the Turbine code is that it
> assumes that all code in Turbine uses tables that were set up with the
> included database install scripts. In these scripts uppercase names are
> used, because that is always going to work (lowercase and mixed case get
> converted on some databases).
>
> -1 on changing Village. I think the install scripts determine the case,
> not the code. This code (in Village) will fail on databases like mySQL
> that do not force uppercase.
Hmmm... I'll force postgres to create uppercase column names... Thanks
anyway for the answer to my mail.
Regards,
Hakan
--
Hakan Tandogan [EMAIL PROTECTED]
ICONSULT Tandogan - Egerer GbR Tel.: +49-9131-9047-0
Memelstrasse 38 - D-91052 Erlangen Fax.: +49-9131-9047-77
"Any sufficiently advanced bug is indistinguishable from a feature"
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]