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

Adds SQL function isnull(column) #3355

Closed
killme2008 opened this issue Feb 22, 2024 · 1 comment
Closed

Adds SQL function isnull(column) #3355

killme2008 opened this issue Feb 22, 2024 · 1 comment
Assignees
Labels
C-user-experience Category User Experience good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@killme2008
Copy link
Contributor

killme2008 commented Feb 22, 2024

What type of enhancement is this?

API improvement, User experience

What does the enhancement do?

There is a function isnull in MySQL to test if a column is null:

SELECT ISNULL(NULL);

https://www.w3schools.com/sql/func_mysql_isnull.asp

We need it for Navicat compatibility.

Implementation challenges

If someone is interested in how to implement an SQL function, please refer to #3147

@killme2008 killme2008 added good first issue Good for newcomers help wanted Extra attention is needed C-user-experience Category User Experience labels Feb 22, 2024
@KKould
Copy link
Collaborator

KKould commented Feb 22, 2024

let me try this

@KKould KKould mentioned this issue Feb 22, 2024
3 tasks
@killme2008 killme2008 added this to the v0.7 milestone Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-user-experience Category User Experience good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants