Skip to content

Commit

Permalink
Add newline docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Oct 28, 2024
1 parent 07760e3 commit ced4aef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
For example,
::
Invoking cursor.execute("INSERT INTO test (testField) VALUES (123)") will lead to sql query "INSERT INTO test (testField) VALUES (123)" but when SQLCommenter is enabled
the query will get appended with some configurable tags like "INSERT INTO test (testField) VALUES (123) /*tag=value*/;"
Expand Down

0 comments on commit ced4aef

Please sign in to comment.