<p>At some point, MariaDB started outputing 'current_timestamp()' in the<br>
default field when DESCRIBE is called on the table. This is a change<br>
from 'CURRENT_TIMESTAMP' in mysql and older versions of mariadb.  As<br>
such, our equality match started to fail and resulting schema dumps<br>
produced <code>current_timestamp()</code> instead of <code>\"current_timestamp"</code></p>
<p>I wasn't sure where to add a test for this.. if you guide me as to where I'm happy to add one.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>&nbsp;&nbsp;<a href='https://github.com/dbsrgits/dbix-class-schema-loader/pull/23'>https://github.com/dbsrgits/dbix-class-schema-loader/pull/23</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Handle current_timestamp() from MariaDB DESCRIBE</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/dbsrgits/dbix-class-schema-loader/pull/23/files#diff-2eb96f84516702795ce3fde2b02150e2">lib/DBIx/Class/Schema/Loader/DBI/mysql.pm</a>
    (2)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/dbsrgits/dbix-class-schema-loader/pull/23.patch'>https://github.com/dbsrgits/dbix-class-schema-loader/pull/23.patch</a></li>
  <li><a href='https://github.com/dbsrgits/dbix-class-schema-loader/pull/23.diff'>https://github.com/dbsrgits/dbix-class-schema-loader/pull/23.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">&mdash;<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/dbsrgits/dbix-class-schema-loader/pull/23">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AACJ4AWV5WBCFUNBFSGW7S3RKWJQDANCNFSM4L3TOIEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AACJ4AQBQQA3DWWAE75723LRKWJQDA5CNFSM4L3TOIE2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4I23NWZQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/dbsrgits/dbix-class-schema-loader/pull/23",
"url": "https://github.com/dbsrgits/dbix-class-schema-loader/pull/23",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>