Anton Kaliaev a6a06f820f [pubsub/query] quote values using single quotes
This fixes the problem with base-16 encoded values which may start with
digits: 015AB.... In such cases, the parser recognizes them as numbers
but fails to parse because of the follow-up characters (AB).

```
failed to parse tm.events.type=Tx AND hash=136E18F7E4C348B780CF873A0BF43922E5BAFA63:
parse error near digit (line 1 symbol 31 - line 1 symbol 32):
  "6"
```

So, from now on we should quote any values. This seems to be the way
Postgresql has chosen.
2017-07-21 13:20:32 +03:00
2017-06-23 22:21:36 -04:00
2017-04-18 16:33:27 -04:00
2017-07-19 15:02:04 -04:00
2017-04-18 17:56:05 -04:00
2017-05-23 23:06:20 +02:00
2017-04-21 16:04:58 -04:00
2017-04-18 17:56:05 -04:00
2017-04-18 17:56:05 -04:00
2017-06-16 11:40:14 -04:00
2017-05-01 11:30:24 -04:00
2017-05-05 21:52:01 +04:00
2017-04-18 17:56:05 -04:00
Description
No description provided
Apache-2.0 63 MiB
Languages
Go 72.6%
C 17.7%
Shell 3.2%
Python 1.6%
Makefile 1%
Other 3.7%