Skip to content

Commit

Permalink
apacheGH-37440: [C#][Docs] Add Flight SQL supported functions to stat…
Browse files Browse the repository at this point in the history
…us.rst (apache#37441)

### Rationale for this change

Update the feature support documentation to reflect that Flight SQL is now supported with C#

### What changes are included in this PR?

The feature support matrix for Flight SQL now lists functions supported with C#

### Are these changes tested?

N/A

### Are there any user-facing changes?

Yes, the documentation.

No

Closes issue apache#37440 
* Closes: apache#37440

Authored-by: jeremyosterhoudt <jeremyosterhoudt@yahoo.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
jeremyosterhoudt authored and loicalleyne committed Nov 13, 2023
1 parent ecb7897 commit a2a451e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/source/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,45 +243,45 @@ support/not support individual features.
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| CancelQuery ||| | | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| ClosePreparedStatement |||| | | | | |
| ClosePreparedStatement |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| CreatePreparedStatement |||| | | | | |
| CreatePreparedStatement |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| CreatePreparedSubstraitPlan ||| | | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| EndSavepoint ||| | | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| EndTransaction ||| | | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetCatalogs |||| | | | | |
| GetCatalogs |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetCrossReference |||| | | | | |
| GetCrossReference |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetDbSchemas |||| | | | | |
| GetDbSchemas |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetExportedKeys |||| | | | | |
| GetExportedKeys |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetImportedKeys |||| | | | | |
| GetImportedKeys |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetPrimaryKeys |||| | | | | |
| GetPrimaryKeys |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetSqlInfo |||| | | | | |
| GetSqlInfo |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetTables |||| | | | | |
| GetTables |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetTableTypes |||| | | | | |
| GetTableTypes |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| GetXdbcTypeInfo |||| | | | | |
| GetXdbcTypeInfo |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| PreparedStatementQuery |||| | | | | |
| PreparedStatementQuery |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| PreparedStatementUpdate |||| | | | | |
| PreparedStatementUpdate |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| StatementSubstraitPlan ||| | | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| StatementQuery |||| | | | | |
| StatementQuery |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+
| StatementUpdate |||| | | | | |
| StatementUpdate |||| | | | | |
+--------------------------------------------+-------+-------+-------+------------+-------+-------+-------+-------+

.. seealso::
Expand Down

0 comments on commit a2a451e

Please sign in to comment.