You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Web Service |[https://github.com/bullet-db/bullet-service/issues](https://github.com/bullet-db/bullet-service/issues)|
| Web Service |[https://github.com/bullet-db/bullet-service/issues](https://github.com/bullet-db/bullet-service/issues)|
Copy file name to clipboardexpand all lines: docs/quick-start/storm.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ This section gets you running a mock instance of Bullet to play around with. The
4
4
5
5
At the end of this section, you will have:
6
6
7
-
* Setup the Bullet topology using a custom spout on [bullet-storm-0.8.3](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.3)
8
-
* Setup the [Web Service](../ws/setup.md) talking to the topology and serving a schema for your UI using [bullet-service-0.3.0](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.3.0)
9
-
* Setup the [REST PubSub](../pubsub/rest.md) talking to the topology and Web Service using [bullet-core-0.4.2](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-0.4.2).
10
-
* Setup the [UI](../ui/setup.md) talking to the Web Service using [bullet-ui-0.5.0](https://github.com/bullet-db/bullet-ui/releases/tag/v0.5.0)
7
+
* Setup the Bullet topology using a custom spout on [bullet-storm-0.8.5](https://github.com/bullet-db/bullet-storm/releases/tag/bullet-storm-0.8.5)
8
+
* Setup the [Web Service](../ws/setup.md) talking to the topology and serving a schema for your UI using [bullet-service-0.4.3](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.3)
9
+
* Setup the [REST PubSub](../pubsub/rest.md) talking to the topology and Web Service using [bullet-core-0.6.4](https://github.com/bullet-db/bullet-core/releases/tag/bullet-core-0.6.4).
10
+
* Setup the [UI](../ui/setup.md) talking to the Web Service using [bullet-ui-0.6.1](https://github.com/bullet-db/bullet-ui/releases/tag/v0.6.1)
| 2018-11-28 |[**0.4.4**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.3)| Updates bullet-bql to 0.2.1 |[JavaDocs](apidocs/bullet-service/0.4.3/index.html)|
147
+
| 2018-11-28 |[**0.4.3**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.3)| Updates bullet-bql to 0.2.1 |[JavaDocs](apidocs/bullet-service/0.4.3/index.html)|
148
148
| 2018-11-26 |[**0.4.2**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.2)| BQL to JSON endpoint, dead backend reaper, new types in Schema, bullet-core 0.6.4 |[JavaDocs](apidocs/bullet-service/0.4.2/index.html)|
149
149
| 2018-09-06 |[**0.4.1**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.1)| Max Queries limit and bullet-bql 0.1.2 |[JavaDocs](apidocs/bullet-service/0.4.1/index.html)|
150
150
| 2018-07-17 |[**0.4.0**](https://github.com/bullet-db/bullet-service/releases/tag/bullet-service-0.4.0)| Enhanced Web Service to support BQL queries |[JavaDocs](apidocs/bullet-service/0.4.0/index.html)|
Copy file name to clipboardexpand all lines: docs/ws/api-bql.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,7 @@ and `limit_clause` is one of
113
113
114
114
***String**: character string which can have escapes. Example: `'this is a string'`, `'this is ''another'' string'`.
115
115
116
-
***ColumnReference**: representation of a single column. Unquoted ColumnReference must start with a letter or `_`. Example: `column_name`.
117
-
118
-
***Dereference**: representation of a column field. Example: `column_name.field_name`.
116
+
***ColumnReference**: representation of a column field. Unquoted ColumnReference must start with a letter or `_`. Example: `column_name` or `column_name.foo` or `column_name.foo.bar` or `column_name.0.bar`.
119
117
120
118
***All**: representation of all columns. Example: `*`. `column_name.*` is interpreted as `column_name`.
0 commit comments