Instead of running a separate query to check if the table has any identity column this is now being done with a `COUNT(*) FILTER (WHERE is_identity = 'YES') OVER ()` expression. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||
Instead of running a separate query to check if the table has any identity column this is now being done with a `COUNT(*) FILTER (WHERE is_identity = 'YES') OVER ()` expression. |
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||