Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Executing queries always crashes the game #35

Open
Avokadomos opened this issue May 23, 2023 · 1 comment
Open

Executing queries always crashes the game #35

Avokadomos opened this issue May 23, 2023 · 1 comment

Comments

@Avokadomos
Copy link

Avokadomos commented May 23, 2023

Running the following always crashes the game with no apparent errors:

DB_connection = dbCreateConnection "maindb";
_query = dbPrepareQuery "SELECT * FROM aar_frames";
DB_connection dbExecute _query;

Tried with multiple different execution types and with two different databases (remote and local, MariaDB and MySQL). Only running CBA_A3 and InterceptDB.

Download RPT and MDMP

@Avokadomos
Copy link
Author

I've confirmed that the same code works in v1.5, so the issue is related to v1.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant