ext/duckdb/ruby-duckdb.h in duckdb-1.0.0.2 vs ext/duckdb/ruby-duckdb.h in duckdb-1.1.0.0
- old
+ new
@@ -13,10 +13,14 @@
#ifdef HAVE_DUCKDB_FETCH_CHUNK
#define HAVE_DUCKDB_H_GE_V1_0_0 1
#endif
+#ifdef HAVE_DUCKDB_RESULT_ERROR_TYPE
+#define HAVE_DUCKDB_H_GE_V1_1_0 1
+#endif
+
#include "./error.h"
#include "./database.h"
#include "./connection.h"
#include "./result.h"
#include "./column.h"
@@ -36,7 +40,9 @@
extern VALUE cDuckDBBlob;
extern VALUE cDuckDBConfig;
extern VALUE eDuckDBError;
extern VALUE mDuckDBConverter;
extern VALUE cDuckDBPreparedStatement;
+extern VALUE PositiveInfinity;
+extern VALUE NegativeInfinity;
#endif