Skip to content
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

fix variable name generation #8

Merged
merged 1 commit into from
Dec 11, 2017
Merged

fix variable name generation #8

merged 1 commit into from
Dec 11, 2017

Conversation

max-l
Copy link
Contributor

@max-l max-l commented Dec 11, 2017

Currently the variable pool is global to all defined stored procs,
f1(a,b)
f2(c,d,e), etc....
once the variable name z is reached, the name generation proc returns undefined.
this fix causes to use the a to z pool for every proc

Currently the variable pool is global to all defined stored procs, 
f1(a,b)
f2(c,d,e), etc....
once the variable name z is reached, the name generation proc returns undefined.
this fix causes to use the a to z pool for every proc
@jrmerz jrmerz merged commit a593cbf into CSTARS:master Dec 11, 2017
@jrmerz
Copy link
Member

jrmerz commented Dec 11, 2017

Merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants