Skip to content

Lib has an issue with support at least one sqlite aggregation function in @RawQuery #24

Description

@Gelassen

Steps to reprodice:

  1. Define rawquery as

SELECT AI._id, GROUP_CONCAT(Name, ", ") AS GroupedName
FROM ABSTRACTS_ITEM AI
JOIN AUTHORS_ABSTRACT AAB ON AI.ID = AAB.ABSTRACTSITEM_ID
JOIN ABSTRACT_AUTHOR AAU ON AAU._id = AAB.ABSTRACTAUTHOR_ID
GROUP BY tbl._id;

  1. Initiate request
  2. Build application

Expected result:
App successfully is built and request works well

Actual result:
App is crashed during build. Error in autogenerated dbschema with errors:

Error:(69, 1903) error: ';' expected
Error:(69, 1914) error: expected
Error:(69, 1997) error: expected

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions