summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6070b97d8..b1c1070bd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@ CHANGES
to ILIKE on postgres, lower(x) LIKE lower(y) on all
others. [ticket:727]
+ - added "now()" as a generic function; on SQLite and
+ Oracle compiles as "CURRENT_TIMESTAMP"; "now()"
+ on all others [ticket:943]
+
- the startswith(), endswith(), and contains() operators
now concatenate the wildcard operator with the given
operand in SQL, i.e. "'%' || <bindparam>" in all cases,