Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

SQL Placeholder parser should not replace operator and left hand symbol if there is no space. #21

Open
agentgt opened this issue Mar 25, 2013 · 0 comments

Comments

@agentgt
Copy link
Owner

agentgt commented Mar 25, 2013

UPDATE xml_linkedin_profile
   SET 
   person_xml= XML('<person><id>TEST</id></person>' -- {personXml}
   )
   , update_time=now() -- {updateTime}
 WHERE
 id='TEST' -- {id}

Will turn into (notice TEST at bottom):

UPDATE xml_linkedin_profile
   SET 
   person_xml= XML(?
   )
   , update_time=?
 WHERE
 ?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant