-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/hck 4491 function based indexes (#77)
* - Added new index property - "Conditional function" - Replaced all <textarea> index inputs with code editor inputs * - Added support for "Conditional function" in FE - Fixed issue with inability to create index with try-catch block (trailing ';' character caused an error when applying the script) * - Renamed conditional function keyword * - Fixed function based indexes expression handling * - Fixed CREATE INDEX indentation * - Fixed try-catch block --------- Co-authored-by: unknown <unknown>
- Loading branch information
1 parent
a6cc402
commit d85c93e
Showing
6 changed files
with
165 additions
and
58 deletions.
There are no files selected for viewing
59 changes: 39 additions & 20 deletions
59
forward_engineering/ddlProvider/ddlHelpers/indexHelper.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters