vendor: Mega update all dependencies
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4080
This commit is contained in:
34
vendor/github.com/cznic/ql/doc.go
generated
vendored
34
vendor/github.com/cznic/ql/doc.go
generated
vendored
@@ -14,8 +14,13 @@
|
||||
//
|
||||
// Change list
|
||||
//
|
||||
// 2017-01-10: Release v1.1.0 fixes some bugs and adds a configurable WAL
|
||||
// headroom.
|
||||
//
|
||||
// https://github.com/cznic/ql/issues/140
|
||||
//
|
||||
// 2016-07-29: Release v1.0.6 enables alternatively using = instead of == for
|
||||
// equality oparation.
|
||||
// equality operation.
|
||||
//
|
||||
// https://github.com/cznic/ql/issues/131
|
||||
//
|
||||
@@ -279,18 +284,21 @@
|
||||
//
|
||||
// The following keywords are reserved and may not be used as identifiers.
|
||||
//
|
||||
// ADD COLUMN false int32 ORDER uint16
|
||||
// ALTER complex128 float int64 OUTER uint32
|
||||
// AND complex64 float32 int8 RIGHT uint64
|
||||
// AS CREATE float64 INTO SELECT uint8
|
||||
// ASC DEFAULT FROM JOIN SET UNIQUE
|
||||
// BETWEEN DELETE GROUP LEFT string UPDATE
|
||||
// bigint DESC IF LIMIT TABLE VALUES
|
||||
// bigrat DISTINCT IN LIKE time WHERE
|
||||
// blob DROP INDEX NOT true
|
||||
// bool duration INSERT NULL OR
|
||||
// BY EXISTS int OFFSET TRUNCATE
|
||||
// byte EXPLAIN int16 ON uint
|
||||
// ADD complex128 FROM LEFT string
|
||||
// ALTER complex64 FULL LIKE TABLE
|
||||
// AND CREATE GROUP LIMIT time
|
||||
// AS DEFAULT IF NOT TRANSACTION
|
||||
// ASC DELETE IN NULL true
|
||||
// BEGIN DESC INDEX OFFSET TRUNCATE
|
||||
// BETWEEN DISTINCT INSERT ON uint
|
||||
// bigint DROP int OR uint16
|
||||
// bigrat duration int16 ORDER uint32
|
||||
// blob EXISTS int32 OUTER uint64
|
||||
// bool EXPLAIN int64 RIGHT uint8
|
||||
// BY false int8 ROLLBACK UNIQUE
|
||||
// byte float INTO rune UPDATE
|
||||
// COLUMN float32 IS SELECT VALUES
|
||||
// COMMIT float64 JOIN SET WHERE
|
||||
//
|
||||
// Keywords are not case sensitive.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user