Published SharpHsql 1.0.3.0
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