Adding Table customConstraints appears to hang moor #1173
Unanswered
IanWorthington
asked this question in
Q&A
Replies: 1 comment
-
Running the second
Moor should have thrown an exception in that case, do you see that anywhere? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a class:
When the customContraints getter is commented out, all is well. Enabling it appears to cause something to hang, maybe during database creation? I have a migration which deletes and recreates all tables. Running it without the customConstraints getter logs that plus the first get:
However WITH the getter in place I get only:
ie no complete message nor the first get.
Have I done something wrong here?
Beta Was this translation helpful? Give feedback.
All reactions