tommasop#2001
Explore posts from serversAEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
hope the test makes sense 🙂
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
I added a test with a
Manager
resource which belongs to Organization
the test passes for creation but fails for upsert163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
Here the error stays the same
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
I will set up a test with different resources because otherwise I'll break all other tests or let me know if there is a better way
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
I'm setting up the test and it seems the problem arises when you have attributes with
allow_nil? false
and without a default
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
will do my best 🙂
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
I can try to write a minimal reproduction test in
ash_postgres
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
sku_code
is writable, and no default_accept?
, id
is writeable163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
it's not upserting but creating new records
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
ok thanks
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
yes
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
the behavior is consistent if I use
id
or another identity (:unique_sku_code
)163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
with all the needed fields it works but it updates all the fields:
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
good idea
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
163 replies
AEAsh Elixir
•Created by tommasop#2001 on 5/24/2023 in #support
BulkCreate upsert not working
this is the collection
163 replies