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 2022/02/16 06:17:59 UTC

[GitHub] [superset] zhaoyongjie commented on issue #18716: saved queries - schema with null value

zhaoyongjie commented on issue #18716:
URL: https://github.com/apache/superset/issues/18716#issuecomment-1041147640


   Hi @mchogithub, according to [MySQL Reference Manual](https://dev.mysql.com/doc/refman/8.0/en/glossary.html#glos_schema) said
   > In MySQL, physically, a schema is synonymous with a database. You can substitute the keyword SCHEMA instead of DATABASE in MySQL SQL syntax, for example using CREATE SCHEMA instead of CREATE DATABASE. 
   
   `schema` and `database` is the same namespace, so `schema` put null value on MySQL driver make sense.
   
   I try this issue on PostgreSQL 12 on my local machine. The schema can be successfully saved.
   
   <img width="1200" alt="image" src="https://user-images.githubusercontent.com/2016594/154207478-f605290b-708e-42a7-80f3-60f36a141ed1.png">
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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