othercorey
othercorey
@markstory Do we consider this a bug?
> Is possible use epilog() in this case? > > ```sql > SELECT * FROM employees PARTITION (p1) WHERE id = 1 > ``` I think the only way is...
I don't believe partitions in postgresql work the same way. You don't query a partition through a special statement but rather through the unique table name.
The only thing I don't like is the return type cannot be declared since `void` cannot be in a union type.
Are we going to abandon this for cake5?
I don't expect to use this either way, but the `_mailto` option feels very obscure.
Should this be moved to 5.0 or closed as won't fix?
> > Its good to be any by default, but inconsistency between front-end and back-end should be fixed. > > Yes the inconsistency should be addressed. Is there anything left...
TreeBehavior randomly sets an invalid value on lft/rght indices of nodes during unrelated operations
I'm not sure what we can do without a way to reproduce it.
TreeBehavior randomly sets an invalid value on lft/rght indices of nodes during unrelated operations
@ADmad Should we close this with 3.x support ending or move to another milestone?