Posted
about 13 years
ago
by
James Craig
1) Fixed cascading saves for Mapped objects in ORM.
|
Posted
about 13 years
ago
by
James Craig
1) Added Exists extension to IEnumerables.
2) Added ability to query list of users who logged into a machine.
3) Added check in StringID and StringReference for -1 (max length), so that the validation actually works on update...
4) Added a ClearMappings function to MicroORM.
5) Added some basic tests for MicroORM.
|
Posted
about 13 years
ago
by
James Craig
1) Fixed issue with DeleteAll function, where directory is not always empty.
2) Updated SQLHelper's code (removed functions that are no longer used, instead keeping generic versions).
3) Merged AddParameter and AddOutputParameter into one function
|
Posted
about 13 years
ago
by
JaCraig
I receive the following error when attempting add a file that is 0 bytes. I need the 0 byte file added to the Zip file. I do not get this error when using AddFolder Function.WindowsBase : System.IO.FileFormatExceptionArchive file cannot be size
|
Posted
about 13 years
ago
by
James Craig
1) Fixed FieldBuilder unit tests.
|
Posted
about 13 years
ago
by
James Craig
1) Added fix for ZipFile when calling AddFile (now creates the zip file correctly).
2) Added TryTo extension for all objects instead of just strings (attempts to convert an object from any type to another).
3) Added Return extension which can be used
|
Posted
about 13 years
ago
by
JaCraig
The Utilities.Media.Sound.SpeechToText class has a .Speak method and the Utilities.Media.Sound.TextToSpeech class has a .Recognise methodThese seem to be the wrong way around
|
Posted
about 13 years
ago
by
JaCraig
The Utilities.Media.Sound.SpeechToText class has a .Speak method and the Utilities.Media.Sound.TextToSpeech class has a .Recognise methodThese seem to be the wrong way aroundComments: I'm removing support for text to speech and speech to text. I don't use the functionality any more and have no plans to update it.
|
Posted
about 13 years
ago
by
JaCraig
I receive the following error when attempting add a file that is 0 bytes. I need the 0 byte file added to the Zip file. I do not get this error when using AddFolder Function.WindowsBase : System.IO.FileFormatExceptionArchive file cannot be size
|
Posted
about 13 years
ago
by
James Craig
Moved tag github/master to changeset 158b2d15343b (from changeset 9897372f9766)
|