Skip to content

Commit

Permalink
Fixed Synapse option in the SqlDeveloper Shiny app.
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin_mschuemi authored and Admin_mschuemi committed Jun 27, 2023
1 parent c409364 commit fb99116
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Bugfixes:

1. Fixed translation of `DATEADD()` for DuckDB when number to add is an expression instead of a verbatim number.

2. Fixed Synapse option in the SqlDeveloper Shiny app.


SqlRender 1.15.0
================
Expand Down
2 changes: 1 addition & 1 deletion inst/shinyApps/SqlDeveloper/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dashboardPage(
column(width = 3,
box(background = "light-blue",
h4("Target dialect"), width = NULL,
selectInput("dialect", NULL, choices = c("BigQuery", "Impala", "Netezza", "Oracle", "PDW", "PostgreSQL", "RedShift", "SQL Server", "SQLite", "Hive", "Spark", "Snowflake", "Azure Synapse"), selected = "SQL Server"),
selectInput("dialect", NULL, choices = c("BigQuery", "Impala", "Netezza", "Oracle", "PDW", "PostgreSQL", "RedShift", "SQL Server", "SQLite", "Hive", "Spark", "Snowflake", "Synapse"), selected = "SQL Server"),
h4("Temp emulation schema"),
textInput("tempEmulationSchema", NULL),
h4("Parameters"),
Expand Down

0 comments on commit fb99116

Please sign in to comment.