Skip to content

Maintenance Update & Add better schema validation

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jun 12:51
· 119 commits to master since this release

NOTE: This is the latest release for Godot 4.X. The latest 3.X release for this plugin can be found here.

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.0.3-stable
SQLite v3.40.1

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows
  • Android (arm64 & x86_64)

What's new?

  • Added better schema validation for the create_table()-method which should result in better error reporting.
  • Added library entries for Android in the gdsqlite.gdextension-file, but this doesn't seem to be sufficient to make the Android export functional.

Regressions

  • Support for HTML5 isn't supported as it hasn't been implemented yet in GDExtension.
  • While binaries are included for both Android and iOS, they haven't been fully tested and will need additional modifications of the included files to be functional.
  • Some users have reported problems with the universal binary for Mac OS X. Additional time and resources are required to correctly test this issue using either Github Actions or a native Mac OS X machine.