influxdb/tsdb
Jason Wilder c97dedfa3d Be more explicit about boolean value parsing
Supported boolean values are now t, T, true, TRUE, f, F, false, and
FALSE.  This is what the strconv.ParseBool function supports with
the exception of 1 and 0.  1 and 0 would be parsed as ints in the
line protocol.

Previously, any non-true value would be parsed as false.  e.g.
value=blah would parse to false.  This will now return an error as
parsing time.
2015-06-11 14:53:53 -06:00
..
internal change influxql DataType from string to int 2015-06-10 16:02:26 -04:00
batcher.go fix #2814: remove locking cruft from batcher 2015-06-09 00:34:46 -04:00
batcher_test.go Merge branch 'master' into alpha1 2015-06-02 10:40:52 -06:00
config.go Refactor run command. 2015-05-29 14:59:57 -06:00
doc.go Initial implementation for writing data to a shard. 2015-05-22 16:11:18 -04:00
meta.go Report number of measurements and series per node 2015-06-11 00:21:15 -07:00
meta_test.go Ensure tags are always marshalled the same way 2015-06-09 17:10:46 -07:00
monitor.go WIP 2015-05-29 14:56:30 -06:00
points.go Be more explicit about boolean value parsing 2015-06-11 14:53:53 -06:00
points_test.go Be more explicit about boolean value parsing 2015-06-11 14:53:53 -06:00
query_executor.go SHOW DIAGNOSTICS is not yet (re)implemented 2015-06-10 21:09:25 -07:00
query_executor_test.go Unit test returning empty set when no database 2015-06-10 19:22:16 -07:00
shard.go Refactor backup and restore 2015-06-10 22:07:01 -06:00
shard_test.go Fix panic when adding new fields 2015-06-10 10:30:14 -06:00
snapshot_writer.go Refactor backup and restore 2015-06-10 22:07:01 -06:00
store.go Refactor backup and restore 2015-06-10 22:07:01 -06:00
store_test.go Remote temp dirs in store_test 2015-06-05 22:16:51 -06:00
tx.go add test for querying across shards and fields 2015-06-09 12:51:59 -05:00