From 385fa47d91ee496927a9a63f761338c63bcf4f26 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 24 Jan 2007 03:26:19 +0000 Subject: [PATCH] changeset --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index 181a955f32..203522c074 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,10 @@ +0.3.5 +- oracle: + - when returning "rowid" as the ORDER BY column or in use with ROW_NUMBER OVER, + oracle dialect checks the selectable its being applied to and will switch to + table PK if not applicable, i.e. for a UNION. checking for DISTINCT, GROUP BY + (other places that rowid is invalid) still a TODO. allows polymorphic mappings + to function, [ticket:436] 0.3.4 - general: - global "insure"->"ensure" change. in US english "insure" is actually -- 2.47.2