-
Notifications
You must be signed in to change notification settings - Fork 26
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
H2Data don't support multiple tables #16
Labels
Comments
this task will get someone's attention soon |
@yegor256 it's yours, budget is 30 mins, please go ahead |
many thanks, 15 mins added to your acc for reporting this bug, pmt ID |
yegor256
pushed a commit
that referenced
this issue
Dec 1, 2014
@rultor release, tag is |
@caarlos0 take a look, works for you? |
Yeah, thanks @yegor256 ! |
@yegor256 I just added 30 mins to your account, many thanks for your contribution.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Suppose I want to create two tables that somehow relate to each other. Current
H2Data
implementation only allows one table to be created using thewith
method:I believe that a good fit would be something like:
The text was updated successfully, but these errors were encountered: