mysql2postgres
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