Skip to content

Commit

Permalink
Update vendored DuckDB sources to 9f686c1
Browse files Browse the repository at this point in the history
  • Loading branch information
duckdblabs-bot committed Oct 23, 2024
1 parent 9f686c1 commit f398776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/duckdb/src/function/table/version/pragma_version.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef DUCKDB_PATCH_VERSION
#define DUCKDB_PATCH_VERSION "3-dev40"
#define DUCKDB_PATCH_VERSION "3-dev42"
#endif
#ifndef DUCKDB_MINOR_VERSION
#define DUCKDB_MINOR_VERSION 1
Expand All @@ -8,10 +8,10 @@
#define DUCKDB_MAJOR_VERSION 1
#endif
#ifndef DUCKDB_VERSION
#define DUCKDB_VERSION "v1.1.3-dev40"
#define DUCKDB_VERSION "v1.1.3-dev42"
#endif
#ifndef DUCKDB_SOURCE_ID
#define DUCKDB_SOURCE_ID "43d26298af"
#define DUCKDB_SOURCE_ID "10c42435f1"
#endif
#include "duckdb/function/table/system_functions.hpp"
#include "duckdb/main/database.hpp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ struct AcoshFun {
static constexpr const char *Name = "acosh";
static constexpr const char *Parameters = "x";
static constexpr const char *Description = "Computes the inverse hyperbolic cos of x";
static constexpr const char *Example = "acosh(0.5)";
static constexpr const char *Example = "acosh(2.3)";

static ScalarFunction GetFunction();
};
Expand Down

0 comments on commit f398776

Please sign in to comment.