Rework text to blob in sqlite to support utf16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user