Skip to content

Handle SQLite BOOLEAN columns correctly and add tests#1946

Open
AndreiKingsley wants to merge 1 commit into
masterfrom
sqlite_boolean_fix
Open

Handle SQLite BOOLEAN columns correctly and add tests#1946
AndreiKingsley wants to merge 1 commit into
masterfrom
sqlite_boolean_fix

Conversation

@AndreiKingsley

Copy link
Copy Markdown
Collaborator

Fixes #1935

@AndreiKingsley
AndreiKingsley requested a review from zaleslaw July 23, 2026 11:40
df["optional"][0] shouldBe false
df["optional"][1] shouldBe null

val schema = DataFrameSchema.readSqlTable(connection, flagsTableName)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add check for df["optional"].type() too, to make sure same logic applies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Verify SQLite Boolean column handling in Gradle and Maven projects

2 participants