mysql2postgres
mysql2postgres copied to clipboard
Mysqldump, writing in postgresql format
``` /vagrant/mysql2postgres (2.1.3p242) λ mysqltopostgres /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require': cannot load such file -- mysql2psql/connection (LoadError) from /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /var/lib/gems/2.1.0/gems/mysqltopostgres-0.2.15/lib/mysql2psql/postgres_db_writer.rb:2:in `' from /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /usr/local/lib/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require' from /var/lib/gems/2.1.0/gems/mysqltopostgres-0.2.15/lib/mysqltopostgres.rb:22:in `' from...
mysql float columns become numberic 8,0 without any warning.
I just installed the mysql2psql gem (0.1.0). I imported a database and there were no errors. However, upon inspect I can see that the on update and on delete actions...
Hi, I'm trying to convert a database but still getting this error: "Mysql2psql: conversion failed: undefined method `hour' for nil:NilClass" Regards, Thiago Bonfante
I ran the conversion against an existing database to see how it performs. Everything reported OK, but the first table reported exactly 200000 rows in phppgadmin Counting rows of addresses......
I am getting the following error when trying to import DB. This column has a DEFAULT value: Creating table orders... Error: CREATE TABLE "orders" ( "id" integer DEFAULT nextval('orders_id_seq'::regclass) NOT...
Hi Max, I've integrated a few contributions to the project, updated some of the docs and stepped the gem version to 0.1.1. All tests green at my end!