Bastian
Bastian
Issue #431
Not sure if the proto options allow some per file or per package options. But there are some java specific options for example. And in my case it would be...
## Description `create_table_from_entity` create a foreign key name, that can get quite long. In my case 69 characters. The maximum in MySQL is 64 characters. ## Steps to Reproduce Generate...
## PR Info - Dependencies: - https://github.com/SeaQL/sea-query/pull/264 - https://github.com/SeaQL/sea-schema/pull/46 ## Adds sqlx ltree support
## PR Info - Dependencies: - https://github.com/SeaQL/sea-schema/pull/46 - https://github.com/SeaQL/sea-orm/pull/545 Need to wait for next sqlx release before merging this. ## Adds This PR adds sqlx ltree support to sea-query
**Describe the bug** I implemented `std::fmt::Display` for a type and the implementation contains a match arm like: ``` _ => write!( f, "{}{}", self.call_wahtever_function(), self.call_another_function() ) ``` The line containing...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
## Bug Report When using `emit_rerun_if_changed` in a workspace project it adds a rerun for the complete workspace folder. This causes way to many rebuilds. ### Version 0.8 ### Description...
There exists a quite common hack to add an env variable for the workspace directory: https://github.com/rust-lang/cargo/issues/3946#issuecomment-97313299 In comparison to `cargo test` this hack is not working with nextest. While its...
An function to generate a random UUID to use in headers/bodies would be nice