Michael Desa
966e5503bf
Add fill(linear) to query language
...
Clean up template for fill average
Change fill(average) to fill(linear)
Update average to linear in infuxql spec
Add Integer Tests and associated fixes
Update CHANGELOG for fill(linear)
2016-10-04 14:27:04 -07:00
Nathaniel Cook
3ab4e9fa1d
update InfluxQL readme to reflect current code
2016-08-29 12:33:55 -06:00
Cory LaNou
1117526873
remove IF EXISTS/IF NOT EXISTS from influxql language
2016-07-29 12:58:05 -05:00
Ben Johnson
cd0ce3e5bd
Fix DELETE Spec
...
This changes the `DELETE SERIES` specification to `DELETE`.
/cc @gunnaraasen
2016-04-29 13:12:55 -06:00
Jonathan A. Sternberg
6748155f8b
Add NAME token to the list of reserved keywords
...
Fixes #6489 .
2016-04-29 13:20:39 -04:00
David Norton
8c09f19c9a
fix #6505 : update InfluxQL README.md for regex_lit
2016-04-28 22:56:33 -04:00
Ben Johnson
f7af787aef
add DELETE query support
...
This commit adds query language support for deleting series with a
`DELETE` query.
2016-04-27 15:16:23 -06:00
Ben Johnson
291dd08cd4
remove SHOW SERVERS & DROP SERVER
...
This commit removes support for `SHOW SERVERS` and `DROP SERVER`
from the `influxql` package. It also removes extraneous cluster
testing code from `cmd/influxd/run`.
Fixes #6465
2016-04-26 10:28:42 -06:00
Jack Zampolin
30a31d3acf
Merge pull request #5654 from influxdata/jz-delete-from
...
Remove DELETE FROM from query spec
2016-02-12 10:47:57 -08:00
Jack Zampolin
014bbd3ef9
Remove DELETE FROM from query spec
2016-02-12 10:10:47 -08:00
Ben Johnson
d1b9e7048f
InfluxQL README
2016-02-10 09:40:30 -07:00
Michael Mattioli
e2a24c26fd
Renamed InfluxQL markdown file
...
Renamed markdown file explaining InfluxQL
both for uniformity as well as for easy
access from github.com
2016-02-03 21:30:14 -05:00