tarantool/tarantool

Support `SET PASSWORD` SQL statement.

オープン

#2,242 opened on 2017/03/24

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Lua (406 件のフォーク)batch import
featuregood first issuesql

Repository metrics

Stars
 (3,633 個のスター)
PR merge metrics
 (平均マージ 13d 2h) (30d で 82 merged PRs)

説明

Subj.

This is not standard. The MariaDB SET should do. SET PASSWORD [FOR user_name] = PASSWORD('auth_string'); which corresponds fairly closely to box.schema.user.passwd(password) So some straightforward mapping is possible.

コントリビューターガイド