Amaan
10/08/2021, 2:02 PMtapac
10/09/2021, 9:07 PMRobert
10/09/2021, 10:37 PMAmaan
10/10/2021, 2:28 AMBogdan
10/10/2021, 8:10 AMBogdan
10/10/2021, 8:13 AMtapac
10/10/2021, 12:07 PMkeepLoadedReferencesOutOfTransaction = true
https://github.com/JetBrains/Exposed/blob/master/docs/ChangeLog.md#0351Bogdan
10/10/2021, 5:07 PMBogdan
10/10/2021, 5:11 PMtapac
10/10/2021, 5:40 PMAmaan
10/11/2021, 2:03 PMeagerLoading
param to true so you can access the string once you get the query from the transaction, but that doesn't seem possible when setting references.tapac
10/11/2021, 2:09 PMkeepLoadedReferencesOutOfTransaction
and the references will be bound to the entity, but you still need to load them.
Also, eagerLoading = true
available on text columns not on referencesAmaan
10/11/2021, 3:50 PMkeepLoadedReferencesOutOfTransaction = true
does let me get the pointer to the sections and get the count of sections since it's a LazySizedCollection, but I can't actually get the values of the sections that belong to the event. I have updated code that I included below.