Skip to content

Commit

Permalink
bum to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 14, 2024
1 parent 5da09c1 commit b39739a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt

Large diffs are not rendered by default.

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 "2-dev218"
#define DUCKDB_PATCH_VERSION "2"
#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.2-dev218"
#define DUCKDB_VERSION "v1.1.2"
#endif
#ifndef DUCKDB_SOURCE_ID
#define DUCKDB_SOURCE_ID "8e05196906"
#define DUCKDB_SOURCE_ID "f680b7d08f"
#endif
#include "duckdb/function/table/system_functions.hpp"
#include "duckdb/main/database.hpp"
Expand Down
1 change: 1 addition & 0 deletions src/duckdb/src/main/query_profiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ bool QueryProfiler::OperatorRequiresProfiling(PhysicalOperatorType op_type) {
case PhysicalOperatorType::UNION:
case PhysicalOperatorType::RECURSIVE_CTE:
case PhysicalOperatorType::EMPTY_RESULT:
case PhysicalOperatorType::EXTENSION:
return true;
default:
return false;
Expand Down
8 changes: 4 additions & 4 deletions src/duckdb/ub_extension_icu_third_party_icu_i18n.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,15 +350,15 @@

#include "extension/icu/third_party/icu/i18n/double-conversion-fast-dtoa.cpp"

#include "extension/icu/third_party/icu/i18n/double-conversion-bignum.cpp"
#include "extension/icu/third_party/icu/i18n/double-conversion-cached-powers.cpp"

#include "extension/icu/third_party/icu/i18n/double-conversion-string-to-double.cpp"
#include "extension/icu/third_party/icu/i18n/double-conversion-strtod.cpp"

#include "extension/icu/third_party/icu/i18n/double-conversion-double-to-string.cpp"

#include "extension/icu/third_party/icu/i18n/double-conversion-bignum-dtoa.cpp"

#include "extension/icu/third_party/icu/i18n/double-conversion-strtod.cpp"
#include "extension/icu/third_party/icu/i18n/double-conversion-bignum.cpp"

#include "extension/icu/third_party/icu/i18n/double-conversion-cached-powers.cpp"
#include "extension/icu/third_party/icu/i18n/double-conversion-string-to-double.cpp"

0 comments on commit b39739a

Please sign in to comment.