Kodular Eagle 🦅

Version 1.4C.0

Major Changes

Companion Changes

New Components

New Methods

Storage

SQLite Component

  • New Display Tables method.
    Retrieves the list of tables’ names in the database.

    component_method

  • New Drop Table method.
    Removes the given table from the database.

    component_method (1)

  • New SQL Query method.
    Executes the given raw SQL query and returns result synchronously (same block).

    component_method (2)

New Properties

Storage

SQLite Component

  • New Rows Affected property.
    Returns the number of rows affected by the most recent operation.

    component_set_get

Bugs Fixed

36 Likes