dbsc icon indicating copy to clipboard operation
dbsc copied to clipboard

Tool for creating and upgrading databases using SQL scripts stored in source control

Results 5 dbsc issues
Sort by recently updated
recently updated
newest added

If you use pgdbsc to import from another DB, you need to manually run something to update the autoincrements to be what is now the highest value in the table

bug
PostgreSQL

I don't have a Mac to test on but fpm supports creating Mac packages. Maybe I can find someone to test for me.

deployment

Trying to do anything other than the CREATE DATABASE statement in a create DB template in pgdbsc gives the error Error: ERROR: 25001: CREATE DATABASE cannot be executed from a...

enhancement
PostgreSQL

PostgreSQL 9.3 introduced a FREEZE option to the [COPY](http://www.postgresql.org/docs/9.3/static/sql-copy.html) command. COPY FREEZE does not speed up the import itself but makes operations after the import faster. It does violate visibility...

enhancement
PostgreSQL

Importing with mydbsc uses the mysqldump and mysql command line programs, passing username and password on the command line. mydbsc displays output from those programs, which includes a warning about...

enhancement
MySQL