Lee Timmins

Results 9 issues of Lee Timmins

How about adding support of converting UMD files to ES6?

I've recently upgraded to the latest version (from version 1.x) and whenever I try to pass an array into the deleteFrom method I receive the error: ``` Envms\FluentPDO\Query::deleteFrom(): Argument #2...

I've noticed whilst profiling recently that I keep getting random calls to update particular entities when I flush changes to the database, even if they haven't changed. After looking into...

Say I have the following model and mapping: ```cs public class ProductViewModel { public int Id { get; set; } public string Name { get; set; } = default!; public...

bug

I would prefer the version info to be in one table and an additional column would determine which assembly (possibly namespace) the migrations came from. The unique constraint would also...

improvement
propose-close

I'm looking at using this library. One feature I believe is missing, is the ability to ignore particular fields. For example, using jquery.validate I would've been able to say: ```...

Fixes #3421

I can see there's an image toolbar which allows me to trigger a custom command to implement a "Browse Server" option similar to CKEditor 4. However there doesn't apear to...

type:feature
package:link

Is it possible to create a CSV file which has a dictionary collection, where each key in the dictionary is mapped as separate column headers. This is the best I've...

feature