-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
| private static final Pattern IX_CONCURRENTLY = Pattern.compile(Pattern.quote(" index concurrently "), Pattern.CASE_INSENSITIVE); |
This is detected as non-transactional:
create index concurrently ix_acl_container_relation_container_id on acl_container_relation (container_id);
This is detected as transactional (extra space):
create index concurrently ix_acl_container_relation_container_id on acl_container_relation (container_id);
It could also contain multiple new lines between index and concurrently
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels