
gm_mysql - 1.8 - 8th January 2008

 o Added mysql.last_insert_id() to get the last ID used by an AUTO_INCREMENT field.

-------------------------------------------------------------------------------------

gm_mysql - 1.7 - 2nd January 2008

 o Fixed a bug handling NULL entries within the database.

-------------------------------------------------------------------------------------

gm_mysql - 1.6 - 10th March 2007

 o Added the ability for querys to be threaded (QUERY_NOBLOCK)
 o Added query_read
 o Added query_complete
 o Added query_abort
 o Added query_cleanup

-------------------------------------------------------------------------------------

gm_mysql - 1.5 - 25th January 2007

 o Added extra optional parameter to mysql.query which can determine weather to use
   the field names each row's attribute.
 o Revised folder structure to fit with Gmod's new specification.

-------------------------------------------------------------------------------------

gm_mysql - 1.4 - 18th January 2007

 o Updated to latest interface version.
 o Autocloses any open connections when Gmod unloads the library
 o Tidied up code a little, now using GetNewTable instead of 
   NewTable and GetObject.

-------------------------------------------------------------------------------------

gm_mysql - 1.3 - 26th December 2006

 o Queries no longer use mysql_real_escape_string (they wouldn't anyway due to a 
   bug).
 o Added mysql.escape to clean strings.

-------------------------------------------------------------------------------------

gm_mysql - 1.2 - 20th December 2006

 o  Updated to latest interface version (003)
 o  Queries now use mysql_real_escape_string. [Requested by Anders and morpheous]

-------------------------------------------------------------------------------------

gm_mysql - 1.1 - 2nd December 2006

 o  Bug fix to mysql.connect where the parameters were shifted by one (password
    would be used for the database name) etc. [Report by KmartSquirrel]

-------------------------------------------------------------------------------------

gm_mysql - 1.0 - 1st December 2006

 o  Initial Release