lib/duckdb/pending_result.rb in duckdb-0.10.2.0 vs lib/duckdb/pending_result.rb in duckdb-1.0.0.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module DuckDB # The DuckDB::PendingResult encapsulates connection with DuckDB pending # result. # PendingResult provides methods to execute SQL asynchronousely and check # if the result is ready and to get the result.