Published SharpHsql 1.0.3.0

Tags: SharpHsql

I have just published the new version of SharpHsql on GotDotNet.

This is a minor release, and the changes are:

*- Correct reading of binary (byte[]) columns.
*- Added support for OBJECT data types. All stored objects this way MUST be serializable. The database engine does all the dirty work for you (see ProviderTest for sample code). Please note that this is not supported by the PocketPC version.
*- Implemented more SHOW commands:
     - SHOW ALIAS: list all functions defined in the database.
     - SHOW PARAMETERS xxx: shows the parameters received and returned by the "xxx" alias function.
*- Removed the log4net dependency from the PocketPC version of SharpHsql.
*- Some other minor issues.

Enjoy!

Andrés G Vettori
MCSE/MCSD/MCT
Leader of the C# Community of the
Microsoft Users Group Argentina

3 Comments

  • Matt said

    I'm getting an error page when I follow the link to GotDotNet. Is there something wrong with your download page, or just a temporary problem with their servers? I'm looking forward to trying this out, as I was very impressed with the java version and was worried I wouldn't find something as good for .net. Thanks!

  • Andres G Vettori said

    Seems that the GotDotNet servers are down again, I haven't been able to enter any workspace all day long. Please try later again, I don't know when the site will be online again.

    Thanks for your interest.

    Andrés.

Comments have been disabled for this content.