From 2c48e9949d5f8ecc2e178e3c278f7a27ab7af997 Mon Sep 17 00:00:00 2001 From: Jason Kirtland Date: Sat, 8 Sep 2007 20:29:07 +0000 Subject: [PATCH] Tweaked changelog --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index bd3354ba6b..ef50caf4ee 100644 --- a/CHANGES +++ b/CHANGES @@ -5,8 +5,8 @@ - Fixed detection of internal '$' characters in :bind$params [ticket:719] - [ticket:768] dont assume join criterion consists only of column objects - adjusted operator precedence of NOT to match '==' and others, so that - ~(x==y) produces NOT (x=y), which is compatible with MySQL (doesn't like - "NOT x=y") [ticket:764] + ~(x==y) produces NOT (x=y), which is compatible with MySQL < 5.0 + (doesn't like "NOT x=y") [ticket:764] - orm - added a check for joining from A->B using join(), along two -- 2.47.2