Skip to content

aql array cache for select * #206

Description

@will123195

$aql = "table_name { * }";

The resulting SQL is cached like this:

select field1, field2 from table_name

however, if you drop field2 from the table, subsequent aql selects have an error.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions