Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and MTSOnGithub committed May 27, 2024
1 parent b30e563 commit d7fdd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connection/db_connection/mssql/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This is how MSSQL connector performs this:
it will be populated by MSSQL.
.. [2]
This is true only if DataFrame column is a ``StringType()``, because text value is parsed automatically to tagret column type.
This is true only if DataFrame column is a ``StringType()``, because text value is parsed automatically to target column type.
But other types cannot be silently converted, like ``int -> text``. This requires explicit casting, see `DBWriter`_.
Expand Down

0 comments on commit d7fdd86

Please sign in to comment.