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

null variables #136

Merged
merged 2 commits into from
Nov 19, 2023
Merged

null variables #136

merged 2 commits into from
Nov 19, 2023

Conversation

lovasoa
Copy link
Collaborator

@lovasoa lovasoa commented Nov 19, 2023

  • update dependencies
  • Add support for resetting variables to a NULL value using SET. Previously, storing NULL in a variable would store the string 'null' instead of the NULL value.

…eviously, storing `NULL` in a variable would store the string `'null'` instead of the `NULL` value.
@lovasoa lovasoa merged commit af7e16f into main Nov 19, 2023
9 checks passed
@lovasoa lovasoa deleted the null_variables branch November 19, 2023 19:09
lovasoa added a commit that referenced this pull request Nov 21, 2023
* update dependencies

* Add support for resetting variables to a `NULL` value using `SET`. Previously, storing `NULL` in a variable would store the string `'null'` instead of the `NULL` value.
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