Skip to content

Commit

Permalink
windows works, lets see if we can get a cache hit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj committed May 22, 2024
1 parent 86ed02d commit a15e773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdduckdb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GDDuckDB::~GDDuckDB() {

bool GDDuckDB::hello_world() {
duckdb_result result;
duckdb_state status = duckdb_query(con, "SELECT 'Hello, World!!!'", &result);
duckdb_state status = duckdb_query(con, "SELECT 'Hello, World!'", &result);

if (status == DuckDBError) {
UtilityFunctions::printerr("GDDuckDB Error: Failed to run query.");
Expand Down

0 comments on commit a15e773

Please sign in to comment.