Coder Social home page Coder Social logo

Comments (4)

lkordos avatar lkordos commented on June 16, 2024

Example:

#include "duckdb.hpp"
int main(int argc, char* argv[])
{
	auto db = std::make_unique< duckdb::DuckDB >(nullptr, nullptr);
	auto con = std::make_unique< duckdb::Connection >(*db);
	auto res1 = con->Query("LOAD json;");

	return 0;
}

from duckdb.

carlopi avatar carlopi commented on June 16, 2024

Can you also share how to you invoke the compiler / variable passed to cmake or compiler?

from duckdb.

lkordos avatar lkordos commented on June 16, 2024

It is a console application (name.exe), compiled with MS VS 2022, 64bit app, default compiler settings used by VS.

if it helps, during the debugging I can see from the "con" that the parquet extension is loaded (by default) successfully.

from duckdb.

lkordos avatar lkordos commented on June 16, 2024

I run the same code with the newest duckdb, version 0.10.2, and the error is more specific now:

Initialization function "json_init" from file "C:...duckdb\extensions\40e2ff4837\windows_amd64\json.duckdb_extension" threw an exception: "Missing DB manager"

from duckdb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.