~mysql-clr-team/connectornet/trunk

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Fernando Gonzalez Sanchez
  • Date: 2011-08-30 16:47:07 UTC
  • mfrom: (976.3.24 6.4-wrk)
  • Revision ID: fer.gonzalez@oracle.com-20110830164707-dnw9uhkkn377553n
Included type String (for MySQL char) on Field.IsTextField so it can apply logic to correct 
  DataColumn.MaxLength (MySQL bug #62094, Oracle bug #12860224).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
- Modified NativeDriver.AuthenticateNew to only execute ReadOK once, having the parameter depend on
15
15
  the value of packet.IsLastPacket (MySQL bug #61806, Oracle bug #12853286).
16
16
- Modified MySqlStream and MySqlPacket to always use UTF8 to read packages when MySQL Server is version 5.5+ (MySQL Bug #61687, Oracle Bug #12889085).
 
17
- Included type String (for MySQL char) on Field.IsTextField so it can apply logic to correct 
 
18
  DataColumn.MaxLength (MySQL bug #62094, Oracle bug #12860224).
17
19
 
18
20
 
19
21
6.4.3 (ga)