Bruno Kim Medeiros Cesar
Bruno Kim Medeiros Cesar
@mmckenziedev Ex...Facebook engineers? Isn't this a xoogler group?
For sure, this function even accepts an empty `parameter_types` dict, in which case it discovers the type from the value itself.
FTR, it's already possible to do that using only `and_` and `not_`, thanks to [De Morgan's laws](https://en.wikipedia.org/wiki/De_Morgan%27s_laws): ```py from attrs.validator import instance_of, deep_iterable, and_, not_ @define class C: x: A...
I'm also interested in this fix (working on Trino).
I'm experiencing the same issue with a fresh install. It looks like the `TRANSIENT` keyword is part of the ANSI dialect (e.g., in 'CREATE TRANSIENT TABLE') but not used by...
For sure, this function even accepts an empty `parameter_types` dict, in which case it discovers the type from the value itself.