Skip to content
Snippets Groups Projects
  1. Sep 25, 2017
  2. Jul 05, 2017
  3. Jul 04, 2017
  4. Jun 19, 2017
  5. Jun 01, 2017
    • gmantele's avatar
      [ADQL] Fix nasty infinite loop when wrapping matches with SimpleReplaceHandler. · 66304427
      gmantele authored
      This infinite loop occured only when the replacement object is just
      a wrapping of the matching object ; after replacement, the new object was
      inspected for matching objects.
      
      Example: infinite loop if we want to wrap all foo(...) functions with
               the function ROUND in the following query:
          SELECT foo(foo(123)) FROM myTable
      	     Expected result:
          SELECT ROUND(foo(ROUND(foo(123)))) FROM myTable
      	     But generated result was:
          SELECT ROUND(ROUND(ROUND(......foo(foo(123))))) FROM myTable
      66304427
  6. May 10, 2017
  7. Apr 25, 2017
  8. Apr 20, 2017
  9. Apr 04, 2017
  10. Apr 03, 2017
  11. Mar 29, 2017
  12. Mar 17, 2017
  13. Mar 16, 2017
  14. Mar 15, 2017
  15. Mar 13, 2017
  16. Mar 10, 2017
Loading