vendor: Update golang.org/cznic/...
This commit is contained in:
20
vendor/github.com/cznic/ql/doc.go
generated
vendored
20
vendor/github.com/cznic/ql/doc.go
generated
vendored
@@ -14,6 +14,20 @@
|
||||
//
|
||||
// Change list
|
||||
//
|
||||
// 2016-07-29: Release v1.0.6 enables alternatively using = instead of == for
|
||||
// equality oparation.
|
||||
//
|
||||
// https://github.com/cznic/ql/issues/131
|
||||
//
|
||||
// 2016-07-11: Release v1.0.5 undoes vendoring of lldb. QL now uses stable lldb
|
||||
// (github.com/cznic/lldb).
|
||||
//
|
||||
// https://github.com/cznic/ql/issues/128
|
||||
//
|
||||
// 2016-07-06: Release v1.0.4 fixes a panic when closing the WAL file.
|
||||
//
|
||||
// https://github.com/cznic/ql/pull/127
|
||||
//
|
||||
// 2016-04-03: Release v1.0.3 fixes a data race.
|
||||
//
|
||||
// https://github.com/cznic/ql/issues/126
|
||||
@@ -299,7 +313,7 @@
|
||||
// andnot = "&^" .
|
||||
// lsh = "<<" .
|
||||
// le = "<=" .
|
||||
// eq = "==" .
|
||||
// eq = "==" | "=" .
|
||||
// ge = ">=" .
|
||||
// neq = "!=" .
|
||||
// oror = "||" .
|
||||
@@ -800,7 +814,7 @@
|
||||
//
|
||||
// expr1 LIKE expr2
|
||||
//
|
||||
// yeild a boolean value true if expr2, a regular expression, matches expr1
|
||||
// yield a boolean value true if expr2, a regular expression, matches expr1
|
||||
// (see also [6]). Both expression must be of type string. If any one of the
|
||||
// expressions is NULL the result is NULL.
|
||||
//
|
||||
@@ -887,7 +901,7 @@
|
||||
//
|
||||
// expr IS NOT NULL // case B
|
||||
//
|
||||
// yeild a boolean value true if expr does not have a specific type (case A) or
|
||||
// yield a boolean value true if expr does not have a specific type (case A) or
|
||||
// if expr has a specific type (case B). In other cases the result is a boolean
|
||||
// value false.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user