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

Extend space format definition syntax

In addition to current syntax of space fileds format definition:
 - space:format({{name='field_id', type='integer'}, ...})

Add more ways to define it:
 - space:format({{'field_name', 'integer'}, ...})
 - space:format({{'field_name', type='integer'}, ...})
 - space:format({{'field_name'}, ...})
 - space:format({'field_name', ...})

Fix #2815
parent 91b2dd4c
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