Skip to content

Commit

Permalink
Update pyexasol/connection.py
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Ubensee <[email protected]>
  • Loading branch information
Nicoretti and tomuben authored Dec 4, 2024
1 parent 95729bc commit b0d6ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyexasol/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def current_schema(self):
Get the name of the current schema.
Returns:
Name of currently opened schema. Return empty string if no schema was opened.
Name of currently opened schema. Returns an empty string if no schema was opened.
"""
return self.attr.get('currentSchema', '')

Expand Down

0 comments on commit b0d6ef5

Please sign in to comment.