Rework text to blob in sqlite to support utf16

This commit is contained in:
2024-10-30 17:26:14 +01:00
parent 96cd4172b3
commit 4c9d10b9f4
3 changed files with 8 additions and 7 deletions

View File

@@ -2,11 +2,12 @@ package main
import (
"fmt"
"github.com/gofiber/fiber/v3"
"io"
"log"
"os"
"github.com/gofiber/fiber/v3"
_ "embed"
)
@@ -40,7 +41,7 @@ var as AssociationService
//go:embed selectPlayer.sql
var selectPlayer string
//go:embed selectPlayers.sql
//go:embed selectPlayers.sql
var selectPlayers string
//go:embed selectAssociation.sql