Skip to content
Snippets Groups Projects
Commit 3dff7589 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Rename field type names, deprecate 'num'

* Rename fields types in data dictionary and test suite:
 - 'num' => 'unsigned'
 - 'str' => 'string'
 - 'int' => 'integer'
* Force coversion to lowercase
* Add aliases to space:create_index():
 - 'str' => 'string'
 - 'num' => 'unsigned' -- logs "field type 'num' is deprecated" warning
 - 'uint' => 'unsigned'
 - 'int' => 'integer'
* Add prefix to `enum field_type` members
* Add upgrade_to_1_7_2() script

Fixes #942
Fixes #1534
parent 525361f8
No related branches found
No related tags found
No related merge requests found
Showing
with 240 additions and 126 deletions
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