3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 05, 2023 — May 05, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* updating with newer test database details. More... over 11 years ago
fixed Bug #2159 - A Single Relationship to a new BO with an auto incrementing PK would not remember the related bo. fixed Bug #2160 - A Single Relationship to a new BO with an auto incrementing PK does not set the FK once the related object is saved More... over 11 years ago
* get tests to run on branch-specific databases (habanero_test_branch_3_0) * add in exception handling event fire for DBMigrator so that clients can react in the UI to exceptions More... over 11 years ago
* Add the exception event raising code for DBMigrator so that the UI element displaying the migration can be closed / disposed / clean up * merge in changes that came from branch 3.0 More... over 11 years ago
* add event raisers to DBMigrator so that a program can provide user feedback for longer-running migrations More... over 11 years ago
* warning reduction More... over 11 years ago
* change package output name / version to 3.0 More... over 11 years ago
* new branching starting with the 3.x series: this adds asynchronous features and starts a new versioning idea whereby major versions of Habanero.* will work alongside each other to help consuming developers to choose libraries to work with. IOW, Habanero.* at version X.* should work together. At any point where a change would cause breakage, a new major version should be introduced. More... over 11 years ago
* add the ability to specify a custom message when preventing deletion of BusinessObjects. The message may contain the {0} placeholder to have the ToString() representation of the BusinessObject placed into the message. This makes the generic UI exception notifier and PreventDelete methods viable for user interaction. More... over 11 years ago
Merged revision(s) 21401 from Habanero/branches/v2.6-13_02_2012: Fixed Bug #2158 Performance issue with .Clone method on BusinessObjectCollection ........ More... over 11 years ago
Moved BackgroundWorker Thread to Habanero from Habanero.Faces More... over 11 years ago
Minor comment changes More... over 11 years ago
* GetObjectFromObjectManager performance enhancements: - don't bother getting the return type if the return value is null - don't bother traversing the inheritence tree of the object for a match if there is a direct type match More... over 11 years ago
* fix tests broken by swapping out global BusinessObjectManager (restore original BOM after tests complete) * fixes for when BO objects along the inheritence chain for the requested type are returned More... over 11 years ago
* clean up messy test code More... over 11 years ago
* add exception thrower for case where BOs of different types have the same GUID id and the incorrect BO is returned from the BusinessObjectManager to help tracing the source of such a problem More... over 11 years ago
* incomplete test for exception that should be thrown if two different typed BOs share GUIDs More... over 11 years ago
* give a more useful error when unable to load BO and the problem stems from incorrect casting, possibly due to conflicting GUIDs More... over 11 years ago
Fixed build failure More... almost 12 years ago
Added an overload to the BusinessObjectXmlWriter and DataStoreInMemoryXmlWriter to allow the user to specify whether they should include the xml start and end elements. This is useful when you're writing the businessobject node within a document and want to use these writers. More... almost 12 years ago
updated nunit.framework.dll updated rake to use nuget only More... almost 12 years ago
* merging in bugfix from v2.6 for fields with - prefix/postfix More... almost 12 years ago
Fixed Bug#2153: DataStoreInMemory GetNextAutoIncrementingNumber is not threadsafe More... almost 12 years ago
Fixed bug in DataStoreInMemory added sync lock to GetNextAutoIncrementingNumber to prevent threading issues in unit tests More... almost 12 years ago
Added a DataAccessorThreadSplitter class which allows you to create a data accessor per thread to ensure thread safety in Sql CE connections. More... almost 12 years ago
Updated the db backup More... almost 12 years ago
Added an ExecuteStoredProcNonQuery to DatabaseConnection More... almost 12 years ago
Fixed issue with sqlserver compact More... almost 12 years ago
Fixed bug #2149 : byte[] datatype for SqlServerCE More... about 12 years ago
Merged revision(s) 21360 from Habanero/branches/v2.6: Changed to AddDays(-365) from AddYears(-1) as AddYears(-1) fails for leap years ........ More... about 12 years ago