Change mixed-case routines to lower-case for case-insensitive SQL.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 0a95a17da2b7b9e34ecaeefa9f910c04977b277e
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 1997-04-27T19:24:16Z
Releases: 7.1.1
Change mixed-case routines to lower-case for case-insensitive SQL.
Add mixed-case #define synonyms to avoid changing more source code.
Add comparison operators for boolean.
Add aggregate min() and max() for datetime and timespan.

Files

PathChange+/−
src/include/utils/builtins.h modified +13 −4
src/include/utils/dt.h modified +5 −1