summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Макс Лапшин [Tue, 26 Jan 2010 08:13:25 +0000 (11:13 +0300)]
fixed outer patch for parsing config
Holger Amann [Fri, 22 Jan 2010 14:42:27 +0000 (22:42 +0800)]
Renamed config.yml to config.yml.sample
Holger Amann [Fri, 22 Jan 2010 14:22:21 +0000 (22:22 +0800)]
Updated README
Holger Amann [Fri, 22 Jan 2010 14:17:44 +0000 (22:17 +0800)]
Fixed reading config
Holger Amann [Fri, 22 Jan 2010 14:03:59 +0000 (22:03 +0800)]
Implemented reading parameters from config file
Holger Amann [Fri, 22 Jan 2010 03:54:13 +0000 (11:54 +0800)]
Added sample config file
Holger Amann [Fri, 22 Jan 2010 03:49:59 +0000 (11:49 +0800)]
Working on reading parameters from config file
Holger Amann [Fri, 22 Jan 2010 02:18:18 +0000 (10:18 +0800)]
Added support for bigint columns
Holger Amann [Thu, 21 Jan 2010 22:44:16 +0000 (06:44 +0800)]
Rename index if name equals table name
Holger Amann [Thu, 21 Jan 2010 21:59:15 +0000 (05:59 +0800)]
stupid typo in variable name
Holger Amann [Thu, 21 Jan 2010 21:05:40 +0000 (05:05 +0800)]
calculate ETA and write more output messages
added argument for mysql port
quel [Thu, 17 Dec 2009 19:48:28 +0000 (03:48 +0800)]
add float unsigned
There is no loss of precision:
"Floating-point and fixed-point types also can be UNSIGNED. As with integer
types, this attribute prevents negative values from being stored in the column.
However, unlike the integer types, the upper range of column values remains the
same."
http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html
quel [Thu, 17 Dec 2009 15:14:06 +0000 (23:14 +0800)]
add tinytext
James Nobis [Wed, 16 Dec 2009 20:40:21 +0000 (04:40 +0800)]
add mysql escape characters for selecting from tables with names containing
items like -
add postgresql escape characters for adding constraints with said table names
Marco Nenciarini [Fri, 4 Dec 2009 17:45:47 +0000 (01:45 +0800)]
Added support for char datatype
Max Lapshin [Sat, 5 Sep 2009 08:45:09 +0000 (12:45 +0400)]
merge with antage
Samuel Tribehou [Tue, 1 Sep 2009 15:46:35 +0000 (17:46 +0200)]
- Added convertion from double to double precision
- Added convertion from enum to varchar(max_enum_size), check(enum())
- copy statements escape the table name with double quotes to avoid clashes with reserved table names.
Max Lapshin [Fri, 3 Apr 2009 06:34:26 +0000 (10:34 +0400)]
Lots of fixes
Max Lapshin [Wed, 18 Feb 2009 16:10:42 +0000 (19:10 +0300)]
real time support
Max Lapshin [Wed, 18 Feb 2009 12:21:51 +0000 (15:21 +0300)]
Added time support
Anton Ageev [Fri, 16 Jan 2009 03:24:42 +0000 (06:24 +0300)]
Compatibility with PostgreSQL 8.1.x added (except PostgresFileWriter). Some issues with default values fixed.
Anton Ageev [Wed, 10 Dec 2008 05:30:35 +0000 (08:30 +0300)]
Remove \0 from string data. Replace '0000-00-00 00:00' date/datetime to '1970-01-01 00:00'.
Max Lapshin [Mon, 8 Dec 2008 21:06:42 +0000 (00:06 +0300)]
last fixes for decimal
Max Lapshin [Mon, 8 Dec 2008 20:53:51 +0000 (23:53 +0300)]
huge refactoring of loading fields due to mysql bug
Max Lapshin [Mon, 8 Dec 2008 19:48:48 +0000 (22:48 +0300)]
refactored tool a lot
Max Lapshin [Mon, 8 Dec 2008 19:09:43 +0000 (22:09 +0300)]
now can write foreign keys
Max Lapshin [Mon, 8 Dec 2008 06:05:59 +0000 (09:05 +0300)]
more doc
Max Lapshin [Sun, 7 Dec 2008 19:19:11 +0000 (22:19 +0300)]
added deferred index creation
Max Lapshin [Sun, 7 Dec 2008 18:18:41 +0000 (21:18 +0300)]
made very fast table reader: no limit/offset
Max Lapshin [Sun, 7 Dec 2008 18:06:11 +0000 (21:06 +0300)]
added exception and only in tables
Max Lapshin [Fri, 5 Dec 2008 13:44:15 +0000 (16:44 +0300)]
improved support for text/blob types
Max Lapshin [Fri, 5 Dec 2008 13:09:23 +0000 (16:09 +0300)]
doc
Max Lapshin [Fri, 5 Dec 2008 13:07:09 +0000 (16:07 +0300)]
Added new db writer
Max Lapshin [Thu, 4 Dec 2008 14:03:11 +0000 (17:03 +0300)]
bug in maxval
Max Lapshin [Thu, 4 Dec 2008 11:49:33 +0000 (14:49 +0300)]
added doc
Max Lapshin [Thu, 4 Dec 2008 11:48:59 +0000 (14:48 +0300)]
first commit