You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2019/12/13 02:35:08 UTC

[GitHub] [incubator-dolphinscheduler] coding-now opened a new issue #1467: [Feature] SqlTask support #{} that only replace parameter, Do not check data types and convert it.

coding-now opened a new issue #1467: [Feature] SqlTask support #{} that only replace parameter,Do not check data types and convert it.
URL: https://github.com/apache/incubator-dolphinscheduler/issues/1467
 
 
   SqlTask,support ${} currently ,want support# {} too ,a example as follows:
   ```
   select a,b,c,${param1}
   from #{param2}
   where #{param3}=${param4}
   ```
   ,where **param2,param3 may be setted through preSql.**
   
   **preSql support return value,support Query SQL. and return key is paramer name.**
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services