[APPLIED] [PATCH] Base: fix incorrect field removal in criterion inside query design view

2013-04-22 Thread Lionel Elie Mamane
Marking patch as applied. -- Lionel ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: Base: fix incorrect field removal in criterion inside query design view

2013-04-22 Thread Lionel Elie Mamane
Hi, I'm extremely sorry for my very late reply to this, it got buried under a load of other stuff. Let's nail this down and get rid of the problem. (In future, if I'm unresponsive, feel free to prod me repeatedly) :) On Wed, Jan 23, 2013 at 12:31:28AM +0100, Olivier Ploton wrote: > On Mon, 21 Ja

Re: Base: fix incorrect field removal in criterion inside query design view

2013-01-22 Thread Olivier Ploton
Dear Lionel, Thanks for your previous posts. I didn't anwser them precisely, and I'm getting quite confused too, so I shall sum up the discussion about criterion simplification: On Mon, 21 Jan 2013 10:21:46 +0100 Lionel Elie Mamane wrote: > > However it fails on some (odd) examples : you canno

Re: [PATCH] Base: fix incorrect field removal in criterion inside query design view

2012-12-27 Thread Lionel Elie Mamane
On Wed, Dec 19, 2012 at 06:34:18PM +0100, Olivier Ploton wrote: > On Thu, 13 Dec 2012 07:53:24 +0100 > Lionel Elie Mamane wrote: >> On Wed, Dec 12, 2012 at 10:53:07PM +0100, Olivier Ploton wrote: >>> Problem: you cannot type a field name inside a criterion >>> if the field name is also the column

Re: [PATCH] Base: fix incorrect field removal in criterion inside query design view

2012-12-19 Thread Olivier Ploton
On Thu, 13 Dec 2012 07:53:24 +0100 Lionel Elie Mamane wrote: > On Wed, Dec 12, 2012 at 10:53:07PM +0100, Olivier Ploton wrote: > > Problem: you cannot type a field name inside a criterion > > if the field name is also the column name, even if it is qualified. > > The "[Table_1].[name]" gets del

Re: [PATCH] Base: fix incorrect field removal in criterion inside query design view

2012-12-12 Thread Lionel Elie Mamane
On Wed, Dec 12, 2012 at 10:53:07PM +0100, Olivier Ploton wrote: > Problem: you cannot type a field name inside a criterion > if the field name is also the column name, even if it is qualified. > For example (see attached file: pairs.odb), > Query pairs_SQL can not be generated using query design

[PATCH] Base: fix incorrect field removal in criterion inside query design view

2012-12-12 Thread Olivier Ploton
his kind of input is impossible (syntax error). -- Olivier Ploton >From fcc72b68bbe47606b0b416c06ee43109b76fe0f7 Mon Sep 17 00:00:00 2001 From: Olivier Ploton Date: Wed, 12 Dec 2012 22:04:38 +0100 Subject: [PATCH] Base: fix incorrect field removal in criterion inside query design view --- co