凊弦凝绝

Results 24 issues of 凊弦凝绝

## Summary When I am writting migration, I make a mistake following ```rust ColumnDef::new(Id) .auto_increment() .primary_key() .not_null(), ``` I just forget giving the type of PK. But I do not...

#28 - [x] 封装 原有路径加载接口 - [x] 使用 [directories](https://docs.rs/directories/4.0.1/directories/index.html#) 进行本地文件管理 - [x] 允许特殊设置配置修改默认文件夹位置

- [x] 日志格式 - [x] 不同等级日志输出颜色 - [x] 日志筛选等级 - [x] 日志输出到 `Stdout` - [ ] 日志输出到文件 - [ ] 日志文件位置 - [ ] 日志文件格式 --- - [ ] 日志全覆盖...

有点奇怪,龙骨打不开

## Description `DerivePartialModel` will produce error when set `entity` as `path::to::entity::Entity` ## Steps to Reproduce 1. prepare an Entity, using `cake` for example 2. define the partial model like following...

## PR Info - #1715 ## New Features - [x] `FromQueryResult` support `flatten` - [x] `DerivePartialModel` support `flatten` - [x] document update - [x] test case ## Changes - [x]...

## PR Info Add generic support for derive macro `DerivePartialModel`. Make it can use with `FromQueryResult` with generic argument. ## New Features - [x] generic support for `DerivePartialModel` - [x]...

## Motivation When I implement the `DerivePartialModel` I find I can't implement `SelectTwoMany::all_partial_model` because of no primany key to consolidate result. I think it may can be solved. If support...

修复单例问题

## Why need this feature | 为什么需要这个新特性 随着设置项增多,更大的设置页面成为需要 较多的设置项如果更新后立即生效可能变得不再合适,添加如 应用,取消等按键进行提交更改的设置内容将很有用 ## Describe the solution you'd like | 你希望这个新特征是什么样的 有一个单独的页面展示全部的设置内容 携带 应用, 取消等功能按键 能够方便的在未来添加更多配置

enhancement