-
### Bambu Studio Version
1.9.5.51
### Where is the application from?
Bambu Lab Official website
### OS version
macOS Sonoma 14.6.1
### Additional system information
Apple M1 Pro
### Printer
…
-
**Describe the bug**
Query performance depend on WHERE parameters order
**To Reproduce**
Steps to reproduce the behavior:
1. Run queries changing order of params
2.
3.
4.
**Expected beh…
-
For example, frames without associated video:
```
sqlite> select * from video_chunks order by id desc limit 2;
10|/Users/jason/Library/Application Support/today.jason.rem/output-1703765761.890883…
-
**Describe the bug**
When we use DISTINCT with ORDER BY and OFFSET 0 LIMT 100, the result is incorrect. Compared with without ORDER BY, there is a lot less data.
**To Reproduce**
For example, in…
-
Today, we cannot add limits, filters, or orderings to nested queries without first duplicating them. This is due to a limitation of the Malloy structdef format in which a refinement of a query field i…
-
### Version
1.27.0
### What happened?
I want to type-cast some query variables but it doesn't compile
### Relevant log output
```shell
❯ sqlc generate
line 15:8 no viable alternative …
-
hi @steffenbusch
we have define some snippets of rate limits, and import those snippets at end of block as below. Then with your change, those RL will get effectively with above handle, handle_path…
-
Thanks a lot for this awesome package. It has simplified `searching` for us.
```elixir
iex(9)> query = from c in Country, limit: 2
#Ecto.Query
iex(10)> QueryBuilder.order_by(query, desc: :inse…
-
新版本的打算解析sql的语句,使用`tableName`+`where`+`group`+`order`+`limit` 等其他子句,生成一个key
例如
```sql
SELECT * FROM users WHERE username = 'gorm' order by id DESC limit 1;
```
以上sql生成的缓存 `hashKey` 大概为
``` text
…
-
### Description
Under root of Gitea UI there is a repository counter :
![image](https://github.com/go-gitea/gitea/assets/13328513/838c1a86-82a5-4344-a23d-5747cbf728e6)
And a list of items under…