the seed script get's hung up with the `Result:` b...
# orm-help
m
the seed script get's hung up with the
Result:
but in the db everything shows up... ?!?
j
Do you manually
$disconnect()
at the end?
m
just shows one exported function and that's it.
j
Yes, but it is a preview feature so there might be things we are missing. The examples further down all have an explicit
$disconnect
.
But really my question was if you are doing this - if you are, then this can not be the reason for the problem. If you are not, it might possibly help to add this and we learned something that can be documented.
m
Sorry for the late answer.
I changed it from the old TS version with the disconnect to the new recommended version without the disconnect which didn't work. I changed it no back to the disconnect version which works again. So you might look into it. cheers