rbygrave
|
60db0b0999
|
#2328 - Postgres JSONB dirty checking - trim json
|
2021-08-24 15:58:29 +12:00 |
|
rbygrave
|
3bfb6dbc20
|
#2327 - Follow up and fix test TestQueryFilterMany
|
2021-08-24 15:04:52 +12:00 |
|
rbygrave
|
bedb841fa9
|
#2327 - findSingleAttribute() on a ToMany path includes the id column
Follow up test changes
|
2021-08-24 14:52:54 +12:00 |
|
rbygrave
|
c4c4663144
|
#2327 - findSingleAttribute() on a ToMany path includes the id column
|
2021-08-24 14:31:30 +12:00 |
|
rbygrave
|
b392db866c
|
Update tests for multi-platform testing
|
2021-08-22 17:48:19 +12:00 |
|
rbygrave
|
3556f9a42b
|
Rename test helper StartPostgres (start docker postgres)
|
2021-08-22 16:39:44 +12:00 |
|
Jonas Pöhler
|
5b10c053de
|
FIX: NPE when accessing mutableNext in EBI
|
2021-08-20 15:13:42 +02:00 |
|
Jonas Pöhler
|
7e4bde8d34
|
FIX: Modification of a OneToMany-Relation with @OrderColumn was not detected
|
2021-08-19 17:11:31 +02:00 |
|
rbygrave
|
68a6da22be
|
Fix imports on test TestQueryExists
|
2021-08-18 09:41:36 +12:00 |
|
Jonas Pöhler
|
e1731b87ec
|
Merge remote-tracking branch 'ebean/master' into pr/bugfix/subquery_without_where
|
2021-08-17 16:07:02 +02:00 |
|
rbygrave
|
7521cb530e
|
#2318 - Refactor internals - final classes in type packages
|
2021-08-17 20:48:15 +12:00 |
|
rbygrave
|
16a05528b7
|
#2318 - Refactor internals - final classes in deploy packages etc
|
2021-08-17 19:00:55 +12:00 |
|
rbygrave
|
cd407ee467
|
#2318 - Refactor internals - final classes in changelog packages
|
2021-08-16 23:32:26 +12:00 |
|
 Rob BygraveandGitHub
|
a2b19d46e1
|
Merge pull request #2316 from FOCONIS/pr/bugfix/json-null-formatValue
Fix: setting json values to null was throwing a NPE when persisting
|
2021-08-16 22:31:47 +12:00 |
|
rbygrave
|
4163b4dc25
|
#2317 - Plus test changes due to tidy whitespace on sql generation
|
2021-08-16 22:23:58 +12:00 |
|
rbygrave
|
14262d4c25
|
#2317 - Incorrect SQL generated for @IdClass with fetch() on ToMany path
|
2021-08-16 22:20:21 +12:00 |
|
Jonas Pöhler (JPo)
|
f3ec4a78c9
|
FIX: setting json values to null was throwing a NPE when persisting
|
2021-08-16 12:02:47 +02:00 |
|
rbygrave
|
0688061f5c
|
Speed up TestUuidGenerator
|
2021-08-15 15:17:19 +12:00 |
|
rbygrave
|
ebc0fabbdb
|
#2311 - Fix BindPadding for empty list
|
2021-08-15 14:15:03 +12:00 |
|
 Rob BygraveandGitHub
|
ec82dd3da9
|
Merge pull request #2310 from FOCONIS/nutation-on-cache
FIX: mutation info is not restored on cache hit
|
2021-08-15 13:50:19 +12:00 |
|
Roland Praml
|
843b90cbba
|
FIX: mutation info is not restored on cache hit
|
2021-08-13 11:52:31 +02:00 |
|
Roland Praml
|
6b263919d5
|
handle also JsonNode
|
2021-08-13 11:19:24 +02:00 |
|
Roland Praml
|
965c1e803f
|
FIX: mutationDetection = SOURCE works also for special json types
|
2021-08-13 10:47:14 +02:00 |
|
rbygrave
|
a17683c549
|
#2307 - Tidy ShutdownManager DatabaseFactory only
|
2021-08-12 16:32:12 +12:00 |
|
rbygrave
|
eeacad0fb9
|
#2307 - ENH: Add DatabaseFactory.disableShutdownHook() ... [ alias for ShutdownManager.deregisterShutdownHook() ]
|
2021-08-12 14:36:14 +12:00 |
|
Roland Praml
|
2d24020202
|
Added / enhanced test case
|
2021-08-11 09:32:21 +02:00 |
|
Roland Praml
|
1a2aba3f56
|
Distinguish between exists and in subquery
|
2021-08-11 08:54:40 +02:00 |
|
Roland Praml
|
12b8b4b955
|
Merge remote-tracking branch 'upstream/master' into subquery-with-fetch-path
|
2021-08-11 07:42:11 +02:00 |
|
 Rob BygraveandGitHub
