[dabo-users] Bug in dDataSet.execute()

2013-08-09 Thread Ricardo Aráoz
It is probably broken. This is my input : >>> dsDict = {"carg" : cargarDS} >>> ds = tjtasDS.execute(""" ... select carg.NroTarjeta ... , ifnull(nullif(carg.Apellido, ''), dataset.Apellido) ... , ifnull(nullif(carg.Nombre, ''), dataset.Nombre) ... , ifnull(n

Re: [dabo-users] Bug in dDataSet.execute()

2013-08-09 Thread Ricardo Aráoz
El 09/08/13 20:58, Ricardo Aráoz escribió: It is probably broken. This is my input : >>> dsDict = {"carg" : cargarDS} >>> ds = tjtasDS.execute(""" ... select carg.NroTarjeta ... , ifnull(nullif(carg.Apellido, ''), dataset.Apellido) ... , ifnull(nullif(carg.Nombre, '')

Re: [dabo-users] Bug in dDataSet.execute()

2013-08-10 Thread John Fabiani
On 08/09/2013 05:09 PM, Ricardo Aráoz wrote: El 09/08/13 20:58, Ricardo Aráoz escribió: It is probably broken. This is my input : >>> dsDict = {"carg" : cargarDS} >>> ds = tjtasDS.execute(""" ... select carg.NroTarjeta ... , ifnull(nullif(carg.Apellido, ''), dataset.Apellido) ..

Re: [dabo-users] Bug in dDataSet.execute()

2013-08-10 Thread Ricardo Aráoz
El 10/08/13 12:24, John Fabiani escribió: On 08/09/2013 05:09 PM, Ricardo Aráoz wrote: El 09/08/13 20:58, Ricardo Aráoz escribió: It is probably broken. This is my input : >>> dsDict = {"carg" : cargarDS} >>> ds = tjtasDS.execute(""" ... select carg.NroTarjeta ... , ifnull(null

Re: [dabo-users] Bug in dDataSet.execute()

2013-08-11 Thread Ricardo Aráoz
El 11/08/13 12:11, John Fabiani escribió: On 08/10/2013 08:42 AM, Ricardo Aráoz wrote: This is not only restricted to sqlite, I think this would affect anyone using two datasets to perform a query. Once the data is inside the data sets then it's the same no matter which db you are using? If any