diff options
author | Michal Čihař <michal@cihar.com> | 2017-02-20 13:39:47 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-02-20 13:39:47 +0100 |
commit | d69f8b673ee976b572a713fea1d48c386742bd89 (patch) | |
tree | 5c626131e95c064eb0231afd35383818bb54983a /src/Utils | |
parent | 5c6e8f0e98e33f81e00d6881a4669f84167ad5be (diff) | |
download | sql-parser-d69f8b673ee976b572a713fea1d48c386742bd89.zip sql-parser-d69f8b673ee976b572a713fea1d48c386742bd89.tar.gz sql-parser-d69f8b673ee976b572a713fea1d48c386742bd89.tar.bz2 |
This is already done
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'src/Utils')
-rw-r--r-- | src/Utils/Query.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Utils/Query.php b/src/Utils/Query.php index a62537e..bbd1d3b 100644 --- a/src/Utils/Query.php +++ b/src/Utils/Query.php @@ -122,7 +122,7 @@ class Query * or * REPLACE ... * or - * TODO: LOAD DATA ... + * LOAD DATA ... */ 'is_insert' => false, |