Skip to content

Get MonetDBlite test suite working (tests/test_lite/test_pylite00.py) #43

@gijzelaerr

Description

@gijzelaerr

for MonetDBlite these queries are all executed on the same database:

        monetdbe.sql('CREATE TABLE pylite00 (i INTEGER)')
        monetdbe.sql('INSERT INTO pylite00 VALUES (1), (2), (3), (4), (5)')
        result = monetdbe.sql('SELECT * FROM pylite00')

because how we manage multiple connection with monetdbe, every statement is executed in a new in-memory database.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions