Vitali Pikulik

Results 3 issues of Vitali Pikulik

There is a stream: ```sql CREATE FOREIGN TABLE field_stream ( name text, value text) SERVER pipelinedb; ``` and continuous view: ```sql CREATE VIEW values WITH (ttl = '5 day', ttl_column...

## Expected Behavior https://github.com/poem-web/poem/compare/master...vpikulik:poem:union_is_object_type ## Actual Behavior ``` $ -> cargo check Checking example-openapi-union v0.1.0 (/Users/promo/wd/poem/examples/openapi/union) error[E0277]: the trait bound `MyObj: IsObjectType` is not satisfied --> openapi/union/src/main.rs:25:8 | 25 |...

bug

## Expected Behavior Check this example https://github.com/poem-web/poem/compare/master...vpikulik:union_fail_example It compiled in previous versions ## Actual Behavior ``` $ -> cargo check Checking example-openapi-union v0.1.0 (/_____/poem/examples/openapi/union) error[E0401]: can't use generic parameters from...

bug