Skip to content

Remove all examples of argumentless calls to :select() #2818

Open
@kyukhin

Description

@kyukhin

Product: Tarantool
Since: 2.10.0
Root document:

SME: @ alyapunov

This is doc part of the tarantool/tarantool#6539

  • For all cases:
    • :select()
    • :select(nil)
    • :select{}
    • crud:select()
    • crud:select(nil)
    • crud:select{}
  • Remove or re-write examples of the form select () from the documentation everywhere. Re-writting is prefferable if removing can break the logic of some complex examples.
  • Describe new critical log message (when user in using select() in their lua code -- see new behaviour of empty or nil select calls on user spaces #2838 for details
  • Add warning in select() function description

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.10behavior change[nature] Сhange in existing behaviorexampleProblem with a code example.server[area] Task relates to Tarantool's server (core) functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions