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