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

<procedure>.get_sql_for('<re>create') returns invalid output parameters [PYFB51] #37

Closed
firebird-automations opened this issue Jun 24, 2015 · 6 comments

Comments

@firebird-automations
Copy link

Submitted by: Cagatay Tengiz (ctengiz)

Is duplicated by PYFB63

Bug in : http://schema.py line 2852

for p in self.input_params:

I think it should be :

for p in self.output_params:

ps : In fact my fdb version is 1.4.8 but jira does not have this version

Commits: 40a5d41 084dd42 FirebirdSQL/fbt-repository@823398c FirebirdSQL/fbt-repository@25cd595

@firebird-automations
Copy link
Author

Commented by: Cagatay Tengiz (ctengiz)

Discovered this bug while worjking on my python based Firebird admin tool : https://github.com/ctengiz/firewad

@firebird-automations
Copy link
Author

Modified by: Cagatay Tengiz (ctengiz)

Version: 1.4.6 [ 10690 ]

@firebird-automations
Copy link
Author

Modified by: Cagatay Tengiz (ctengiz)

description: Bug in : http://schema.py line 2852

for p in self.input_params:

I think it should be :

for p in self.output_params:

=>

Bug in : http://schema.py line 2852

for p in self.input_params:

I think it should be :

for p in self.output_params:

ps : In fact my fdb version is 1.4.8 but jira does not have this version

@firebird-automations
Copy link
Author

Modified by: @pcisar

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 1.4.9 [ 10702 ]

@firebird-automations
Copy link
Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Author

Modified by: @pcisar

Link: This issue is duplicated by PYFB63 [ PYFB63 ]

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

No branches or pull requests

2 participants