commits |
date |
42409
by
rasx
(16
downloads)
|
Sep 6 2009
4:35 AM
|
• FrameworkType is split into two partial-class files. FrameworkType.SqlDatabaseNull() added to confine DBNull in one location. DBNull references removed from all other locations. • Added FrameworkType.ObjectIsNullOrEmptyString(). • The null coalescing operator is added to an overload of CommonParameter.GetParameters() to prevent null from being sent into data access procedures as DBNull should be sent instead. • FrameworkType.ParseBoolean() now supports bit strings ("1" or "0" as true or false, respectively). By the way, System.Data.SqlClient converts parameters as Booleans (even the Nullable Boolean, bool?) into the SQL Server the bit type.
|
41761
by
rasx
(6
downloads)
|
Aug 29 2009
12:04 AM
|
Several static helper procedures in Songhay.Xml use System.IO types and lacked using blocks.
These files of the partial static class XmlUtility contain the fixes: • File: XmlUtility.CombineNavigableDocuments.cs • File: XmlUtility.GetInstance.cs • File: XmlUtility.GetNavigableDocument.cs • File: XmlUtility.GetXslResult.cs • File: XmlUtility.GetXslString.cs • File: XmlUtility.LoadXslTransform.cs • File: XmlUtility.StripNamespaces.cs • File: XmlUtility.ValidateNavigableNode.cs
|
41663
by
rasx
(9
downloads)
|
Aug 28 2009
2:40 AM
|
Fixing problem with *.cs files mysteriously mass-converted to ASCII. Converting back to UTF-8.
|
38602
by
rasx
(2
downloads)
|
Aug 6 2009
2:40 AM
|
Adding NAnt build file and Apache license...
|
38601
by
rasx
(0
downloads)
|
Aug 6 2009
2:38 AM
|
cwrsync "touched" unmodified source files... Preparing to add files...
|
37969
by
rasx
(3
downloads)
|
Aug 3 2009
9:16 PM
|
DAR Log file removed from source...
|
37967
by
rasx
(1
download)
|
Aug 3 2009
9:13 PM
|
DAR Log file removed from source...
|
37966
by
rasx
(1
download)
|
Aug 3 2009
9:07 PM
|
Removing internal Songhay.Data solution file from source...
|
37605
by
rasx
(1
download)
|
Aug 2 2009
8:47 PM
|
Culmulative 2009 update for "ready state"... Adding major changes to XmlUtility, DataAccessConfiguration, DataCommandInput and Class Diagrams
|
37602
by
rasx
(2
downloads)
|
Aug 2 2009
8:30 PM
|
Culmulative 2009 update for "ready state"...
|
37592
by
rasx
(0
downloads)
|
Aug 2 2009
8:11 PM
|
Culmulative 2009 update for "ready state"... Removing VS project \obj and \bin folders from source distribution...
|
19519
by
rasx
(38
downloads)
|
Jun 2 2008
10:06 PM
|
Major changes to XML Utility and System.Data.Common Helpers...
|
19518
by
rasx
(4
downloads)
|
Jun 2 2008
10:02 PM
|
Major changes to XML Utility and System.Data.Common Helpers...
|
14625
by
rasx
(33
downloads)
|
Feb 12 2008
10:45 PM
|
More overload errors found and corrected in Songhay.Data.Common
|
13218
by
rasx
(6
downloads)
|
Dec 15 2007
6:14 AM
|
This Visual Studio 2008 Change Set is another attempt to stabilize with CodePlex.com using command line operations only!
Performing additions against last Change Set...
|
13217
by
rasx
(1
download)
|
Dec 15 2007
6:05 AM
|
This Visual Studio 2008 Change Set is another attempt to stabilize with CodePlex.com using command line operations only!
Performing deletions against lat Change Set...
|
13211
by
rasx
(3
downloads)
|
Dec 15 2007
3:40 AM
|
This should generate the stable Change Set to go forward with Visual Studio 2008
|
13210
by
rasx
(2
downloads)
|
Dec 15 2007
3:39 AM
|
This should generate the stable Change Set to go forward with Visual Studio 2008
|
12646
by
rasx
(2
downloads)
|
Nov 29 2007
11:42 PM
|
|
7928
by
rasx
(13
downloads)
|
Sep 28 2007
5:39 AM
|
Null reference protection added to WriteLog event.
Change in XmlUtility? Probably comment or whitespace...
|
5929
by
rasx
(7
downloads)
|
Sep 4 2007
5:36 PM
|
Yet another reason why TDD is useful: STILL adding support for selected System.Data interfaces, overloads among the Songhay.Data.Common definitions.
Sheesh! Looks like serious testing scaffolding might be needed!
|
4993
by
rasx
(1
download)
|
Aug 27 2007
10:40 PM
|
One-liner for CommonParameter
|
4992
by
rasx
(1
download)
|
Aug 27 2007
10:34 PM
|
Added ConvertAllToDbParameter() to CommonParameter because of a 24-hour failure of how to understand casting arrays.
|
4893
by
rasx
(0
downloads)
|
Aug 27 2007
1:14 AM
|
Added support for selected System.Data interfaces, overloads among the Songhay.Data.Common definitions.
|
4650
by
rasx
(0
downloads)
|
Aug 25 2007
6:00 AM
|
Following today's previous changes with a few corrections...
|