My favorites | Sign in
Logo
                
Details: Show all Hide all

Last 7 days

Last 30 days

  • Nov 22, 2009
    issue 10 (Additional criteria on join) reported by all...@pixolut.com   -   LEFT OUTER JOIN sdTracking ON (sdParent.ID = sdTracking.ParentID need to add.... AND (sdTracking.TrackingState = N'tRedeem'))
    LEFT OUTER JOIN sdTracking ON (sdParent.ID = sdTracking.ParentID need to add.... AND (sdTracking.TrackingState = N'tRedeem'))

Earlier this year

  • Nov 19, 2009
    issue 5 (Migrate to live transactions) commented on by pixolut   -   This has been largely implemented already, however we need to add transaction handling to DOCollections to facilitate ReadCommitted otherwise it will never truly function as one would expect a transaction in progress to.
    This has been largely implemented already, however we need to add transaction handling to DOCollections to facilitate ReadCommitted otherwise it will never truly function as one would expect a transaction in progress to.
  • Nov 19, 2009
    issue 9 (GetBy methods created by Builder should return NULL if the F...) reported by pixolut   -   What steps will reproduce the problem? 1. Call a builder generated 'GetBy' method in a DO which has foreign keys 2. If the FK is null it will throw an error It was a design decision, however it should be either an option (maybe an overloaded version of GetBy where AllowNulls is in the method prototype or perhaps we just start returning nulls.) This could break existing code which relies on the existing behavior of throwing a DOException.
    What steps will reproduce the problem? 1. Call a builder generated 'GetBy' method in a DO which has foreign keys 2. If the FK is null it will throw an error It was a design decision, however it should be either an option (maybe an overloaded version of GetBy where AllowNulls is in the method prototype or perhaps we just start returning nulls.) This could break existing code which relies on the existing behavior of throwing a DOException.
  • Nov 08, 2009
    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
  • Nov 06, 2009
    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
  • Nov 06, 2009
    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
  • Nov 06, 2009
    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.
  • Nov 02, 2009
    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
  • Nov 01, 2009
    r121 (- Remove unneeded query in FetchSelected) committed by ilyakb   -   - Remove unneeded query in FetchSelected
    - Remove unneeded query in FetchSelected
  • Oct 26, 2009
    issue 8 (BizBlox Builder will not pick up changes to the project afte...) reported by pixolut   -   What steps will reproduce the problem? 1. load a BBX file (most recent file format) 2. change the source file setting using the usual file dialog to select new SQL file 3. Perform import What is the expected output? New SQL file should be read What do you see instead? The content of the OLD SQL file is used instead
    What steps will reproduce the problem? 1. load a BBX file (most recent file format) 2. change the source file setting using the usual file dialog to select new SQL file 3. Perform import What is the expected output? New SQL file should be read What do you see instead? The content of the OLD SQL file is used instead
  • Sep 30, 2009
    BizBlox-1_8_2_0.exe (BizBlox 1.8.2.0.) file uploaded by eorlin...@optusnet.com.au   -  
    Labels: Featured Type-Installer OpSys-Windows
    Labels: Featured Type-Installer OpSys-Windows
  • Sep 30, 2009
    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#
  • Sep 30, 2009
    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#
  • Sep 24, 2009
    issue 7 (Allow comments on database columns) reported by eorlin...@optusnet.com.au   -   Allow comments on database columns in generated code files, either by taking the "Description" field from SQL Server, or by not modifying comments that have been added.
    Allow comments on database columns in generated code files, either by taking the "Description" field from SQL Server, or by not modifying comments that have been added.
  • Sep 21, 2009
    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)
  • Sep 21, 2009
    BizBlox-1_8_1_0.exe (BizBlox 1.8.1.0) file uploaded by eorlin...@optusnet.com.au   -  
    Labels: Featured Type-Installer OpSys-Windows
    Labels: Featured Type-Installer OpSys-Windows
  • Sep 17, 2009
    BizBlox-1_8_0_0.exe (BizBlox 1.8.0.0) file uploaded by eorlin...@optusnet.com.au   -  
    Labels: Featured Type-Executable OpSys-Windows
    Labels: Featured Type-Executable OpSys-Windows
  • Sep 17, 2009
    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
  • Sep 17, 2009
    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
  • Sep 08, 2009
    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.
  • Sep 07, 2009
    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
  • Sep 07, 2009
    r113 (- Update release notes) committed by eorlin...@optusnet.com.au   -   - Update release notes
    - Update release notes
  • Aug 24, 2009
    issue 6 (Trojan) reported by yvijayakumar   -   What version of the product are you using? On what operating system? BizBlox2.0-1_7_2_0.exe Please provide any additional information below. Avira Antivir shows the above executable is TR/Dropper.Gen Trojan
    What version of the product are you using? On what operating system? BizBlox2.0-1_7_2_0.exe Please provide any additional information below. Avira Antivir shows the above executable is TR/Dropper.Gen Trojan
  • Aug 10, 2009
    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
  • Aug 10, 2009
    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
  • Aug 10, 2009
    r110 (- Small refactoring and commenting) committed by eorlin...@optusnet.com.au   -   - Small refactoring and commenting
    - Small refactoring and commenting
  • Aug 10, 2009
    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)
  • Aug 09, 2009
    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
  • Aug 07, 2009
    issue 5 (Migrate to live transactions) reported by pixolut   -   Need to update transaction model to allow the DOTransaction object have a transaction.Start() method and rework the transaction.Commit() method so that it does not try to batch the SQL but rather defers the DataAccess connection in to the Transaction object RATHER than create a new one and destroy it with the DO or DOCollection itself. This would be as simple as checking if a transaction was passed in and using its DA rather than the internal one. That transactions DA could contain the transaction handle and close it once the transaction was committed. The current approach to transactions should be changed to 'batches' which are different to real transactions - and do not necessarily need to have a transactional state to be executed.
    Need to update transaction model to allow the DOTransaction object have a transaction.Start() method and rework the transaction.Commit() method so that it does not try to batch the SQL but rather defers the DataAccess connection in to the Transaction object RATHER than create a new one and destroy it with the DO or DOCollection itself. This would be as simple as checking if a transaction was passed in and using its DA rather than the internal one. That transactions DA could contain the transaction handle and close it once the transaction was committed. The current approach to transactions should be changed to 'batches' which are different to real transactions - and do not necessarily need to have a transactional state to be executed.
  • Aug 07, 2009
    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.
  • Aug 06, 2009
    r106 ([No log message]) committed by eorlin...@optusnet.com.au   -   [No log message]
    [No log message]
  • Aug 06, 2009
    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)
  • Aug 06, 2009
    r104 ([No log message]) committed by eorlin...@optusnet.com.au   -   [No log message]
    [No log message]
  • Aug 06, 2009
    r103 ([No log message]) committed by eorlin...@optusnet.com.au   -   [No log message]
    [No log message]
  • Aug 06, 2009
    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
  • Aug 06, 2009
    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.
  • Aug 05, 2009
    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)
  • Aug 05, 2009
    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.
  • Aug 05, 2009
    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
  • Aug 05, 2009
    r97 (- Documentation cleanup) committed by eorlin...@optusnet.com.au   -   - Documentation cleanup
    - Documentation cleanup
  • Aug 04, 2009
    r96 (- Finish renaming DotNet2.0 folder) committed by eorlin...@optusnet.com.au   -   - Finish renaming DotNet2.0 folder
    - Finish renaming DotNet2.0 folder
  • Aug 04, 2009
    r95 ([No log message]) committed by eorlin...@optusnet.com.au   -   [No log message]
    [No log message]
  • Aug 04, 2009
    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
  • Aug 04, 2009
    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
  • Aug 04, 2009
    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
  • Aug 04, 2009
    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
  • Aug 04, 2009
    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
  • Aug 04, 2009
    FAQ Wiki page edited by eorlin...@optusnet.com.au   -   Revision r89 Edited wiki page through web user interface.
    Revision r89 Edited wiki page through web user interface.
  • Aug 04, 2009
    FAQ Wiki page edited by eorlin...@optusnet.com.au   -   Revision r88 Edited wiki page through web user interface.
    Revision r88 Edited wiki page through web user interface.
 
Hosted by Google Code