Older
-
r99
(* applied fxcop suppressed messages, adding code analysis
* ...) committed by mhern...@opensourceconnections.com
- * applied fxcop suppressed messages, adding code analysis
* renamed Ideletable to Ideleteable
* added Adapter factory methods Get & Add to add adapters to a static cache and retrieve them
* added DbType enumeration for types
* added Interface IAmp to help with DI
* added resources file to hold the strings for messages in order to globalize the library later.
* applied fxcop suppressed messages, adding code analysis
* renamed Ideletable to Ideleteable
* added Adapter factory methods Get & Add to add adapters to a static cache and retrieve them
* added DbType enumeration for types
* added Interface IAmp to help with DI
* added resources file to hold the strings for messages in order to globalize the library later.
-
r98
(adding vs key to make assemblies strongly signed. ) committed by mhern...@opensourceconnections.com
- adding vs key to make assemblies strongly signed.
adding vs key to make assemblies strongly signed.
-
r97
(adding mysql.data.dll for resources, saving changes to the s...) committed by mhern...@opensourceconnections.com
- adding mysql.data.dll for resources, saving changes to the summaries for kv and SqlAdapter.cs
adding mysql.data.dll for resources, saving changes to the summaries for kv and SqlAdapter.cs
-
r96
(added empty data adapters for sql and mysql. ) committed by mhern...@opensourceconnections.com
- added empty data adapters for sql and mysql.
added empty data adapters for sql and mysql.
-
-
r94
(added hash and KV (key value) objects along with their tests...) committed by mhern...@opensourceconnections.com
- added hash and KV (key value) objects along with their tests.
added hash and KV (key value) objects along with their tests.
-
-
r92
(added IDeletable interface which will force an object to hav...) committed by mhern...@opensourceconnections.com
- added IDeletable interface which will force an object to have a delete method.
added IDeletable interface which will force an object to have a delete method.
-
r91
(adding IUniqueIdentifier, which provides an contract to enfo...) committed by mhern...@opensourceconnections.com
- adding IUniqueIdentifier, which provides an contract to enforce an object to have a unique identity.
adding IUniqueIdentifier, which provides an contract to enforce an object to have a unique identity.
-
-
r89
(starting over with only committing code with tests if its in...) committed by mhern...@opensourceconnections.com
- starting over with only committing code with tests if its internal.
starting over with only committing code with tests if its internal.
-
r88
(deleting... starting over yet again, only committing externa...) committed by mhern...@opensourceconnections.com
- deleting... starting over yet again, only committing external code that works or internal tested
code.
deleting... starting over yet again, only committing external code that works or internal tested
code.
-
r87
(creating a new branch before the log issues) committed by mhern...@opensourceconnections.com
- creating a new branch before the log issues
creating a new branch before the log issues
-
-
-
-
r83
(adding log4net plugin, changing the IAppender to be more lik...) committed by mhern...@opensourceconnections.com
- adding log4net plugin, changing the IAppender to be more like a dot.net builder (i.e. string
builder)
adding log4net plugin, changing the IAppender to be more like a dot.net builder (i.e. string
builder)
-
r82
(adding white ui testing framework & adding unity dependency ...) committed by mhern...@opensourceconnections.com
- adding white ui testing framework & adding unity dependency injection framework.
adding white ui testing framework & adding unity dependency injection framework.
-
r81
(refactoring/rewriting the logging functionality. ) committed by mhern...@opensourceconnections.com
- refactoring/rewriting the logging functionality.
refactoring/rewriting the logging functionality.
-
r80
(more changes to fuse to start giving the ability to rename a...) committed by mhern...@opensourceconnections.com
- more changes to fuse to start giving the ability to rename and refresh.
more changes to fuse to start giving the ability to rename and refresh.
-
r79
(now retrieving constraints & keys in the DataStoreTreeView.) committed by mhern...@opensourceconnections.com
- now retrieving constraints & keys in the DataStoreTreeView.
now retrieving constraints & keys in the DataStoreTreeView.
-
r78
(get the columns working for pulling column information from ...) committed by mhern...@opensourceconnections.com
- get the columns working for pulling column information from the database.
get the columns working for pulling column information from the database.
-
r77
(add a fuse.models projects,
moved the data mode and migrat...) committed by mhern...@opensourceconnections.com
- add a fuse.models projects,
moved the data mode and migrations to the project.
created an adapter later for quering the db what
the view actually needs.
renamed the treeview, began refactoring files and moving them to the more appropiate locations.
added the new icons.
add a fuse.models projects,
moved the data mode and migrations to the project.
created an adapter later for quering the db what
the view actually needs.
renamed the treeview, began refactoring files and moving them to the more appropiate locations.
added the new icons.
-
-
r75
(working on fuse database treeview, also migration for the da...) committed by mhern...@opensourceconnections.com
- working on fuse database treeview, also migration for the database schema for the application as
well.
working on fuse database treeview, also migration for the database schema for the application as
well.
-
-
-
-
r71
(added validation to the linqtosql base class) committed by mhern...@opensourceconnections.com
- added validation to the linqtosql base class
added validation to the linqtosql base class
-
-
r69
(more updates, include beginning of using LinqToSql active re...) committed by mhern...@opensourceconnections.com
- more updates, include beginning of using LinqToSql active records
more updates, include beginning of using LinqToSql active records
-
r68
(extending the select in the adapter layer. ) committed by mhern...@opensourceconnections.com
- extending the select in the adapter layer.
extending the select in the adapter layer.
-
-
r66
(removed the dependency for using "NativeDatabaseTypes" to ma...) committed by mhern...@opensourceconnections.com
- removed the dependency for using "NativeDatabaseTypes" to make use of the ColumnDefinition class.
removed the dependency for using "NativeDatabaseTypes" to make use of the ColumnDefinition class.
-
r65
(changing scheme to use an enumeration for the native databas...) committed by mhern...@opensourceconnections.com
- changing scheme to use an enumeration for the native database types.
changing scheme to use an enumeration for the native database types.
-
r64
(creating a branch for the most current copy that is always c...) committed by mhern...@opensourceconnections.com
- creating a branch for the most current copy that is always committed but may or may not be in use.
creating a branch for the most current copy that is always committed but may or may not be in use.
-
-
r62
(creating a branch for the most current copy that is always c...) committed by mhern...@opensourceconnections.com
- creating a branch for the most current copy that is always committed but may or may not be in use.
creating a branch for the most current copy that is always committed but may or may not be in use.
-
r61
(change to solution that reflect the changes to files relatin...) committed by mhern...@opensourceconnections.com
- change to solution that reflect the changes to files relating to the insert/update/delete api
changes
change to solution that reflect the changes to files relating to the insert/update/delete api
changes
-
r60
(changed the api of transactional queries of update/delete/in...) committed by mhern...@opensourceconnections.com
- changed the api of transactional queries of update/delete/insert in order to be easier to query, as
well as refactor away some redundant code.
changed the api of transactional queries of update/delete/insert in order to be easier to query, as
well as refactor away some redundant code.
-
-
r58
(added ICommand for implimenting the command pattern, renamed...) committed by mhern...@opensourceconnections.com
- added ICommand for implimenting the command pattern, renamed the migration runner to migration
command, changing how insert/update/deletes are done.
added ICommand for implimenting the command pattern, renamed the migration runner to migration
command, changing how insert/update/deletes are done.
-
r57
(quoting now handles nulls better, fixtures was missing addin...) committed by mhern...@opensourceconnections.com
- quoting now handles nulls better, fixtures was missing adding the tablename to the query.
migrations needed some work in order to run.
quoting now handles nulls better, fixtures was missing adding the tablename to the query.
migrations needed some work in order to run.
-
-
-
-
r56
(further refactoring to include constraints for the column de...) committed by mhern...@opensourceconnections.com
- further refactoring to include constraints for the column definition.
further refactoring to include constraints for the column definition.
-
r55
(refactoring to enable a wider range of constraints when crea...) committed by mhern...@opensourceconnections.com
- refactoring to enable a wider range of constraints when creating a column. modifications to
migration runner.
refactoring to enable a wider range of constraints when creating a column. modifications to
migration runner.
-
-
|