sqlite: make constants public (#12485)

This commit is contained in:
Khalyomede 2021-11-17 03:45:50 +01:00 committed by GitHub
parent 49a36515dc
commit 11ce26b3f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -14,7 +14,7 @@ $if windows {
#include "sqlite3.h"
const (
pub const (
sqlite_ok = 0
sqlite_error = 1
sqlite_row = 100