Re: Example implementing SQLite extension in Nim

2019-04-18 Thread mids106
yeah: sqlite> .load libhello_world.dylib Traceback (most recent call last) functions.nim(141) sqlite3_helloworld_init SIGSEGV: Illegal storage access. (Attempt to read from nil?) Run

Re: Example implementing SQLite extension in Nim

2019-04-17 Thread mids106
Nim Compiler Version 0.19.4 [MacOSX: amd64] SQLite version 3.27.2 2019-02-25 16:06:06 sqlite> .load libhelloworld Traceback (most recent call last) helloworld.nim(55) sqlite3_helloworld_init SIGSEGV: Illegal storage access. (Attempt to read from nil?)