Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLOAT64 is not correctly generated in changelogs #77

Closed
marcindyjas opened this issue Apr 1, 2021 · 1 comment
Closed

FLOAT64 is not correctly generated in changelogs #77

marcindyjas opened this issue Apr 1, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@marcindyjas
Copy link

Descripton:

Type FLOAT64 is not correctly generated using both generateChangeLog diffChangeLog command.

Steps to reproduce:

Use for example DDL as below to create new table on Spanner:

CREATE TABLE TEST_TABLE (
TEST_FLOAT64 FLOAT64 NOT NULL,
) PRIMARY KEY(TEST_FLOAT64)

Then run:
liquibase --url="jdbc:cloudspanner:/projects/<project>/instances/<instance>/databases/<database>" --changeLogFile=changeLog.yml generateChangeLog

ChangeLog contains "FLOAT64(15,16)" instead of "FLOAT64".

@marcindyjas marcindyjas changed the title FLLOAT64 is not correctly generated in changelogs FLOAT64 is not correctly generated in changelogs Apr 1, 2021
@olavloite olavloite added the bug Something isn't working label Apr 2, 2021
@olavloite
Copy link
Collaborator

Fixed in #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants