Casey Dwyer

Results 9 issues of Casey Dwyer

### Which driver are you using and version of it (Ex: PostgreSQL 10.0): **Microsoft SQL Server 2008 R2 (SP3) - 10.50.6220.0 (X64)** ### Which TablePlus build number are you using...

@roblesterjr04 revisiting **[this bit from #95](https://github.com/roblesterjr04/EloquentSalesForce/issues/95#issuecomment-1632883706)** tonight, and I'm pretty sure #96 doesn't actually solve the underlying problem. I've continued to get SOQL errors related to unescaped quotes. As far...

### Bug description _**Edit:**_ should have started with this, but I picked apart a request in my actual project just now, and realized the empty + hidden field is actually...

fieldtypes

This PR makes a few changes to how the magic `__call` method works, within `Fields\Values.php`. Currently, it performs a single check and throws an exception if this condition is not...

### Overview When copying a row as JSON, the copied value doesn't account for nested objects within JSON-type columns. It would be great if this came out as proper, valid,...

Allowing v12 for `laravel/framework` dependency.

In `SOQLBuilder`, the `delete` method (by way of `truncate`) expects the `Id` of each record to be present, so that it can pluck and implode it. That field was missing...

Not sure if the 419 behavior still happens, but I stumbled onto something similar where you're just stuck in an infinite auth cycle—completing the form with valid credentials loops you...

### Description Not sure what the _right_ way of configuring a nested `title_field` (ie, from a JSON column) is supposed to be, but both approaches break in different locations—using a...

bug