aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenGridServices/OpenGrid.Framework.Data.MySQL/MySQLManager.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * "create user" command now works with the MySQL Data Storage Engine on the ↵Adam Frisby2007-06-241-0/+84
| | | | userserver.
* * Finished adding licensing declarations to everything (3/3)Adam Frisby2007-06-051-4/+5
|
* * Weird didnt commit inventory beforeAdam Frisby2007-06-051-1/+1
|
* Dont want to do that again --- MySQL interface is now fully documented. ↵Adam Frisby2007-06-021-25/+100
| | | | Added little bit more documentation to the MSSQL interface.
* * MySQL Inventory data interfaces written - can now write an inventory ↵Adam Frisby2007-06-011-0/+65
| | | | server (yay!)
* * Completed reading of inventory in Manager. (still needs to be hooked up ↵Adam Frisby2007-05-311-6/+42
| | | | via interfaces, but easy to do.)
* * Added some commentsAdam Frisby2007-05-311-1/+6
| | | | | * Renamed a function which was incredibly badly misnamed.
* * Yet more inventory shellingAdam Frisby2007-05-311-3/+29
| | | | | | * Very initial MySQL work done * Refactored some of the MySQL code - functions which are passed a reader are no longer getX() but now readX().
* * Added reconnect support for MySQL Data interfaces if they time out. ↵Adam Frisby2007-05-301-4/+64
| | | | | | | (Grid/User modes only now, Log todo) * Begun writing support for supporting the "Start" region login parameter.
* * Escaped log messages properly when logging to DBAdam Frisby2007-05-281-2/+12
| | | | | | | * World map textures are now checked against DBNull before returning * MySQL now informs when it gets a connection * "Fastmode" support added to world map queries (MySQL-only), disabled by default.
* Zomg wtf bbq logdata!Adam Frisby2007-05-281-0/+33
|
* * Added new mysql_connection.ini file which contains configuration options ↵Adam Frisby2007-05-251-2/+2
| | | | | | | | for the database connection used by OGS. * Added IniFile class (code imported from public example) to Framework.Data - may be worth moving to Util. * Ran prebuild, updated solution files.
* Set default MySQL port to the standard.Adam Frisby2007-05-251-1/+1
|
* Bugfix: Added regionMapTexture to MySQLManager.cs insertRow function.Adam Frisby2007-05-251-2/+3
|
* Renamed the new Directories. (removed the "-Source" from the end of them)MW2007-05-241-0/+269