commits |
date |
36044
by
akamphuis
(492
downloads)
|
Aug 12 2009
8:47 PM
|
updated so that dyanmic sql mode uses with (nolock) syntax for performance
|
36043
by
akamphuis
(10
downloads)
|
Aug 12 2009
8:46 PM
|
merged rkrauses fix for validation errors with varchar(max) fields
|
36042
by
akamphuis
(5
downloads)
|
Aug 12 2009
8:45 PM
|
merged rkrauses bug fix for varbinary(max) issues with dynamic sql
|
21198
by
markjjordan
(310
downloads)
|
Jul 30 2008
1:37 PM
|
Validation error was getting instantiated for nvarchar(max) property, comparing against -1 for the length of the field.
|
21185
by
markjjordan
(3
downloads)
|
Jul 30 2008
12:32 PM
|
Now handling varbinary(max) correctly when generating T-SQL in entity generated classes.
|
20700
by
RossCode
(11
downloads)
|
Jul 24 2008
4:27 AM
|
Add new templates
|
20699
by
RossCode
(1
download)
|
Jul 24 2008
4:26 AM
|
Added IDataHelper and IDataFactory interfaces. Updated SqlHelper class to implement IDataHelper interface. Added ServiceLocator to handle updated factory dependencies.
|
20126
by
RossCode
(12
downloads)
|
Jul 17 2008
5:46 PM
|
Update for naming change to Kinetic Framework.
|
17373
by
RossCode
(101
downloads)
|
Apr 4 2008
3:06 AM
|
Fixed comments for files overwritten and not overwritten.
|
17372
by
RossCode
(1
download)
|
Apr 4 2008
2:53 AM
|
Updated version number in header
|
17316
by
markjjordan
(5
downloads)
|
Apr 1 2008
1:31 AM
|
Move onexecuting to below command creation. Change onex* events to protected. Change private stuff of sqlHelper to protected.
|
17307
by
rkrause
(3
downloads)
|
Mar 31 2008
9:50 PM
|
Switch methods with "order by" parameter to protected
Create a public method of each page overload which doesn't require an order by
Change logic in EntityBaseReadOnly to use the DefaultSortOrder if no order by is provided. If there is no DefaultSortOrder, then use the "Order by GetDate()"
|
17279
by
rkrause
(2
downloads)
|
Mar 30 2008
11:23 PM
|
Change Name of parameter and Add protected method ability
|
17276
by
rkrause
(0
downloads)
|
Mar 30 2008
10:23 PM
|
Paged Queries, and Fix to Default Value
|
17069
by
RossCode
(6
downloads)
|
Mar 24 2008
8:13 PM
|
Update to remove invalid fields and update property names to always use the GetPropertyName() method.
|
17044
by
RossCode
(0
downloads)
|
Mar 24 2008
2:16 PM
|
Added xml comments for constant discovery
|
17043
by
RossCode
(1
download)
|
Mar 24 2008
1:50 PM
|
Update validation
|
17023
by
RossCode
(0
downloads)
|
Mar 24 2008
4:02 AM
|
Updated validation
|
16814
by
markjjordan
(20
downloads)
|
Mar 16 2008
3:49 AM
|
changed static persistent methods that have sqlhelper as arg to be internal.
|
16813
by
markjjordan
(0
downloads)
|
Mar 16 2008
3:33 AM
|
Moved sqlHelper logic to sqlHelperBase so that user has the option of overriding methods in the non-generated partial sqlHelper class.
|
16797
by
markjjordan
(0
downloads)
|
Mar 15 2008
9:12 PM
|
SqlHelper class now with generated and non-generated partial classes.
|
16679
by
markjjordan
(3
downloads)
|
Mar 11 2008
10:40 AM
|
Refactored clone() method per msdn article. Fixed validation check when saving so that save is not short circuited if entity is deleted and valiation fails. Now throwing InnerException to consumer when System.Reflection.TargetInvocationException occurs with reflection invocation of Save method on children entities. ValidationError class now serializable.
|
15851
by
RossCode
(2
downloads)
|
Mar 5 2008
11:47 PM
|
Issue #9496 - fix for column names with extended properties.
|
15770
by
RossCode
(3
downloads)
|
Mar 3 2008
3:41 AM
|
Updated entity to have a subclass of all of the property names so you can use those to validate properties
|
15769
by
RossCode
(0
downloads)
|
Mar 3 2008
3:17 AM
|
Added validation groups to validation.
|