You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/13 19:35:53 UTC

[GitHub] mistercrunch commented on a change in pull request #5618: [dashboards] Increasing position_json to MEDIUMTEXT for MySQL

mistercrunch commented on a change in pull request #5618: [dashboards] Increasing position_json to MEDIUMTEXT for MySQL
URL: https://github.com/apache/incubator-superset/pull/5618#discussion_r209732089
 
 

 ##########
 File path: superset/utils.py
 ##########
 @@ -1011,3 +1012,7 @@ def get_username():
         return g.user.username
     except Exception:
         pass
+
+
+def MediumText():
+    return Text().with_variant(MEDIUMTEXT(), 'mysql')
 
 Review comment:
   oh nice! SQLAlchemy keeps on revealing its secrets :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org