0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-09 08:00:44 -05:00
forgejo/models/packages
Gusted 459ab11a8a fix: use buffered iterate for debian searchpackages
- The driver being used for PostgreSQL doesn't handle interleaved
queries (you start a query, read some rows and start another query while
you didn't finish that query yet), this is the case with using
`.Iterate` from XORM.
- Switch to a variant of what exist in the current codebase of
`db.Iterate`, which is a simple buffered iteration and doesn't keep
queries open, which allow other database operations to happen.
- Unit test added. This doesn't cover that postgres does not error on
this case, as this is not run with a postgres database.
- Resolves #5696
2024-10-25 19:33:19 +02:00
..
alpine
conan
conda
container
cran
debian fix: use buffered iterate for debian searchpackages 2024-10-25 19:33:19 +02:00
nuget
rpm
descriptor.go Arch packages implementation (#4785) 2024-08-04 06:16:29 +00:00
package.go Arch packages implementation (#4785) 2024-08-04 06:16:29 +00:00
package_blob.go
package_blob_upload.go
package_cleanup_rule.go
package_file.go
package_property.go
package_test.go feat(UI): add package counter to repo/user/org overview pages 2024-07-31 12:40:24 +02:00
package_version.go Fix package list performance (#30520) 2024-04-21 16:28:16 +02:00