Questions tagged [liquibase-sql]
113 questions
0
votes
0 answers
Rollback tab is not working in liquibase while running application no error in console out put
I am using
drop table tag.
, but the given table is not being rolled back. Here is the code:
0
votes
1 answer
Formatted SQL Changelogs with other extensions than .sql
I am using Liquibase with Oracle. I have all the database objects in source files, for i.e., ./src/packages and ./scr/views
For the package spec, I am using .pks as file extension, and for the package body I am using .pkb.
For the views, I am using…

Rafael Trevisan
- 134
- 10
0
votes
0 answers
PostgreSQL database Versioning using Liquibase
I'm trying to use Liquibase version 3.6 to maintain database version changes. I'm able to execute database version changes when i need to execute single file changes.
I have using below code to execute version changes successfully, but my intention…

Chaitan Yadav
- 105
- 10
0
votes
0 answers
Liquibase update throwing error when running in parallel
I am trying to generate DDL scripts for my JPA entities and it works just fine.
I am adding a unit test for the same which is providing me with this error
Caused by: liquibase.exception.ServiceNotFoundException: Could not find unique implementation…

JITHIN_PATHROSE
- 1,134
- 4
- 14
- 29
0
votes
0 answers
Execute sql server stored procedure from changeset
Using changesets that call SQL Server scripts, there are some identical scripts which perform some work where the only difference is a version number (string).
To consolidate code, a stored procedure was considered which would take a parameter…

JeffM23
- 3
- 2
0
votes
1 answer
calling a .bat file with parameters from liquibase upgrade scripts
I have a requirement like calling a .bat file with parameters from liquibase upgrade scripts. Also also this should run only one time like change set.
Thanks,
Jags

Jagadeesh
- 1,630
- 8
- 24
- 35
0
votes
0 answers
Liquibase sql file not working and throwing syntaxt error
I am using mysql 8.0.x and trying to use liquibase version 3.6.2 to apply change log.
When I try to update changelog via command line, it works fine with yaml format but sql format does not work for changeset.
Here is whole setup.…

Akshay
- 3,558
- 4
- 43
- 77
-1
votes
1 answer
since i don't have access tp PGsql server but I have access of PGadmin so is there any way i can connect PGADMIN to Liquibase
since I do not have access of the PGSQL server because of sensitive data but I have access of the "PGadmin" is there any way I can connect "Liquibase" to PGadmin and any change in change-log file triggers "Liquibase Update" and then PGadmin triggers…

Shivang
- 1