Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SQLite compatibility with new module #190

Merged
merged 30 commits into from
Dec 8, 2023

Fix tests

f61ef8a
Select commit
Loading
Failed to load commit list.
Merged

Add SQLite compatibility with new module #190

Fix tests
f61ef8a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 6, 2023 in 1s

91.39% of diff hit (target 80.11%)

View this Pull Request on Codecov

91.39% of diff hit (target 80.11%)

Annotations

Check warning on line 57 in src/OpenSQL/create.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/create.jl#L57

Added line #L57 was not covered by tests

Check warning on line 23 in src/OpenSQL/delete.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/delete.jl#L23

Added line #L23 was not covered by tests

Check warning on line 7 in src/OpenSQL/read.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/read.jl#L7

Added line #L7 was not covered by tests

Check warning on line 26 in src/OpenSQL/read.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/read.jl#L26

Added line #L26 was not covered by tests

Check warning on line 35 in src/OpenSQL/read.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/read.jl#L35

Added line #L35 was not covered by tests

Check warning on line 32 in src/OpenSQL/update.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/update.jl#L32

Added line #L32 was not covered by tests

Check warning on line 3 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L3

Added line #L3 was not covered by tests

Check warning on line 19 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L19

Added line #L19 was not covered by tests

Check warning on line 28 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L28

Added line #L28 was not covered by tests

Check warning on line 58 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L58

Added line #L58 was not covered by tests

Check warning on line 67 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L67

Added line #L67 was not covered by tests

Check warning on line 93 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L93

Added line #L93 was not covered by tests

Check warning on line 119 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L119

Added line #L119 was not covered by tests

Check warning on line 135 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L135

Added line #L135 was not covered by tests

Check warning on line 138 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L138

Added line #L138 was not covered by tests

Check warning on line 143 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 145 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L145

Added line #L145 was not covered by tests

Check warning on line 149 in src/OpenSQL/utils.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/OpenSQL/utils.jl#L149

Added line #L149 was not covered by tests

Check warning on line 54 in src/sql_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sql_interface.jl#L54

Added line #L54 was not covered by tests

Check warning on line 106 in src/sql_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sql_interface.jl#L106

Added line #L106 was not covered by tests

Check warning on line 134 in src/sql_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sql_interface.jl#L134

Added line #L134 was not covered by tests

Check warning on line 141 in src/sql_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sql_interface.jl#L141

Added line #L141 was not covered by tests

Check warning on line 167 in src/sql_interface.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/sql_interface.jl#L167

Added line #L167 was not covered by tests