<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for onesimplegeek</title><link>http://disqus.com/by/onesimplegeek/</link><description></description><atom:link href="http://disqus.com/onesimplegeek/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 17 Jan 2019 00:24:01 -0000</lastBuildDate><item><title>Re: Laravel Datatables | fluent.getUnion.title</title><link>https://datatables.yajrabox.com/fluent/union#comment-4289938714</link><description>&lt;p&gt;I had the same problem, then when I tried the approach as outlined above I got a `SQLSTATE[HY000]: General error: 2031` error.&lt;/p&gt;&lt;p&gt;Solution, I found (these queries are obviously far simplified from what I used)&lt;br&gt;&lt;code&gt;&lt;br&gt;$first = DB::table('users')&lt;br&gt;     -&amp;gt;select(['id', 'name', 'email', 'created_at', 'updated_at']);&lt;br&gt;&lt;br&gt;$union = DB::table('users')&lt;br&gt;     -&amp;gt;select(['id', 'name', 'email', 'created_at', 'updated_at'])&lt;br&gt;     -&amp;gt;union($first);&lt;br&gt;&lt;br&gt;$sql = $union-&amp;gt;toSql();&lt;br&gt;&lt;br&gt;    foreach ($union-&amp;gt;getBindings() as $key =&amp;gt; $binding) {&lt;br&gt;     $sql = preg_replace('/\?/', "'$binding'", $sql, 1);&lt;br&gt;    }&lt;br&gt;&lt;br&gt;$query = DB::table(DB::raw("({$sql}) as x"))&lt;br&gt;     -&amp;gt;select('x.*');&lt;br&gt;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">onesimplegeek</dc:creator><pubDate>Thu, 17 Jan 2019 00:24:01 -0000</pubDate></item><item><title>Re: http://onesimplegeek.com/post/2679126061</title><link>http://onesimplegeek.com/post/2679126061#comment-126710576</link><description>&lt;p&gt;Testing 1 2&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">onesimplegeek</dc:creator><pubDate>Mon, 10 Jan 2011 00:42:05 -0000</pubDate></item><item><title>Re: -mark lee. rocks.</title><link>http://marklee.tumblr.com/post/47683923#comment-1884142</link><description>&lt;p&gt;It's a mutant cowpig!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">onesimplegeek</dc:creator><pubDate>Wed, 27 Aug 2008 22:24:20 -0000</pubDate></item></channel></rss>