Skip to content

Error registering SQLite.regexp on Apple M1 #282

@joshday

Description

@joshday

In Julia 1.7.1, SQLite.jl 1.3.0:

julia> db = SQLite.DB()
SQLite.DB(":memory:")

julia> SQLite.@register db SQLite.regexp
ERROR: cfunction: closures are not supported on this platform
Stacktrace:
 [1] register(db::SQLite.DB, func::Function; nargs::Int64, name::String, isdeterm::Bool)
   @ SQLite ~/.julia/packages/SQLite/5DdLp/src/UDF.jl:216
 [2] register(db::SQLite.DB, func::Function)
   @ SQLite ~/.julia/packages/SQLite/5DdLp/src/UDF.jl:209
 [3] top-level scope
   @ REPL[11]:1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions