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

Modern SQLite functions docs #810

Merged
merged 22 commits into from
Jan 6, 2024
Merged

Modern SQLite functions docs #810

merged 22 commits into from
Jan 6, 2024

Conversation

adib-yg
Copy link
Member

@adib-yg adib-yg commented Jan 5, 2024

Added these docs:

DB_ExecuteQuery.md
DB_FreeResultSet.md
DB_GetDatabaseConnectionCount.md
DB_GetDatabaseResultSetCount.md
DB_GetFieldCount.md
DB_GetFieldFloat.md
DB_GetFieldFloatByName.md
DB_GetFieldInt.md
DB_GetFieldIntByName.md
DB_GetFieldName.md
DB_GetFieldString.md
DB_GetFieldStringByName.md
DB_GetLegacyDBResult.md
DB_GetMemHandle.md
DB_GetRowCount.md
DB_SelectNextRow.md
resources/sqlite-open-flags.md

Honestly, I don't know what to do with db_open and db_close.
If I rename them to "DB_Open" and "DB_Close", old links
https://www.open.mp/docs/scripting/functions/db_open
https://www.open.mp/docs/scripting/functions/db_close
will break because of the case sensitivity.

Related issue: #718

@adib-yg adib-yg changed the title Modern SQLite Documents Modern SQLite functions docs Jan 5, 2024
@adib-yg adib-yg marked this pull request as ready for review January 5, 2024 17:43
@adib-yg adib-yg requested a review from a team as a code owner January 5, 2024 17:43
@adib-yg adib-yg merged commit b86b091 into openmultiplayer:master Jan 6, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant