Skip to content

Commit

Permalink
forgot to add mssql to start_query
Browse files Browse the repository at this point in the history
  • Loading branch information
drizk1 committed Apr 2, 2024
1 parent e04fa1c commit fbf43ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/TidierDB.jl
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ function start_query_meta(db, table::Symbol)
get_table_metadata(db, table_name)
elseif current_sql_mode[] == :duckdb
get_table_metadata(db, table_name)
elseif current_sql_mode[] == :mssql
get_table_metadata(db, table_name)
else
error("Unsupported SQL mode: $(current_sql_mode[])")
end
Expand Down

0 comments on commit fbf43ab

Please sign in to comment.