<?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 mySQL boolean columns in table creation ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/mySQL-boolean-columns-in-table-creation/m-p/2295603#M68353</link>
    <description>Hi&lt;BR /&gt;I'm using Talend v3.1 RC3 and Java jobs, and I'm trying to create mySQL tables with some boolean columns, but cannot find the BOOLEAN db type.&lt;BR /&gt;when a column in the schema is Boolean or boolean, the mapping to DB types is BIT(1) instead of BOOLEAN.&lt;BR /&gt;I thought it was nearly the same, but inserting true/false values in these BIT columns, the value I get in the table is "b".&lt;BR /&gt;Did I miss something ?</description>
    <pubDate>Sat, 16 Nov 2024 13:57:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:57:57Z</dc:date>
    <item>
      <title>mySQL boolean columns in table creation ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mySQL-boolean-columns-in-table-creation/m-p/2295603#M68353</link>
      <description>Hi&lt;BR /&gt;I'm using Talend v3.1 RC3 and Java jobs, and I'm trying to create mySQL tables with some boolean columns, but cannot find the BOOLEAN db type.&lt;BR /&gt;when a column in the schema is Boolean or boolean, the mapping to DB types is BIT(1) instead of BOOLEAN.&lt;BR /&gt;I thought it was nearly the same, but inserting true/false values in these BIT columns, the value I get in the table is "b".&lt;BR /&gt;Did I miss something ?</description>
      <pubDate>Sat, 16 Nov 2024 13:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mySQL-boolean-columns-in-table-creation/m-p/2295603#M68353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: mySQL boolean columns in table creation ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/mySQL-boolean-columns-in-table-creation/m-p/2295604#M68354</link>
      <description>Hello
&lt;BR /&gt;Mysql use TINYINT(1) to replace BOOLEAN, so you should select Boolean on Type column and TINYINT on DB types column.
&lt;BR /&gt;true will be 1 and false will be 0.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Mon, 11 May 2009 04:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/mySQL-boolean-columns-in-table-creation/m-p/2295604#M68354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-11T04:04:34Z</dc:date>
    </item>
  </channel>
</rss>

