{"id":4559,"date":"2014-07-24T13:53:32","date_gmt":"2014-07-24T10:53:32","guid":{"rendered":"http:\/\/mummila.net\/kommentit\/?p=4559"},"modified":"2014-07-24T13:53:32","modified_gmt":"2014-07-24T10:53:32","slug":"ive-worked-around-that-enum-error-by-adding-this","status":"publish","type":"post","link":"https:\/\/mummila.net\/kommentit\/2014\/07\/24\/ive-worked-around-that-enum-error-by-adding-this\/","title":{"rendered":"I&#8217;ve worked around that enum error by adding this"},"content":{"rendered":"<p>I&#8217;ve worked around that enum error (since before owncloud 7 already) by adding this in 3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Platforms\/MySqlPlatform.php:<\/p>\n<div class=\"highlight highlight-diff\">\n<pre><span class=\"gu\" style=\"font-weight: bold;color: #800080\">@@ -661,6 +661,7 @@<\/span>\r\n     protected function initializeDoctrineTypeMappings()\r\n     {\r\n         $this-&gt;doctrineTypeMapping = array(\r\n<span class=\"gi\" style=\"color: #000000\">+            'enum' =&gt; 'string',<\/span>\r\n             'tinyint'       =&gt; 'boolean',\r\n             'smallint'      =&gt; 'smallint',\r\n             'mediumint'     =&gt; 'integer',<\/pre>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve worked around that enum error by adding &#8217;enum&#8217; =&gt; &#8217;string&#8217;, in 3rdparty\/doctrine\/dbal\/lib\/Doctrine\/DBAL\/Platforms\/MySqlPlatform.php.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8860],"tags":[12625],"class_list":["post-4559","post","type-post","status-publish","format-standard","hentry","category-vianhallintajarjestelmat","tag-owncloud","sijainti-github"],"_links":{"self":[{"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/posts\/4559","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/comments?post=4559"}],"version-history":[{"count":1,"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/posts\/4559\/revisions"}],"predecessor-version":[{"id":4560,"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/posts\/4559\/revisions\/4560"}],"wp:attachment":[{"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/media?parent=4559"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/categories?post=4559"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mummila.net\/kommentit\/wp-json\/wp\/v2\/tags?post=4559"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}