MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / empty_strings_varchar

Method empty_strings_varchar

test/requirements.py:1033–1040  ·  view source on GitHub ↗

target database can persist/return an empty string with a varchar.

(self)

Source from the content-addressed store, hash-verified

1031
1032 @property
1033 def empty_strings_varchar(self):
1034 """
1035 target database can persist/return an empty string with a varchar.
1036 """
1037
1038 return fails_if(
1039 ["oracle"], "oracle converts empty strings to a blank space"
1040 )
1041
1042 @property
1043 def empty_strings_text(self):

Callers

nothing calls this directly

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected