Skip to content
Snippets Groups Projects
Commit 47c2fe45 authored by Alexandr Lyapunov's avatar Alexandr Lyapunov Committed by Roman Tsisyk
Browse files

Support of column names in index definition

Allow long with field_no pass field_name for index creation
(alteration) routines.

Add new method of defining indexes:
 - parts = { {field = field_name1, type = field_type}, {field = field_name2, type = field_type}, ...}
 - parts = { {field_name1, field_type}, {field_name2, field_type}, ...}
 - parts = { {field_name1}, {field_name2}, ...}
 - parts = {field_name1, field_name2}
 - parts = {field_id, field_id}

Fix 2814
parent c0b76209
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment