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

DDC-3159: CONCAT expression for PostGreSql #3938

Open
doctrinebot opened this issue Jun 10, 2014 · 0 comments
Open

DDC-3159: CONCAT expression for PostGreSql #3938

doctrinebot opened this issue Jun 10, 2014 · 0 comments
Assignees

Comments

@doctrinebot
Copy link

Jira issue originally created by user maximecolin:

For PostGreSQL, the CONCAT DQL function is translated in concatenation with || operator (which is the default behavior in AbstractPlatform class).

Is there a particular reason to not use the CONCAT PostGreSQL function instead like in MySqlPlatform ?

I ask this cause the concatenation with || operator return null if one of the part is null, whereas CONCAT function will simply ignore null values.

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