feat: implement core backend architecture and project management services for the History API
Build and Release / release (push) Successful in 1m33s
Build and Release / release (push) Successful in 1m33s
This commit is contained in:
@@ -91,7 +91,8 @@ WHERE g.is_deleted = false
|
||||
sqlc.narg('has_bound')::boolean = true OR
|
||||
g.bound_with IS NULL
|
||||
)
|
||||
ORDER BY g.id DESC;
|
||||
ORDER BY g.id DESC
|
||||
LIMIT NULLIF(sqlc.arg('limit_count')::int, 0);
|
||||
|
||||
-- name: SearchGeometriesByEntityName :many
|
||||
WITH matched_entities AS (
|
||||
|
||||
Reference in New Issue
Block a user