taps icon indicating copy to clipboard operation
taps copied to clipboard

simple database import/export app

Results 71 taps issues
Sort by recently updated
recently updated
newest added

I tried taps today and getting the following error. Found from one of the past issues that the cwd should have write access and made sure that it has write...

* Sequel 4.0+ compatible * gem upgrades * bug fixes

I.e. this structure in the source Postgres DB: CREATE TABLE t_add_inf_value ( ) WITH ( OIDS=FALSE ); will give an error during Schema creation (but will continue): ``` `/Library/Ruby/Gems/2.0.0/gems/taps-0.3.24/lib/taps/schema.rb:63:in `block...

on line 177 of data_stream.rb you rescue Parser - but the error defined in ok_json.rb is called ParserError. Is this a typo?

I just dropped the version information. Works fine for me.

To counter CVE-2015-3488 `rest-client` needs to upgraded to `>=1.7.3` but the current `gemspec` specifically requests versions `

Followed all instructions and cannot shake this error....

It helps if you want to make schema changes. (For ex: PostgreSQL TEXT column type to MySQL LONGTEXT type). I have a patch for this and I was thinking to...

Bit of a weird problem here. Basically I'm trying to setup a [taps](https://github.com/ricardochimal/taps) server so I can pull the contents of a PG database over HTTP. The password for the...

I am trying to pull a db from MySQL into Postgres. "blogs" is the name of the one the tables in the db. I see the error "Unable to fetch...