Coder Social home page Coder Social logo

Comments (5)

nolinkspl avatar nolinkspl commented on June 11, 2024

I can create PR if you approve the issue

from dbmate.

DGulshan avatar DGulshan commented on June 11, 2024

Facing the same issue.

from dbmate.

dossy avatar dossy commented on June 11, 2024

I'm trying to reproduce this issue:

root@c2a4e68d4451:/src# printf -- "-- migrate:up\ncreate table test_issue_472 (id integer);\n-- migrate:down transaction:false\ndrop table test_issue_472;\n" > testdata/db/migrations/472_test_migrate_down_transaction.sql

root@c2a4e68d4451:/src# cat testdata/db/migrations/472_test_migrate_down_transaction.sql 
-- migrate:up
create table test_issue_472 (id integer);
-- migrate:down transaction:false
drop table test_issue_472;

root@c2a4e68d4451:/src# dist/dbmate -u $POSTGRES_TEST_URL -d testdata/db/migrations up
Creating: dbmate_test
Applying: 20151129054053_test_migration.sql
Applying: 20200227231541_test_posts.sql
Applying: 472_test_migrate_down_transaction.sql
Writing: ./db/schema.sql

root@c2a4e68d4451:/src# dist/dbmate -u $POSTGRES_TEST_URL -d testdata/db/migrations down
Rolling back: 472_test_migrate_down_transaction.sql
Writing: ./db/schema.sql

I cannot reproduce the problem with the latest pre-release build:

root@c2a4e68d4451:/src# git --no-pager log --oneline --no-decorate -1
1b5ca4f Bump actions/setup-node from 3 to 4 (#494)

root@c2a4e68d4451:/src# dist/dbmate --version
dbmate version 2.7.0

root@c2a4e68d4451:/src# PGPASSWORD=postgres psql -h postgres -U postgres -tc "select version();" 
 PostgreSQL 10.21 (Debian 10.21-1.pgdg90+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit

Can anyone who is affected by this issue please provide a minimal reproduction migration file that triggers this issue so I can try to reproduce it?

from dbmate.

dossy avatar dossy commented on June 11, 2024

I just noticed that @nolinkspl is on Windows, so this may be a duplicate of #213, which I believe will be fixed by #496.

from dbmate.

dossy avatar dossy commented on June 11, 2024

@nolinkspl Now that v2.8.0 has been released (#497), can you please update to that version and see if you can still reproduce the error?

from dbmate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.