Deleting a Record in a temp table via the Data tab

Hi,

I’m not sure how much of this information is relevant, but I believe we’ve found a bug.

Behavior: unable to delete record using the data tab in the admin.
Error:

DreamFactory Table Module
array_key_exists() expects parameter 2 to be array, string given

The table is a temp table that is recreated with the same schema regularly via a drop/recreate process. CRU operations in the data tab work. Delete via the API docs works, but deleting via the data tab does not work.

This is a MS SQL server.

Thanks,
Josiah

1 Like

What version of DreamFactory?

Some relevant versions:

Admin Application Version: 2.4.2
DreamFactory Version: 2.4.1
PHP Version: 7.0.13
Version: build 9600 (Windows Server 2012 R2 Datacenter Edition)
dreamfactory/df-sqlsrv 0.6.1 // I assume that’s MS-SQL

1 Like

Confirmed bug. I will file it. Thanks.

2 Likes

For the sake of reference, this is DF-991

1 Like