Friday, November 20, 2009

From inside Chrome OS

So I am typing this entry inside Chrome OS running inside Virtual Box.  I have plenty of time to think about what I want to say as I am able to type at approximately 1 character per second.  Pretty uninspiring right now as it is basically just an instance of Chrome running fullscreen.  Gmail and Google calendar tabs open automatically.


This is still a very early and unfinished work and targeting a completely different market than Windows or OS/X but I can see where they are going.


Ok, back to the real world.

Sunday, November 15, 2009

MySQL Connector/Net 6.1.3 has been released

MySQL Connector/Net 6.1.3, a new version of the all-managed .NET driver for MySQL has been released. This is our latest GA release and is suitable for use in all scenarios against servers ranging from version 4.1 to 5.4!

It is now available in source and binary form from [http://dev.mysql.com/downloads/connector/net/6.1.html] and mirror sites (note that not all mirror sites may be up to date at this point of time - if you can't find this version on some mirror, please try again later or choose another download site.)

This release builds on the cool new features introduced with 6.1.2 and adds the following changes/bugfixes.

  • fixed session state provider table definition to allow more than 64K per-session data (bug#47339)
  • fixed compilation problem in NativeDriver inside ExecuteDirect  (bug #47354)
  • fixed default collation bug with session provider table (bug #47332)
  • in sessionState provider, timeout value was read from the wrong (root) web.config (bug#47815)
  • fixed crash that can occur when oldGuids are used and binary(16) column  used for GUID contains a null value (thanks Troy!) (bug#47928)
  • fixed indexes schema collection so that it still works with bad table names such as b``a`d (bug #48101)
  • fixed guid type so that multi-byte character sets will not effect how it works.  A column would be considered a guid if it has a *character* length of 36, not a *byte* length of 36 (bug #47985)
  • fixed unsigned types in views when used as entities (bug # 47872)
  • now exposing the MySqlDecimal type along with GetMySqlDecimal methods on data reader (bug #48100)   
  • applied user-suggested patch to enable type-safe cloning (bug #48460)


Thank you for using our product!

MySQL Connector/Net 6.2.1 beta has been released

MySQL Connector/Net 6.2.1, a new version of the all-managed .NET driver
for MySQL has been released. This is a beta release and is intended to
introduce you to the new features and enhancements we are planning. This
release should not be used in a production environment.

It is now available in source and binary form from
[http://dev.mysql.com/downloads/connector/net/6.2.html] and mirror sites
(note that not all mirror sites may be up to date at this point of time
- if you can't find this version on some mirror, please try again later
or choose another download site.)

The new features or changes in this release are:

  • fixed SessionProvider to be compatible with 4.x MySQL, replaced TIMESTAMPDIFF with TIME_TO_SEC (bug#47219)
  • implemented support for client SSL certificates
  • fixed indexes schema collection so that it still works with bad table names such as b``a`d (bug #48101)
  • fixed guid type so that multi-byte character sets will not effect how it works.  A column would be considered a guid if it has a *character* length of 36, not a *byte* length of 36 (bug #47985)
  • fixed unsigned types in views when used as entities (bug # 47872)
  • now exposing the MySqlDecimal type along with GetMySqlDecimal methods on data reader (bug #48100)
  • applied user-suggested patch to enable type-safe cloning (bug #48460)
  • fixed encrypt keyword that was no longer supported in connection strings. It is obsolete so new code should use the 'ssl mode'.  Encrypt will be removed entirely starting with 6.4 (bug #48290)
  • implemented PossibleValues property on MySqlParameter for ENUM and Set types (48586)


What we know may be broken
Documentation is not updated yet.

Please let us know what else we broke and how we can make it better!

Wednesday, November 11, 2009

MySQL Connector/Net 6.0.5 has been released

MySQL Connector/Net 6.0.5, a new version of the all-managed .NET driver
for MySQL has been released. This is a maintenance release and is approved for use
in all situations.

It is now available in source and binary form from
[http://dev.mysql.com/downloads/connector/net/6.0.html] and mirror sites
(note that not all mirror sites may be up to date at this point of time
- if you can't find this version on some mirror, please try again later
or choose another download site.)

There are lots of bug fixes in this release so please review the change log.

Thank you!