MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / empty_strings_text

Method empty_strings_text

test/requirements.py:1043–1049  ·  view source on GitHub ↗

target database can persist/return an empty string with an unbounded text.

(self)

Source from the content-addressed store, hash-verified

1041
1042 @property
1043 def empty_strings_text(self):
1044 """target database can persist/return an empty string with an
1045 unbounded text."""
1046
1047 return fails_if(
1048 ["oracle"], "oracle converts empty strings to a blank space"
1049 )
1050
1051 @property
1052 def string_type_isnt_subtype(self):

Callers

nothing calls this directly

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected