CVS 16-04
Posted: 16 Apr 2005, 15:25
Code: Select all
- BugFix : the bug of saveplayers come from saveguild where a foreach on an
hashtable make an exception of cast (thanks to mlkavien of amtenael
to see that) so now it only check on values
- BugFix : /gc promote <newrank> [playername] but thanksto the convert in ushort
so make it convert to int (maybe come from sign or other). hope it
will work now.
- Bugfix: SQL database caused ClassCastException
- New: eChatType.CT_Staff = 0xF, used by CSR
- Bugfix: Removed SendPlayerJump from packetlib174, it is not changed
- New: Integrated mySQL Connector.NET 1.0.4
Highlights:
- Bugfix : calling prepare causing exception
Fixed another small problem with prepared statements
- Bugfix : MySqlCommand.Connection returns an IDbConnection
- Bugfix : MySqlAdapter.Fill method throws Error message : Non-
negative number required [fixed]
- Bugfix : Clone method bug in MySqlCommand [fixed]
- Bugfix : MySqlDataReader.GetString(index) returns non-Null
when field is Null [fixed]
- Bugfix : MySqlReader.GetInt32 throws exception if column is
unsigned [fixed]
- Bugfix : GetBytes is working no more [fixed]
- Bugfix : Quote character \222 not quoted in EscapeString
Fixed problem that causes named pipes to not work with some blob
functionality
Fixed problem with shared memory connections
- Bugfix : Problem with Multiple resultsets... [fixed]
Added or filled out several more topics in the API reference
documentation
- Remove : the test in escape function with "’" char because it is in MySQLString now
thanks to new driver
Note : to make the SQL driver compatible must remove access to Kernel.dll and
if you read the namedpipestream file you will see in comment code for
it but not for all function takken in kernel so have to monitor if next version
do not use the win32 kernel and make it compatible again with mono (like byteFX)