Change mixed-case routines to lower-case for case-insensitive SQL.
Thomas G. Lockhart <lockhart@fourpalms.org>
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
| Path | Change | +/− |
|---|---|---|
| src/include/utils/builtins.h | modified | +13 −4 |
| src/include/utils/dt.h | modified | +5 −1 |