schultek / stormberry

Access your postgres database effortlessly from dart code.
https://pub.dev/packages/stormberry
MIT License
68 stars 17 forks source link

[Issue] Can't generate schemes from many files #4

Closed kitsuniru closed 2 years ago

kitsuniru commented 2 years ago

Hi, error described in header When i was tried to generate scheme from two files in build.yaml - it's create only one table (for item1) So, i tried to disable item1 and build another time, but scheme patcher just dropped 'item1' table and created new table for item2

At the current moment, I decided to remove any 'table dropping' code from source code (just as temporary solution) and generate new table for each item in builder.yaml - it works

Seems like patcher can't recognize multiple schemes, i think it's error and it should be fixed

image

image

schultek commented 2 years ago

Added in version 0.7.0