2015-11-23 21:53 GMT+01:00 Esteban A. Maringolo <emaringolo@gmail.com>:
Hi,
I'm testing the new glorp port in Pharo 5 and got some failing errors related with #expandMacros that don't fail in Pharo 4.
Does somebody know why this works in Pharo 4 but not in Pharo 5?
Maybe this one: 16863 <https://pharo.fogbugz.com/f/cases/16863/Make-expandMacros-more-consistent-wi...> Make expandMacros more consistent with general use
'SELECT * FROM (*SELECT *<n> FROM GR_ADDRESS t1<n> WHERE *t1.ID = * UNION ALL *SELECT *<n> FROM GR_ADDRESS t1<n> WHERE *t1.ID = *' expandMacros match: 'SELECT DISTINCT * FROM ((SELECT t1.ID, t1.STREET, t1.HOUSE_NUM FROM GR_ADDRESS t1 WHERE (t1.ID = 1)) UNION ALL (SELECT t1.ID, t1.STREET, t1.HOUSE_NUM FROM GR_ADDRESS t1 WHERE (t1.ID = 1))) t1'
Regards!
Esteban A. Maringolo
[1] Workspace available at: http://ws.stfx.eu/1X5Y12YKCO5A