trunk/
|
94
(18 years ago)
by duarte:
Simplified the code for dealing with text/numerical keys.
Now there's no more double methods Integer/String, rather the methos use a generic Object[] that stores either String[] or Integer[] depending on the case.
Thus modified a few methods in DataDistributer, DataDistribution and MySQLConnection.
|
tags/
|
91
(18 years ago)
by duarte:
Creating of tools version 0.2:
Freeze of tools package at rev89.
New classes QueryThread and DataDistributer.
Reorganised DataDistribution (split into DataDistribution and DataDistributer)
Main functionality difference is that dump/loads of databases are now threaded thus being a lot faster (some parellelism in dumps/loads)
|
branches/
|
1
(19 years ago)
by filippis:
Initial import of tools
|