Skip to content

Integration test #1

Open
@Schultzer

Description

@Schultzer

An integration test suite should be developed, so any Ecto adapters can be tested.

The test cases could be defined as JSON to make it easy for the community to contribute.

[
{
"name": "test select statement",
"input”: ["select 1", {}],
"output": ["select 1", []],
"type”: "standard" // postgresql, tds, mysql …
}
…]

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions