sql-server
Microsoft's SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality. It originated from the Sybase SQL Server 4.x codebase and Transact-SQL dialect (t-sql), but it has forked significantly since then.
SQL Server is available in multiple versions (typically identified by release year), each of which are subdivided into editions to distinguish between product functionality. The latest released version is SQL Server 2019 which was released on November 4th, 2019.
Here are 83 public repositories matching this topic...
Other adapters (e.g. dbt-spark) have adopted a single-source-of-truth approach to documentation, prefering to document setup and configuration information only on the docs.getdbt website, rather than duplicating it on the docs page and the adapter repo's readme.
I think we should do the same.
-
Updated
May 9, 2022 - Python
-
Updated
Apr 30, 2018 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Feb 11, 2022 - Python
-
Updated
May 6, 2020 - Python
-
Updated
Oct 28, 2019 - Python
-
Updated
Apr 6, 2022 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Feb 17, 2022 - Python
-
Updated
Jul 20, 2020 - Python
-
Updated
Jun 15, 2017 - Python
-
Updated
Jun 17, 2019 - Python
-
Updated
Jul 14, 2020 - Python
-
Updated
Apr 20, 2021 - Python
-
Updated
May 3, 2022 - Python
-
Updated
Mar 13, 2020 - Python
-
Updated
Jun 24, 2019 - Python
-
Updated
Dec 31, 2020 - Python
-
Updated
Oct 27, 2021 - Python
-
Updated
Feb 2, 2022 - Python
-
Updated
Dec 23, 2020 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Sep 24, 2021 - Python
-
Updated
Apr 26, 2018 - Python
-
Updated
Oct 28, 2019 - Python
There are several places in the code base where Calcite is mentioned in the comments. All of those instances should be remove and replaced with the correlating DataFusion comment. This is not a simple find/replace but rather the wording needs to be adjusted to ensure it is still valid in DataFusion. If something doesn't fit it can just be removed.