Fúlvio

Results 6 issues of Fúlvio

The System runs in Private Cloud and in the test environment I have no problem, but in the production environment at times the Insert duplicates the information generating the same...

type-question

Example: ``` CREATE TABLE "backup" ( "id" varchar(36) NOT NULL, "user_id" int NOT NULL, "file_name_sql" varchar(19) NOT NULL, "file_name_zip" varchar(19) NOT NULL, "created_at" datetime NOT NULL, "deleted_at" datetime DEFAULT NULL,...

Ref: https://github.com/select2/select2/issues/4629#issuecomment-312771486 I miss this feature too. The magnifying glass image and the CSS to display it seem to be missing from all the v4 themes. My workaround was to...

enhancement

## Expected Behavior SELECT * FROM [User] AS u WHERE EXISTS(SELECT * FROM [Phone] AS p WHERE [p].[UserId] = [u].[Id] ) --- SELECT * FROM [User] AS u WHERE NOT...

No `OrderBy` (OrderByDescending) and no alias with `As` _**Method**_ ! ## Expected Behavior ``` FlepperQueryBuilder .Select() .From("User").As("u") .OrderBy("Id","u"); ``` ## Actual Behavior Problem: without OrderBy with method `As` and `OrderBy`...

Is this package compatible with Blazor?