target database can persist/return an empty string with an unbounded text.
(self)
| 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): |
nothing calls this directly
no test coverage detected