duckdb 0.6.2-dev891.0 → 0.6.2-dev895.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "duckdb",
3
3
  "main": "./lib/duckdb.js",
4
4
  "types": "./lib/duckdb.d.ts",
5
- "version": "0.6.2-dev891.0",
5
+ "version": "0.6.2-dev895.0",
6
6
  "description": "DuckDB node.js API",
7
7
  "gypfile": true,
8
8
  "dependencies": {
@@ -1,8 +1,8 @@
1
1
  #ifndef DUCKDB_VERSION
2
- #define DUCKDB_VERSION "0.6.2-dev891"
2
+ #define DUCKDB_VERSION "0.6.2-dev895"
3
3
  #endif
4
4
  #ifndef DUCKDB_SOURCE_ID
5
- #define DUCKDB_SOURCE_ID "45198c841e"
5
+ #define DUCKDB_SOURCE_ID "8caaee9cc8"
6
6
  #endif
7
7
  #include "duckdb/function/table/system_functions.hpp"
8
8
  #include "duckdb/main/database.hpp"
@@ -1065,7 +1065,7 @@ typedef union YYSTYPE
1065
1065
  PGSubLinkType subquerytype;
1066
1066
  PGViewCheckOption viewcheckoption;
1067
1067
  }
1068
- /* Line 1529 of yacc.c. */
1068
+ /* Line 1489 of yacc.c. */
1069
1069
  #line 1070 "third_party/libpg_query/grammar/grammar_out.hpp"
1070
1070
  YYSTYPE;
1071
1071
  # define yystype YYSTYPE /* obsolescent; will be withdrawn */