Re: Gamma?
Posted by: Umberto Ballestrazzi
Date: December 09, 2004 03:50PM

The only suggestion I can have is if MySql.Data is an evolution of ByteFX (or, if you expect that every ByteFX user will use MySql.Data) you could mantain compatibility. I mean parameters in connection string could enable new behaviours (and not new behaviours are enabled and to disable them I need to look for parameters).

And now stop suggestions and start opinions.

About parameters in .Net (Mono, Microsoft and Portable.Net) '?' are used for positional parameters while '@' for named parameters (but you know this :') ).
(Parameters are my nightmare, also with ByteFX 0.7.6 I had a problem because '@' are deleted from names)

Value types is a great evolution over java and other oo languages (but you also know this :') ). They are not in heap and handling is really faster. But we are speaking of uSec so this could be the latest improvement. Anyway actually for me is quite difficult to understand this change in this release. If inherithing from MySqlValue is an optimization/improvement IMHO you could make the whole step implementing it over a value type (I mean, MySqlValue is 'quite' empty and it could be an interface).

Umberto

Options: ReplyQuote


Subject
Written By
Posted
December 06, 2004 11:37AM
December 07, 2004 09:55AM
December 09, 2004 02:50PM
December 09, 2004 03:19PM
Re: Gamma?
December 09, 2004 03:50PM
December 09, 2004 04:11PM
December 09, 2004 04:56PM
December 09, 2004 06:08PM
December 09, 2004 09:07PM
December 10, 2004 02:07PM
December 10, 2004 02:25PM
December 10, 2004 02:48PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.