pingcap/tidb

Add LOAD_FILE() function

Open

#8.436 geöffnet am 24. Nov. 2018

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Go (6.186 Forks)batch import
help wantedpriority/P4type/compatibility

Repository-Metriken

Stars
 (40.090 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14T 4h) (346 gemergte PRs in 30 T)

Beschreibung

Feature Request

Is your feature request related to a problem? Please describe:

Not a high priority, but apart from SOUNDEX() the LOAD_FILE function is the only string function not supported by TiDB.

In MySQL it is rarely used because of security implications.

Describe the feature you'd like:

LOAD_FILE as in MySQL 5.7: https://dev.mysql.com/doc/refman/5.7/en/string-functions.html#function_load-file

Describe alternatives you've considered:

The alternative is to document as won't support.

Teachability, Documentation, Adoption, Migration Strategy:

Contributor Guide