Skip to content

Conversation

@egormanga
Copy link
Contributor

@egormanga egormanga commented Nov 7, 2025

Description of Changes

Ability to, given a table:

#[table(name=table)]
struct Table {
	option: Option<i32>,
}

do:

INSERT INTO table (option) VALUES (Null);

instead of getting:

Error: Unsupported literal expression: NULL

API and ABI breaking changes

None.

Expected complexity level and risk

2:

Existing code, just extended it to support another SqlLiteral variant.

Testing

  • Manual testing
  • Unit tests

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.

1 participant