Skip to content

aql array cache for select * #206

@will123195

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.

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