This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from 7afda6e  Update UPDATING.md (#8465)
     add 0a3b121  [sql] Fixing datetime SQL literal (#8464)

No new revisions were added by this update.

Summary of changes:
 superset/connectors/sqla/models.py                 | 26 ++++++++++++++--------
 superset/db_engine_specs/athena.py                 |  9 ++++----
 superset/db_engine_specs/base.py                   | 12 +++++-----
 superset/db_engine_specs/bigquery.py               | 12 ++++++----
 superset/db_engine_specs/clickhouse.py             |  9 ++++----
 superset/db_engine_specs/db2.py                    |  6 -----
 superset/db_engine_specs/drill.py                  |  9 ++++----
 superset/db_engine_specs/elasticsearch.py          | 10 ++++-----
 superset/db_engine_specs/hive.py                   |  8 +++----
 superset/db_engine_specs/impala.py                 | 10 +++++----
 superset/db_engine_specs/kylin.py                  |  9 ++++----
 superset/db_engine_specs/mssql.py                  | 11 +++++++--
 superset/db_engine_specs/mysql.py                  | 13 ++++++-----
 superset/db_engine_specs/oracle.py                 | 12 ++++++----
 superset/db_engine_specs/postgres.py               | 13 +++++++----
 superset/db_engine_specs/presto.py                 |  8 +++----
 superset/db_engine_specs/sqlite.py                 |  9 ++++----
 .../{mysql_tests.py => athena_tests.py}            | 25 ++++++++++++---------
 tests/db_engine_specs/base_engine_spec_tests.py    |  4 ++++
 tests/db_engine_specs/base_tests.py                |  5 +++++
 tests/db_engine_specs/bigquery_tests.py            | 17 ++++++++++++++
 .../{mysql_tests.py => clickhouse_tests.py}        | 24 +++++++++++---------
 .../{mysql_tests.py => drill_tests.py}             | 25 ++++++++++++---------
 .../db_engine_specs/elasticsearch_tests.py         | 16 +++++++------
 tests/db_engine_specs/hive_tests.py                | 12 ++++++++++
 .../{mysql_tests.py => impala_tests.py}            | 24 +++++++++++---------
 .../{mysql_tests.py => kylin_tests.py}             | 24 +++++++++++---------
 tests/db_engine_specs/mssql_tests.py               | 18 +++++++++++++++
 tests/db_engine_specs/mysql_tests.py               | 13 +++++++++++
 tests/db_engine_specs/oracle_tests.py              | 14 ++++++++++++
 tests/db_engine_specs/postgres_tests.py            | 13 +++++++++++
 tests/db_engine_specs/presto_tests.py              | 13 +++++++++++
 .../db_engine_specs/sqlite_tests.py                | 12 +++++-----
 33 files changed, 299 insertions(+), 146 deletions(-)
 copy tests/db_engine_specs/{mysql_tests.py => athena_tests.py} (63%)
 copy tests/db_engine_specs/{mysql_tests.py => clickhouse_tests.py} (63%)
 copy tests/db_engine_specs/{mysql_tests.py => drill_tests.py} (63%)
 copy superset/legacy.py => tests/db_engine_specs/elasticsearch_tests.py (66%)
 copy tests/db_engine_specs/{mysql_tests.py => impala_tests.py} (63%)
 copy tests/db_engine_specs/{mysql_tests.py => kylin_tests.py} (63%)
 copy superset/db_engine_specs/gsheets.py => 
tests/db_engine_specs/sqlite_tests.py (74%)

Reply via email to