<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Editing tMySQLInput SQL query in Designer mode generates bad Code syntax in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324531#M94221</link>
    <description>&lt;P&gt;There's nothing wrong with my query, just that the tool is failing to incorporate my query correctly. Is there an alternative method you use?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jul 2018 14:54:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-02T14:54:04Z</dc:date>
    <item>
      <title>Editing tMySQLInput SQL query in Designer mode generates bad Code syntax</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324529#M94219</link>
      <description>&lt;P&gt;I dragged a DB table from my Metadata tree onto my canvas and created a MySQL DB Input. The default SQL query pulls all the records in the table. I modified the query by adding a WHERE clause at the end to only retrieve certain records that I need to update.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="whereClause.PNG" style="width: 804px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyXS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138423iA00D364178D475AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyXS.png" alt="0683p000009LyXS.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now I cannot get my job to compile because of a syntax error in my code. When I switch&amp;nbsp;from the Designer mode to the Code mode I can see that my addition is not being correctly incorporated into the query string. My additional line is not being wrapped in quotes and appended with a '+' operator as it should be. I am unable to edit the code side directly and nothing I do&amp;nbsp;on the Designer side is resulting in correct code. What am I missing here?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="noQuotes.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lyry.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144626iE6601966E047D1B4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lyry.png" alt="0683p000009Lyry.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 22:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324529#M94219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-28T22:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editing tMySQLInput SQL query in Designer mode generates bad Code syntax</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324530#M94220</link>
      <description>&lt;P&gt;This is strange and for sure not your fault.&lt;/P&gt;&lt;P&gt;Actually I do not use this feature, instead I ALWAYS design my queries outside Talend in a real SQL tool like DBeaver and check the query always with a explain plan to avoid long running queries.&lt;/P&gt;&lt;P&gt;Next I am usually never happy with the way, Talend Studio creates select SQL statements, because of the always full qualified identifier which blows up the SQL code.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jun 2018 22:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324530#M94220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-28T22:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Editing tMySQLInput SQL query in Designer mode generates bad Code syntax</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324531#M94221</link>
      <description>&lt;P&gt;There's nothing wrong with my query, just that the tool is failing to incorporate my query correctly. Is there an alternative method you use?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 14:54:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324531#M94221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T14:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Editing tMySQLInput SQL query in Designer mode generates bad Code syntax</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324532#M94222</link>
      <description>&lt;P&gt;When I try to change the SQL back to the original statement by deleting my WHERE clause, the code window no longer updates to reflect my changes. It keeps my line there with the compilation error. Can someone please explain to me how and when the underlying code is synced with changes made on the Designer side?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 15:24:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324532#M94222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T15:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Editing tMySQLInput SQL query in Designer mode generates bad Code syntax</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324533#M94223</link>
      <description>&lt;P&gt;I have tried deleting the tDBInput element altogether and recreating it...twice now. The name of my input is tDBInput_3. When I go to the Code view, the errors in my code are variables referencing tDBInput_1, which no longer exists. Why isn't my code updating to match the designer window? How can I force a regeneration of the underlying java code?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jul 2018 15:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324533#M94223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-02T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Editing tMySQLInput SQL query in Designer mode generates bad Code syntax</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324534#M94224</link>
      <description>&lt;P&gt;Have you tried typing the query without newline?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jul 2018 10:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Editing-tMySQLInput-SQL-query-in-Designer-mode-generates-bad/m-p/2324534#M94224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-03T10:09:32Z</dc:date>
    </item>
  </channel>
</rss>

