mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-04-25 00:32:14 +00:00
fix function name
This commit is contained in:
parent
36291cd6e8
commit
9afeecb514
@ -313,7 +313,7 @@ fn last_error(raw: ffi::Sqlite3DbHandle) -> Option<Error> {
|
||||
/// usages approaches the limit. The soft heap limit is "soft" because even though SQLite strives
|
||||
/// to stay below the limit, it will exceed the limit rather than generate an SQLITE_NOMEM error.
|
||||
/// In other words, the soft heap limit is advisory only.
|
||||
pub fn soft_heap_limit64(limit: i64) -> i64 {
|
||||
pub fn soft_soft_heap_limit64(limit: i64) -> i64 {
|
||||
unsafe { ffi::sqlite3_hard_heap_limit64(limit) }
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user