mysql2postgres
15 years agoReplace undefined variable @file to @destfile
Maxim Dobriakov [Mon, 1 Feb 2010 22:00:11 +0000 (06:00 +0800)]
Replace undefined variable @file to @destfile

15 years agofixed outer patch for parsing config
Макс Лапшин [Tue, 26 Jan 2010 08:13:25 +0000 (11:13 +0300)]
fixed outer patch for parsing config

15 years agoRenamed config.yml to config.yml.sample
Holger Amann [Fri, 22 Jan 2010 14:42:27 +0000 (22:42 +0800)]
Renamed config.yml to config.yml.sample

15 years agoUpdated README
Holger Amann [Fri, 22 Jan 2010 14:22:21 +0000 (22:22 +0800)]
Updated README

15 years agoFixed reading config
Holger Amann [Fri, 22 Jan 2010 14:17:44 +0000 (22:17 +0800)]
Fixed reading config

15 years agoImplemented reading parameters from config file
Holger Amann [Fri, 22 Jan 2010 14:03:59 +0000 (22:03 +0800)]
Implemented reading parameters from config file

15 years agoAdded sample config file
Holger Amann [Fri, 22 Jan 2010 03:54:13 +0000 (11:54 +0800)]
Added sample config file

15 years agoWorking on reading parameters from config file
Holger Amann [Fri, 22 Jan 2010 03:49:59 +0000 (11:49 +0800)]
Working on reading parameters from config file

15 years agoAdded support for bigint columns
Holger Amann [Fri, 22 Jan 2010 02:18:18 +0000 (10:18 +0800)]
Added support for bigint columns

15 years agoRename index if name equals table name
Holger Amann [Thu, 21 Jan 2010 22:44:16 +0000 (06:44 +0800)]
Rename index if name equals table name

15 years agostupid typo in variable name
Holger Amann [Thu, 21 Jan 2010 21:59:15 +0000 (05:59 +0800)]
stupid typo in variable name

15 years agocalculate ETA and write more output messages
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

15 years agoadd float unsigned
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

15 years agoadd tinytext
quel [Thu, 17 Dec 2009 15:14:06 +0000 (23:14 +0800)]
add tinytext

15 years agoadd mysql escape characters for selecting from tables with names containing
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

15 years agoAdded support for char datatype
Marco Nenciarini [Fri, 4 Dec 2009 17:45:47 +0000 (01:45 +0800)]
Added support for char datatype

15 years agomerge with antage
Max Lapshin [Sat, 5 Sep 2009 08:45:09 +0000 (12:45 +0400)]
merge with antage

15 years ago- Added convertion from double to double precision
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.

16 years agoLots of fixes
Max Lapshin [Fri, 3 Apr 2009 06:34:26 +0000 (10:34 +0400)]
Lots of fixes

16 years agoreal time support
Max Lapshin [Wed, 18 Feb 2009 16:10:42 +0000 (19:10 +0300)]
real time support

16 years agoAdded time support
Max Lapshin [Wed, 18 Feb 2009 12:21:51 +0000 (15:21 +0300)]
Added time support

16 years agoCompatibility with PostgreSQL 8.1.x added (except PostgresFileWriter). Some issues...
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.

16 years agoRemove \0 from string data. Replace '0000-00-00 00:00' date/datetime to '1970-01...
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'.

16 years agolast fixes for decimal
Max Lapshin [Mon, 8 Dec 2008 21:06:42 +0000 (00:06 +0300)]
last fixes for decimal

16 years agohuge refactoring of loading fields due to mysql bug
Max Lapshin [Mon, 8 Dec 2008 20:53:51 +0000 (23:53 +0300)]
huge refactoring of loading fields due to mysql bug

16 years agorefactored tool a lot
Max Lapshin [Mon, 8 Dec 2008 19:48:48 +0000 (22:48 +0300)]
refactored tool a lot

16 years agonow can write foreign keys
Max Lapshin [Mon, 8 Dec 2008 19:09:43 +0000 (22:09 +0300)]
now can write foreign keys

16 years agomore doc
Max Lapshin [Mon, 8 Dec 2008 06:05:59 +0000 (09:05 +0300)]
more doc

16 years agoadded deferred index creation
Max Lapshin [Sun, 7 Dec 2008 19:19:11 +0000 (22:19 +0300)]
added deferred index creation

16 years agomade very fast table reader: no limit/offset
Max Lapshin [Sun, 7 Dec 2008 18:18:41 +0000 (21:18 +0300)]
made very fast table reader: no limit/offset

16 years agoadded exception and only in tables
Max Lapshin [Sun, 7 Dec 2008 18:06:11 +0000 (21:06 +0300)]
added exception and only in tables

16 years agoimproved support for text/blob types
Max Lapshin [Fri, 5 Dec 2008 13:44:15 +0000 (16:44 +0300)]
improved support for text/blob types

16 years agodoc
Max Lapshin [Fri, 5 Dec 2008 13:09:23 +0000 (16:09 +0300)]
doc

16 years agoAdded new db writer
Max Lapshin [Fri, 5 Dec 2008 13:07:09 +0000 (16:07 +0300)]
Added new db writer

16 years agobug in maxval
Max Lapshin [Thu, 4 Dec 2008 14:03:11 +0000 (17:03 +0300)]
bug in maxval

16 years agoadded doc
Max Lapshin [Thu, 4 Dec 2008 11:49:33 +0000 (14:49 +0300)]
added doc

16 years agofirst commit
Max Lapshin [Thu, 4 Dec 2008 11:48:59 +0000 (14:48 +0300)]
first commit