-
-
2023/06/19 10:40:49 D:/test/gorm-plus/gplus/dao.go:172
[0.000ms] [rows:0] SELECT * FROM `Users` ORDER BY username DESC,age ASC
--- FAIL: TestSelectListQueryModel (0.00s)
panic: interface conversion…
-
go version 1.19.1
run go mod tidy:
go: finding module for package github.com/acmestack/gorm-plus
github.com/acmestack/gorm-plus: module github.com/acmestack/gorm-plus@latest found (v0.0…
-
### User Story
Given an File ID for a previously stored blob of bytes from a datasource, I should be able to retrieve the bytes for that blob, either from the datasource or by retrieving from Filec…
-
It seems like there isn't a tracking issue about this long-term effort yet (e.g. to mention in commit messages and to make it sprintable).
Nixpkgs moved to an explicit versioning scheme, with the p…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Pending Approval
These branc…
-
### ⚠️ 确认 issue 是否已存在 ⚠️
- [X] 我已经搜索了现有的问题,没有找到跟我问题相关的问题。
### GPT-3 or GPT-4
GPT-3.5
### 操作系统
Linux
### Bug 描述 📝
使用docker-compose up -d创建chatgpt-plus-api和chatgpt-plus-web两个容器后,容器chatgpt-plus-a…
-
My two types are below. I would like to return the user plus its known last latitude and longitude and nothing else. However, I am struggling to do this and the best I have right now is the following …
-
**Background & X Problem**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Proposal and Expectation**
A clear and concise description of what you wa…
-
在model中,create_time和modify_time字段期望在新增/修改记录时,由数据库自动变更。
之前使用gorm的写法是:
```
data := &Students{
Class: 2,
Name: "Mono",
Age: 29,
}
db.Omit("create_time", "modify_time").Create(data)
…