Project:
| View Revisions: Issue #47817 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0047817: Not able to use a database immutable function in a table index | ||
| Revision | 2021-10-06 09:59 by aferraz | ||
| Description | If you create a new database immutable function and use it in a table index, the install.source fails as the index is created before the function. If you run update.database instead of install.source it works fine because function is created before the index. |
||
| Revision | 2021-10-06 09:57 by aferraz | ||
| Description | If you create a new database function and use it in a table index, the install.source fails as the index is created before the function. If you run update.database instead of install.source it works fine because function is created before the index. |
||
| Copyright © 2000 - 2009 MantisBT Group |