-
Bug
-
Resolution: Done
-
Blocker
-
13.1
-
None
-
0.5
-
UPDATE command doesn't work when setting null values:
select w.* from (call sf34.native('update;type=Contact;attributes=id, OwnerId, LastName, Birthdate', '0031Y000062bY4aQAE', '005i0000002dtHTAAY', 'test_updates_null', null)) as w ;; update sf34.Contact set Birthdate = null where LastName = 'test_updates_null' ;;
queries do nothing. The query:
select OwnerId, LastName, Birthdate from sf34.Contact where LastName = 'test_updates_null' ;;
will return the same result as before running these UPDATE commands.
- is blocked by
-
TEIID-5923 Salesforce: UPDATE fails for BOOLEAN and DATE fields
- Resolved
- relates to
-
TEIIDSB-184 Create a common base for salesforce connections
- Resolved