Skip to content

Commit

Permalink
feat:Migrate to DuckDB Arrow for Query Execution
Browse files Browse the repository at this point in the history
  • Loading branch information
d h authored and d h committed Dec 27, 2024
1 parent 4e9278e commit 1871283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compatibility/flightsql/python/flightsql_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def test_insert_and_select(self):
"""Test inserting data and selecting it back to verify correctness."""
with self.conn.cursor() as cursor:
# Insert sample data
cursor.execute("SET search_path TO myduck")
cursor.execute("INSERT INTO intTable (id, name, value) VALUES (1, 'TestName', 100)")
cursor.execute("INSERT INTO intTable (id, name, value) VALUES (2, 'AnotherName', 200)")

Expand Down

0 comments on commit 1871283

Please sign in to comment.