Mark Paluch
05d86f9219
DATACOUCH-419 - After release cleanups.
2019-01-10 13:48:13 +01:00
Mark Paluch
7424ef5ddd
DATACOUCH-419 - Prepare next development iteration.
2019-01-10 13:48:12 +01:00
Mark Paluch
357b3b6d8f
DATACOUCH-419 - Release version 3.1.4 (Lovelace SR4).
2019-01-10 12:35:56 +01:00
Mark Paluch
a7bed2fd37
DATACOUCH-419 - Prepare 3.1.4 (Lovelace SR4).
2019-01-10 12:34:55 +01:00
Mark Paluch
32a036f201
DATACOUCH-419 - Updated changelog.
2019-01-10 12:34:53 +01:00
Mark Paluch
1b31aba9f1
DATACOUCH-418 - Updated changelog.
2019-01-10 12:26:39 +01:00
Mark Paluch
23f5ee651c
DATACOUCH-417 - Updated changelog.
2019-01-10 11:01:23 +01:00
Mark Paluch
b984487941
DATACOUCH-425 - Update copyright years to 2019.
2019-01-02 12:31:56 +01:00
Christoph Strobl
343f95f022
DATACOUCH-420 - Updated changelog.
2018-12-11 11:43:21 +01:00
Mark Paluch
e8fc893248
DATACOUCH-414 - After release cleanups.
2018-11-27 14:23:36 +01:00
Mark Paluch
611bc61279
DATACOUCH-414 - Prepare next development iteration.
2018-11-27 14:23:34 +01:00
Mark Paluch
12948a1a5c
DATACOUCH-414 - Release version 3.1.3 (Lovelace SR3).
2018-11-27 13:43:25 +01:00
Mark Paluch
49dcc1655b
DATACOUCH-414 - Prepare 3.1.3 (Lovelace SR3).
2018-11-27 13:42:18 +01:00
Mark Paluch
ee8490acfb
DATACOUCH-414 - Updated changelog.
2018-11-27 13:42:16 +01:00
Mark Paluch
aa0a0a1e7a
DATACOUCH-410 - Updated changelog.
2018-11-27 12:36:51 +01:00
Mark Paluch
9bbc4d47ba
DATACOUCH-411 - Updated changelog.
2018-11-27 11:27:27 +01:00
Subhashni Balakrishnan
d465e21d79
DATACOUCH-413 - Use parameterized queries for Query derivation
...
Changes
-------
- N1ql query creators implement an interface which provides the place
holder values.
- The query creator uses a position index counter to inject place holders in
the statement created and caches the place holder values in an array.
- Repository query constructor passes the generated query statement
and place holder values to query through the SDK.
- Cleanup N1ql integration tests for count validation and also add
couple of more tests
Results
-------
The testing for changes are already covered under the modified existing tests
in N1qlQueryCreator and Repository.
2018-11-26 11:32:22 -08:00
Subhashni Balakrishnan
841803f77c
DATACOUCH-384 - Apply converters to string based query parameters
...
Apply the converters registered to serialize the positional and named
parameters to match the database representation
Original Pull Request: #172 .
2018-11-07 16:49:57 -08:00
Mark Paluch
f2d77aea8b
DATACOUCH-409 - After release cleanups.
2018-10-29 13:59:18 +01:00
Mark Paluch
ffbcc66e27
DATACOUCH-409 - Prepare next development iteration.
2018-10-29 13:59:16 +01:00
Mark Paluch
7d543003c6
DATACOUCH-409 - Release version 3.1.2 (Lovelace SR2).
2018-10-29 12:53:52 +01:00
Mark Paluch
b937c2e143
DATACOUCH-409 - Prepare 3.1.2 (Lovelace SR2).
2018-10-29 12:52:55 +01:00
Mark Paluch
62b40d1f18
DATACOUCH-409 - Updated changelog.
2018-10-29 12:52:53 +01:00
Mark Paluch
5473848620
DATACOUCH-403 - Updated changelog.
2018-10-15 14:19:08 +02:00
Mark Paluch
22b46a02bd
DATACOUCH-404 - Updated changelog.
2018-10-15 12:46:30 +02:00
Mark Paluch
8c8c07517f
DATACOUCH-406 - After release cleanups.
2018-10-15 11:12:14 +02:00
Mark Paluch
73d6c04bc2
DATACOUCH-406 - Prepare next development iteration.
2018-10-15 11:12:13 +02:00
Mark Paluch
4998cb45d1
DATACOUCH-406 - Release version 3.1.1 (Lovelace SR1).
2018-10-15 10:42:05 +02:00
Mark Paluch
b70b6b24bf
DATACOUCH-406 - Prepare 3.1.1 (Lovelace SR1).
2018-10-15 10:40:57 +02:00
Mark Paluch
00dae2a4fd
DATACOUCH-406 - Updated changelog.
2018-10-15 10:40:56 +02:00
Mark Paluch
b4b577a9a6
DATACOUCH-400 - After release cleanups.
2018-09-21 07:46:18 -04:00
Mark Paluch
a7f40d4348
DATACOUCH-400 - Prepare next development iteration.
2018-09-21 07:46:17 -04:00
Mark Paluch
b173be033f
DATACOUCH-400 - Release version 3.1 GA (Lovelace).
2018-09-21 07:08:39 -04:00
Mark Paluch
03f310bab6
DATACOUCH-400 - Prepare 3.1 GA (Lovelace).
2018-09-21 07:07:51 -04:00
Mark Paluch
d3850c9a2b
DATACOUCH-400 - Updated changelog.
2018-09-21 07:07:50 -04:00
Subhashni Balakrishnan
5af4dae334
DATACOUCH-401 Fix incorrect return type for reactive string based N1ql count query
...
Motivation
----------
Reactive string based N1QL count query incorrectly returns the map after
the single result projection.
Changes
-------
Map the observable returning from the N1ql query result deserialized to
a map by converting to the correct return type using the conversion
service. Verified by integration tests.
2018-09-20 23:06:36 -07:00
Subhashni Balakrishnan
5fbfd78220
DATACOUCH-386 Improve javadoc for setWriteResultChecking
2018-09-20 22:45:59 -07:00
Mark Paluch
1b989d6f30
DATACOUCH-405 - Include documentation about Object Mapping Fundamentals.
...
Related ticket: DATACMNS-1374.
2018-09-18 13:14:48 +02:00
Mark Paluch
8e86109bf2
DATACOUCH-397 - Updated changelog.
2018-09-10 14:15:51 +02:00
Mark Paluch
fcec1b4391
DATACOUCH-398 - Updated changelog.
2018-09-10 10:20:58 +02:00
Oliver Gierke
9d07389691
DATACOUCH-396 - After release cleanups.
2018-08-20 10:56:53 +02:00
Oliver Gierke
7dcb7ff2c8
DATACOUCH-396 - Prepare next development iteration.
2018-08-20 10:56:52 +02:00
Oliver Gierke
25cfb15d9c
DATACOUCH-396 - Release version 3.1 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Oliver Gierke
49ad7aae11
DATACOUCH-396 - Prepare 3.1 RC2 (Lovelace).
2018-08-20 10:39:44 +02:00
Oliver Gierke
840faba249
DATACOUCH-396 - Updated changelog.
2018-08-20 10:39:42 +02:00
Mark Paluch
9432cddf31
DATACOUCH-381 - Updated changelog.
2018-07-27 11:45:25 +02:00
Mark Paluch
b8f656aa42
DATACOUCH-382 - Updated changelog.
2018-07-26 16:23:57 +02:00
Mark Paluch
763649cca4
DATACOUCH-380 - After release cleanups.
2018-07-26 12:32:29 +02:00
Mark Paluch
a4bb08ea9d
DATACOUCH-380 - Prepare next development iteration.
2018-07-26 12:32:25 +02:00
Mark Paluch
53805063cb
DATACOUCH-380 - Release version 3.1 RC1 (Lovelace).
2018-07-26 12:06:35 +02:00