MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / empty_strings_text

Method empty_strings_text

test/requirements.py:993–999  ·  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

991
992 @property
993 def empty_strings_text(self):
994 """target database can persist/return an empty string with an
995 unbounded text."""
996
997 return fails_if(
998 ["oracle"], "oracle converts empty strings to a blank space"
999 )
1000
1001 @property
1002 def string_type_isnt_subtype(self):

Callers

nothing calls this directly

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected