Attività di "barrett2474"

Risposta

Thanks - just trying to help you guys out in case anyone else tries the link. Cheers

You're welcome - more than happy to help. If it is a bug could the ticket get refunded? - Thanks, John

I see 2 missing - Note: I have never had to fill these in by hand myself before on any of my Entities

Has something changed in 5.3.2?

Yes, around 12. Only happened after update from 5.3.1 to 5.3.2

i have created feature request - please delete this and refund question. thank you.

Correct, for the scenario outlined yes.

please if you could refund my ticket count that would be great...

CRUD Generation - allow the option to select one or more Properties to become part of a Unique Constraint.

This is a very common requirement across the projects I've worked on and although it can be enforced in other layers - I think having these constraints at the DB layer is best practice for a strong system.

Example: EF SQL Server multi-tenant app - generated code might look something like:

ABP Suite - Preserve Custom Code Across Repeated CRUD Generations

my common work-flow: generate crud->customise->re-generate crud->re-enter-previous customization-> repeat...etc

  • for the *.cs generated classes is would be very useful to be able to wrap custom code in a region - such that the CRUD engine can detect this region in the *.cs file allowing it to be preserved across CRUD generations.

`#region CustomCode

// ...custom code here

#endregion`

This would be a massive boost in efficiency and a valued Feature in my opinion.

GUID properties type

SQL Server has `uniqueidentifier' - or did you mean something else?

11 - 20 di 31
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11