Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

unable to cast "<repository name>" of type string to int64 #691

Closed
@smacker

Description

@smacker

gitbase v0.20.0-beta3

Minimal sql (limits added to make it faster, fails without limits too):

SELECT repository_id,
       COUNT(file_path)
FROM
  (SELECT files.repository_id,
          file_path
   FROM files
   NATURAL JOIN commit_files
   NATURAL JOIN refs
   WHERE ref_name = 'HEAD'
   LIMIT 10) AS expr_qry
GROUP BY repository_id
ORDER BY COUNT(file_path) ASC
LIMIT 1;

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    pFad - Phonifier reborn

    Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

    Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


    Alternative Proxies:

    Alternative Proxy

    pFad Proxy

    pFad v3 Proxy

    pFad v4 Proxy