Maciej Zimnoch
4f4f94e2e6
qb: Added shortcuts to Queryx
...
It allows to write shorter and more straightforward code.
Instead writing:
```
session.Query(qb.Select("cluster").Columns("id").ToCql())
```
you can write:
```
qb.Select("cluster").Columns("id").Query(session)
```
2020-06-17 16:44:48 +02:00
..
2018-05-23 09:39:22 +02:00
2018-05-25 14:05:55 +02:00
2020-06-17 16:44:48 +02:00
2018-05-23 09:39:22 +02:00
2019-11-07 06:29:21 -08:00
2019-11-07 06:29:21 -08:00
2018-05-23 09:39:22 +02:00
2019-05-14 11:24:25 +02:00
2020-06-17 16:44:48 +02:00
2018-05-25 14:20:59 +02:00
2017-09-22 09:35:02 +02:00
2018-05-23 09:39:22 +02:00
2019-05-14 11:24:25 +02:00
2020-06-17 16:44:48 +02:00
2017-09-21 21:43:27 +02:00
2018-05-25 14:20:59 +02:00
2019-12-16 11:14:11 +01:00
2019-09-17 09:35:54 +02:00
2020-06-17 16:44:48 +02:00
2019-08-29 14:59:43 +02:00
2019-12-16 11:14:11 +01:00
2018-05-23 09:39:22 +02:00
2019-05-14 11:24:25 +02:00
2020-06-17 16:44:48 +02:00
2018-12-17 15:40:03 +01:00
2018-05-25 14:05:55 +02:00
2018-11-09 16:32:05 +01:00
2019-05-14 11:24:25 +02:00