<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — MySQL "INNER JOIN" change in 5.0.12]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=13</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=13&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in MySQL "INNER JOIN" change in 5.0.12.]]></description>
		<lastBuildDate>Wed, 03 Sep 2014 04:08:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: MySQL "INNER JOIN" change in 5.0.12]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=20630#p20630</link>
			<description><![CDATA[<p>Are there any more such constructs in FA now (function is now at line 1613)? In such cases, do the referred corresponding fields in the tables within those in the parantheses get automagically equated?</p><p>In this case, the WHERE clause states:<br /></p><div class="codebox"><pre><code>chart.account_code=acc.account_code</code></pre></div><p>should it be<br /></p><div class="codebox"><pre><code>chart.account_code=acc.account_code AND chart.account_code=type.account_code</code></pre></div><p>instead?</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Wed, 03 Sep 2014 04:08:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=20630#p20630</guid>
		</item>
		<item>
			<title><![CDATA[Re: MySQL "INNER JOIN" change in 5.0.12]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22#p22</link>
			<description><![CDATA[<p>Thanks leeg,</p><p>for pointing this out. The bug is fixed in the CVS. For those affected, please check out the new revision of /frontaccount/includes/ui/ui_lists.inc.</p><p>Regards<br />Admin</p>]]></description>
			<author><![CDATA[null@example.com (admin)]]></author>
			<pubDate>Wed, 18 Apr 2007 20:37:28 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22#p22</guid>
		</item>
		<item>
			<title><![CDATA[MySQL "INNER JOIN" change in 5.0.12]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=21#p21</link>
			<description><![CDATA[<p>MySQL syntax for joins mixed with commas has changed.&nbsp; See http://bugs.mysql.com/bug.php?id=15823.</p><p>This affects ui_lists.inc, that I&#039;ve found so far, and can be fixed by surrounding the comma-separated fields with parenthesis.&nbsp; For example, in function gl_all_accounts_list on line 1381, change</p><p>FROM &quot;.TB_PREF.&quot;chart_master,&quot;.TB_PREF.&quot;chart_types LEFT JOIN &quot;.TB_PREF.&quot;bank_accounts ON &quot;.TB_PREF.&quot;chart_master.account_code=&quot;.TB_PREF.&quot;bank_accounts.account_code</p><p>to</p><p>FROM (&quot;.TB_PREF.&quot;chart_master,&quot;.TB_PREF.&quot;chart_types) LEFT JOIN &quot;.TB_PREF.&quot;bank_accounts ON &quot;.TB_PREF.&quot;chart_master.account_code=&quot;.TB_PREF.&quot;bank_accounts.account_code</p>]]></description>
			<author><![CDATA[null@example.com (leeg)]]></author>
			<pubDate>Wed, 18 Apr 2007 16:10:31 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=21#p21</guid>
		</item>
	</channel>
</rss>