|
18e49cc1ce
|
Merge pull request #2300 from FOCONIS/exists-with-dynamic
Enables select + exists for dynamic formula properties
|
2021-08-11 14:01:46 +12:00 |
|
 Rob BygraveandGitHub
|
1ce4b1a994
|
Merge pull request #2299 from FOCONIS/push-pops-in-wrong-order
PushJson/PopJson did not work correctly, if null beans were involved
|
2021-08-11 13:48:00 +12:00 |
|
rbygrave
|
144a3b54bb
|
Refactor rename method queryBindHash() to queryBindKey()
|
2021-08-11 13:25:04 +12:00 |
|
rbygrave
|
ec7c7048db
|
Refactor rename BindHash to BindValuesKey
|
2021-08-11 13:19:44 +12:00 |
|
rbygrave
|
fd2e542c0b
|
Change BindHash from interface to implementation, Delete unused server persist BindValues
|
2021-08-11 12:43:58 +12:00 |
|
Roland Praml
|
60dfaab22c
|
Enables select + exists for dynamic formula properties
|
2021-08-10 15:29:10 +02:00 |
|
Roland Praml
|
75fa7cb7fd
|
PushJson/PopJson did not work correctly, if null beans were involved
|
2021-08-10 13:24:13 +02:00 |
|
rbygrave
|
e47b1737a8
|
Add HashCodeBindHashTest
|
2021-08-10 22:28:31 +12:00 |
|
rbygrave
|
cd6df2be39
|
Merge branch 'md5-for-querybindhash' of https://github.com/FOCONIS/ebean into FOCONIS-md5-for-querybindhash
|
2021-08-10 21:18:43 +12:00 |
|
Roland Praml
|
c8ae3c5ef6
|
FIX: Changelog-oldValue did not work for Json mutable properties
|
2021-08-10 09:30:25 +02:00 |
|
Roland Praml
|
e18c190905
|
Fix the test to run with java 8
|
2021-08-09 09:46:49 +02:00 |
|
Roland Praml
|
181dc73d39
|
Use MD5 for QueryBindHash
|
2021-08-09 09:19:53 +02:00 |
|
rbygrave
|
43213ead05
|
#2291 - ENH: Explicit option for fast-failing or not fast-failing (skipDataSourceCheck config option)
|
2021-08-09 15:10:59 +12:00 |
|
rbygrave
|
c610f95b2d
|
#2293 - Metric hash back to MD5 of sql + name + loc (minus location file and line source) ~= Revert of #2288
|
2021-08-09 14:05:10 +12:00 |
|
rbygrave
|
fea7de42d5
|
#2290 - Add MetaTimedMetric locationHash() which is a crc32 checksum of package + type + method (excludes line number)
|
2021-08-06 14:48:42 +12:00 |
|
rbygrave
|
801d419f51
|
Refactor io.ebean.meta API, method rename with deprecation
|
2021-08-06 13:14:29 +12:00 |
|
rbygrave
|
202d785710
|
Rename hash to sqlHash to better reflect what it is (CRC32 checksum of the sql)
|
2021-08-06 12:06:43 +12:00 |
|
rbygrave
|
7ca72a39b1
|
Change query metric hash from MD5 of sql + name + loc to Checksum of sql
|
2021-08-06 11:52:38 +12:00 |
|
rbygrave
|
a76442641b
|
Tidy test only - rename ServerConfigTest to DatabaseConfigTest and tidy
|
2021-08-05 13:14:00 +12:00 |
|
rbygrave
|
2043fdf7e1
|
#2274 Add DatabaseConfig jsonMutationDetection property setting the global default mode
|
2021-08-05 13:12:18 +12:00 |
|
rbygrave
|
d601a88d82
|
#2278 - Move null to empty json collections check to BeanPropertyJsonBasic
|
2021-07-30 23:53:28 +12:00 |
|
rbygrave
|
443e826f61
|
#2278 - Embedded bean override with DbJson property
|
2021-07-30 23:22:06 +12:00 |
|