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

bonobo_sqlalchemy.Select remove easy limit for oracle #389

Closed
TiagoVenancio opened this issue Jan 27, 2021 · 1 comment
Closed

bonobo_sqlalchemy.Select remove easy limit for oracle #389

TiagoVenancio opened this issue Jan 27, 2021 · 1 comment

Comments

@TiagoVenancio
Copy link

First I would like to congratulate the framework

I am facing a problem to perform a simple select (E.g: SELECT * FROM MY_TABLE) in oracle. The problem is that I always add the limit to the end of the query (Eg: SELECT * FROM MY_TABLE LIMIT 1000) returning the error: (cx_Oracle.DatabaseError) ORA-01036: illegal variable name / number [SQL: SELECT ID FROM MY_TABLE LIMIT 1000] .

How do I remove this select argument?

I know that this argument is used for performance purposes, but my application controls the number of lines.

@hartym
Copy link
Member

hartym commented Jan 28, 2021

Hello.

Unfortunately, I'm unable to answer support/help requests about bonobo and related software, and the bugtracker is only there to keep track of bugs/features. Additionally, I have no experience nor access to an infrastructure with oracle.

I can suggest you to read the source code, which is rather simple, and if it's not enough, you can either post something on stackoverflow, or simply write your own sql transformations.

Best regards.

@hartym hartym closed this as completed Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants