Rudolf B.

Results 6 issues of Rudolf B.

Should fix https://github.com/SeaQL/sea-orm/issues/426 I'm not sure what `entitiy_model.rs` does, so I'm not sure if i got that right. (i got an error in `combine.rs` and just added the `todo!`s for...

Is it currently possible to use other types such as (Pg) Interval? I found the `Custom` Variant in the [Docs](https://docs.rs/sea-orm/0.5.0/sea_orm/entity/enum.ColumnType.html), but is this meant to map back to existing `sea_orm::Value`s...

Preparation for https://github.com/SeaQL/sea-orm/issues/426 **Support for** - [x] `std::time::Duration` - [x] `chrono::Duration` I'm not sure if it makes sense to use `std::time::Duration` without `chrono` `postgres-types` doesn't seem to support `ToSql` for...

Attempt to fix https://github.com/firewalld/firewalld/issues/564. I'm not familiar with `gi` so I'm not sure if it will/can include `Notify 0.7.3`.

As described in [the documentation](https://www.joomlacontenteditor.net/support/documentation/global-configuration/global-configuration), there should be a setting for `cleanup_pluginmode`. As of `2.7.17`, it's not there anymore (might have disappeared earlier). For some reason, ampersands in URLs are...

## Description `ColumnDef` builder functions in `sea-orm-migration` may push SQL additional statements instead of changing them. It looks like `string()`, for example, will add `NOT NULL` by default. If you...