Last 7 days
Last 30 days
Earlier this year
-
-
issue 9
(GetBy methods created by Builder should return NULL if the F...) reported by pixolut
-
-
r126
(- Live version 1.8.4.0
- Change Touch() method builder in Bi...) committed by eorlin...@optusnet.com.au
- - Live version 1.8.4.0
- Change Touch() method builder in BizBloxBuilder to use Enum column names rather than indexes
- Add new constructor to DataObject(Guid id, Boolean load) which allows loading from an ID in one
line of code.
- Fix validation unit test: if Food.cs is updated by Builder, do not overwrite validation
1.8.3.0
____________________________________
x: Remove extra query when using FetchSelected()
x: Fix in addWhere for integer: Correct handling of 0 value
- Live version 1.8.4.0
- Change Touch() method builder in BizBloxBuilder to use Enum column names rather than indexes
- Add new constructor to DataObject(Guid id, Boolean load) which allows loading from an ID in one
line of code.
- Fix validation unit test: if Food.cs is updated by Builder, do not overwrite validation
1.8.3.0
____________________________________
x: Remove extra query when using FetchSelected()
x: Fix in addWhere for integer: Correct handling of 0 value
-
r125
(- Fix validation unit test: if Food.cs is updated by Builder...) committed by eorlin...@optusnet.com.au
- - Fix validation unit test: if Food.cs is updated by Builder, do not overwrite validation
- Fix validation unit test: if Food.cs is updated by Builder, do not overwrite validation
-
r124
(- Update CSDORenderEngine Touch method. Update UnitTests obj...) committed by eorlin...@optusnet.com.au
- - Update CSDORenderEngine Touch method. Update UnitTests objects
- Update CSDORenderEngine Touch method. Update UnitTests objects
-
r123
(- Move version no to 1.8.4.0 - not yet released.
- Change To...) committed by eorlin...@optusnet.com.au
- - Move version no to 1.8.4.0 - not yet released.
- Change Touch() method builder in BizBloxBuilder to use Enum column names rather than indexes
- Add new constructor to DataObject(Guid id, Boolean load) which allows loading from an ID in one
line of code.
- Move version no to 1.8.4.0 - not yet released.
- Change Touch() method builder in BizBloxBuilder to use Enum column names rather than indexes
- Add new constructor to DataObject(Guid id, Boolean load) which allows loading from an ID in one
line of code.
-
r122
(- Fix in addWhere for integer: Correct handle of 0 value
- R...) committed by ilyakb
- - Fix in addWhere for integer: Correct handle of 0 value
- Remove pixolut.bizblok.dll from test
- Fix in addWhere for integer: Correct handle of 0 value
- Remove pixolut.bizblok.dll from test
-
r121
(- Remove unneeded query in FetchSelected) committed by ilyakb
- - Remove unneeded query in FetchSelected
- Remove unneeded query in FetchSelected
-
issue 8
(BizBlox Builder will not pick up changes to the project afte...) reported by pixolut
-
-
-
r120
(- BizBlox Live Release 1.8.2.0
_____________________________...) committed by eorlin...@optusnet.com.au
- - BizBlox Live Release 1.8.2.0
____________________________________
x: Fix bug with generating DataObject GetBy method in C#
- BizBlox Live Release 1.8.2.0
____________________________________
x: Fix bug with generating DataObject GetBy method in C#
-
r119
(- BizBlox Live Release 1.8.2.0
_____________________________...) committed by eorlin...@optusnet.com.au
- - BizBlox Live Release 1.8.2.0
____________________________________
x: Fix bug with generating DataObject GetBy method in C#
- BizBlox Live Release 1.8.2.0
____________________________________
x: Fix bug with generating DataObject GetBy method in C#
-
-
r118
(- BizBlox Live Release 1.8.1.0
_____________________________...) committed by eorlin...@optusnet.com.au
- - BizBlox Live Release 1.8.1.0
____________________________________
x: Fix bug with inserting Identity columns (i.e. do not try to insert)
- BizBlox Live Release 1.8.1.0
____________________________________
x: Fix bug with inserting Identity columns (i.e. do not try to insert)
-
-
-
r117
(- BizBlox Live Release 1.8.0.0
_____________________________...) committed by eorlin...@optusnet.com.au
- - BizBlox Live Release 1.8.0.0
____________________________________
+: Validation changed to use ValidationAttributes
+: When updating, only update touched columns.
+: Changes to DataObject querying and loading to allow partial loading of objects based on selected
columns, and to allow "linked tables"
and additional "linked columns" associated with the DataObject (GetLinkedColumn() method).
+: Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG()
etc.
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g.
DateTime, Guid, String)
+: Allow adding TO DataContract/DataMember and Order info for use with WCF
+: DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
x: Get documentation compiling properly.
x: Improved project saving
- BizBlox Live Release 1.8.0.0
____________________________________
+: Validation changed to use ValidationAttributes
+: When updating, only update touched columns.
+: Changes to DataObject querying and loading to allow partial loading of objects based on selected
columns, and to allow "linked tables"
and additional "linked columns" associated with the DataObject (GetLinkedColumn() method).
+: Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG()
etc.
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g.
DateTime, Guid, String)
+: Allow adding TO DataContract/DataMember and Order info for use with WCF
+: DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
x: Get documentation compiling properly.
x: Improved project saving
-
r116
(- BizBlox Live Release 1.8.0.0
_____________________________...) committed by eorlin...@optusnet.com.au
- - BizBlox Live Release 1.8.0.0
____________________________________
+: Validation changed to use ValidationAttributes
+: When updating, only update touched columns.
+: Changes to DataObject querying and loading to allow partial loading of objects based on selected
columns, and to allow "linked tables"
and additional "linked columns" associated with the DataObject (GetLinkedColumn() method).
+: Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG()
etc.
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g.
DateTime, Guid, String)
+: Allow adding TO DataContract/DataMember and Order info for use with WCF
+: DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
x: Get documentation compiling properly.
x: Improved project saving
- BizBlox Live Release 1.8.0.0
____________________________________
+: Validation changed to use ValidationAttributes
+: When updating, only update touched columns.
+: Changes to DataObject querying and loading to allow partial loading of objects based on selected
columns, and to allow "linked tables"
and additional "linked columns" associated with the DataObject (GetLinkedColumn() method).
+: Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG()
etc.
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g.
DateTime, Guid, String)
+: Allow adding TO DataContract/DataMember and Order info for use with WCF
+: DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
x: Get documentation compiling properly.
x: Improved project saving
-
r115
(- Insert all columns, just not touched on INSERT. Keep UPDAT...) committed by eorlin...@optusnet.com.au
- - Insert all columns, just not touched on INSERT. Keep UPDATE as using only touched columns.
- Insert all columns, just not touched on INSERT. Keep UPDATE as using only touched columns.
-
r114
(- Add ability to load only selected columns of a data using ...) committed by eorlin...@optusnet.com.au
- - Add ability to load only selected columns of a data using overload DataObject.Load() method
- Change updating/inserting DataObjects so that it only updates/inserts Touched columns
- Add ability to load only selected columns of a data using overload DataObject.Load() method
- Change updating/inserting DataObjects so that it only updates/inserts Touched columns
-
-
-
r112
(- Get Builder to render new constructor) committed by eorlin...@optusnet.com.au
- - Get Builder to render new constructor
- Get Builder to render new constructor
-
r111
(- Get Builder to render new constructor) committed by eorlin...@optusnet.com.au
- - Get Builder to render new constructor
- Get Builder to render new constructor
-
r110
(- Small refactoring and commenting) committed by eorlin...@optusnet.com.au
- - Small refactoring and commenting
- Small refactoring and commenting
-
r109
(- Changes to allow GROUP BY, HAVING and SELECT AS expression...) committed by eorlin...@optusnet.com.au
- - Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG()
etc.
- Can be used in a DataAccess dataset query, or by using the FetchSelected method of a DOCollection
and a new GetLinkedColumn() method in the DataObject that is a hashtable of custom column selections
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g.
DateTime, Guid, String)
- Changes to allow GROUP BY, HAVING and SELECT AS expressions, including allowing COUNT(), AVG()
etc.
- Can be used in a DataAccess dataset query, or by using the FetchSelected method of a DOCollection
and a new GetLinkedColumn() method in the DataObject that is a hashtable of custom column selections
- Add DataSetUtils class to allow easier retrieval of possibly null variables from a datarow (e.g.
DateTime, Guid, String)
-
r108
(- Better project saving/loading
- Add System.Runtime.Seriali...) committed by eorlin...@optusnet.com.au
- - Better project saving/loading
- Add System.Runtime.Serialization import to TOs if adding DataMember info
- Better project saving/loading
- Add System.Runtime.Serialization import to TOs if adding DataMember info
-
-
r107
(- Finish changes to allow selecting individual columns rathe...) committed by eorlin...@optusnet.com.au
- - Finish changes to allow selecting individual columns rather than SELECT(*), and unit test
performance.
- Add Order to DataMember attributes in TOs
- Rename DataFormat to DOFormatter.vb to avoid any possible conflicts.
- Finish changes to allow selecting individual columns rather than SELECT(*), and unit test
performance.
- Add Order to DataMember attributes in TOs
- Rename DataFormat to DOFormatter.vb to avoid any possible conflicts.
-
-
r105
(- Allow adding TO DataContract/DataMember info for use with ...) committed by eorlin...@optusnet.com.au
- - Allow adding TO DataContract/DataMember info for use with WCF (not the perfect mechanism at the
moment, hard-coding attributes into rendering)
- Allow adding TO DataContract/DataMember info for use with WCF (not the perfect mechanism at the
moment, hard-coding attributes into rendering)
-
-
-
r102
(- In-progress changes- not ready to release) committed by eorlin...@optusnet.com.au
- - In-progress changes- not ready to release
- In-progress changes- not ready to release
-
r101
(- In-progress changes - not ready for release.) committed by eorlin...@optusnet.com.au
- - In-progress changes - not ready for release.
- In-progress changes - not ready for release.
-
r100
(- DOTOs no longer inherit from base DOTO class, and are now ...) committed by eorlin...@optusnet.com.au
- - DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
- DOTOs no longer inherit from base DOTO class, and are now simply Objects (for use with WCF-REST)
-
r99
(- Documentation working again now - be careful of XML commen...) committed by eorlin...@optusnet.com.au
- - Documentation working again now - be careful of XML comments in future.
- Documentation working again now - be careful of XML comments in future.
-
r98
(Try to get documentation compiling properly) committed by eorlin...@optusnet.com.au
- Try to get documentation compiling properly
Try to get documentation compiling properly
-
-
r96
(- Finish renaming DotNet2.0 folder) committed by eorlin...@optusnet.com.au
- - Finish renaming DotNet2.0 folder
- Finish renaming DotNet2.0 folder
-
-
r94
(- Rename DotNet2.0 directory to API) committed by eorlin...@optusnet.com.au
- - Rename DotNet2.0 directory to API
- Rename DotNet2.0 directory to API
-
r93
(- Simplify output to existing files - add OutputFile contain...) committed by eorlin...@optusnet.com.au
- - Simplify output to existing files - add OutputFile container class
- Start getting rid of .NET 1.1/2.0 differences
- Simplify output to existing files - add OutputFile container class
- Start getting rid of .NET 1.1/2.0 differences
-
r92
(- Replace BoundsCheck with StringValidator attribute - still...) committed by eorlin...@optusnet.com.au
- - Replace BoundsCheck with StringValidator attribute - still needs a lot of work though to allow
editing
- Replace BoundsCheck with StringValidator attribute - still needs a lot of work though to allow
editing
-
r91
(- Fix bugs and get all tests running) committed by eorlin...@optusnet.com.au
- - Fix bugs and get all tests running
- Fix bugs and get all tests running
-
r90
(- Fix bugs and get all tests running) committed by eorlin...@optusnet.com.au
- - Fix bugs and get all tests running
- Fix bugs and get all tests running
-
-
|