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

Reimplement ODBC {fn IFNULL} function using Firebird's COALESCE function. [ODBC41] #40

Closed
firebird-automations opened this issue Jun 5, 2008 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: Clinton L. Warren (justdoro)

Votes: 1

The current ODBC driver {fn IFNULL} function implementation maps to a function named "IFNULL". By default, there is no such function in a Firebird database. Therefore, code that depends on the {fn IFNULL} function will fail.

Firebird 1.5 and above implements the function COALESCE, which could be used to implement the {fn IFNULL} function.

Commits: daf8b7a 71cdd0e

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

assignee: Vladimir Tsvigun [ praktik ] => Alexander Potapchenko [ lightfore ]

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 2.0 Beta [ 10043 ]

@firebird-automations
Copy link
Author

Modified by: @alexpotapchenko

status: Resolved [ 5 ] => Closed [ 6 ]

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

No branches or pull requests

2 participants