Replies: 2 comments
-
Just to make sure I understand:
Depending on the exact scenario, that might be expected behavior. Otherwise, is this about names somehow sticking around even if you open/create entirely new databases? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Correct. One aspect of this was the DB was from 3.x and I'm now using it in 4. I can't reproduce any of these issues as much as I have tried after upgrade. The more I think about it. This can probably be closed as just an unfortunate upgrade side effect. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I had changed the name of a variable which caused other variables to change to the same name but with
_1
_2
etc. I later changed the main variable by undefining it (I think; it was a bit ago). I didn't notice that the_1
variable had not changed back and retained the changed name. I upgraded to 4. Now the undefine symbol choice is not available. I can determine the old name looking at a fresh database built from the sample. But is there a bug here?Beta Was this translation helpful? Give feedback.
All reactions