[PR #3235] [CLOSED] Temporariliy disable sqlite3 unicode extension on linux-arm64 #3912

Closed
opened 2026-04-25 00:17:32 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3235
Author: @mikiher
Created: 8/5/2024
Status: Closed

Base: masterHead: linux-arm64-disable-unicode


📝 Commits (1)

  • 87727d5 Temporariliy disable sqlite3 unicode extension on linux-arm64

📊 Changes

1 file changed (+11 additions, -10 deletions)

View changed files

📝 server/Database.js (+11 -10)

📄 Description

This fixes #3231.

I temporarily disabled the loading and usage of the unicode extension for linux-arm64, until I'm able to fix the underlying issue.
I'd appreciate if you could push a new release with this fix. I tested it as best as I could on my windows dev setup before setting the condition to linux-arm64 (this.loadUnicodeExtionsion = process.platform === 'linux' && process.arch === 'arm64' ? false : true).

This of course reverts the accent-insensitive search change for linux-arm64.

We'll at some point need to find a way to do an integration test on a linux-arm64 machine - I don't have one at my disposal.
I started to play with QEMU, but I haven't fully set it up yet.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3235 **Author:** [@mikiher](https://github.com/mikiher) **Created:** 8/5/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `linux-arm64-disable-unicode` --- ### 📝 Commits (1) - [`87727d5`](https://github.com/advplyr/audiobookshelf/commit/87727d5f68adfc9a52c8039c097ba77c714d0f9b) Temporariliy disable sqlite3 unicode extension on linux-arm64 ### 📊 Changes **1 file changed** (+11 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `server/Database.js` (+11 -10) </details> ### 📄 Description This fixes #3231. I temporarily disabled the loading and usage of the unicode extension for linux-arm64, until I'm able to fix the underlying issue. I'd appreciate if you could push a new release with this fix. I tested it as best as I could on my windows dev setup before setting the condition to linux-arm64 (`this.loadUnicodeExtionsion = process.platform === 'linux' && process.arch === 'arm64' ? false : true`). This of course reverts the accent-insensitive search change for linux-arm64. We'll at some point need to find a way to do an integration test on a linux-arm64 machine - I don't have one at my disposal. I started to play with QEMU, but I haven't fully set it up yet. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:32 +02:00
adam closed this issue 2026-04-25 00:17:32 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3912