Posted
over 11 years
ago
by
James Craig
Added documentation nuget package. Also removed some dead files.
|
Posted
over 11 years
ago
by
James Craig
|
Posted
over 11 years
ago
by
James Craig
Update for next release.
|
Posted
over 11 years
ago
by
James Craig
Merge
|
Posted
over 11 years
ago
by
James Craig
Finished with nuspec files/process update.
|
Posted
over 11 years
ago
by
James Craig
1) Updated micro ORM mapping code so that multiple instances of a database name can not be added.
2) Fixed issue with caching and also fixed Execute so that it converts DBNull values to just null.
3) Fixed a couple of unit tests to deal with the slight changes to how SQLHelper works now.
|
Posted
over 11 years
ago
by
James Craig
1) Finished modifying DataTypes namespace.
2) Currently looking to simplify SQLHelper.
|
Posted
over 11 years
ago
by
James Craig
1) Switched out a lot of the reflection names, dropped get and set from them (ex: getproperty/setproperty is just property).
2) CallMethod is now just Call.
3) CreateInstance became Create and added versions that accept IEnumerable<Type> and
|
Posted
over 11 years
ago
by
James Craig
1) Cleaned up usings.
2) Removed ToSQLDbType,ToDbType, and ToType as they are no longer needed.
3) Switched To to use the new conversion code.
4) Removed ToBool and ToInt.
5) ToBase64String and ToEncodedString extensions for byte arrays renamed to ToString.
6) Combined a number of Is* items on char to simply Is function.
|
Posted
over 11 years
ago
by
James Craig
1) Had to move reflection extensions over to DataTypes... Not happy about this.
2) Added some unit tests for conversion code.
|