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

Lets get more space in the generated query [DNET403] #406

Closed
firebird-automations opened this issue Jan 9, 2012 · 3 comments
Closed

Lets get more space in the generated query [DNET403] #406

firebird-automations opened this issue Jan 9, 2012 · 3 comments

Comments

@firebird-automations
Copy link

Submitted by: Marco Castro (mcastro)

Jira_subtask_outward DNET418

Votes: 2

In a huge database I'm experiencing an often situation: the generated query is greater that 64K and Firebird can't handle this.

I would like to suggest reduce the size of the aliases to decrease the size of the query. Example, turns GroupBy1 to G1 and so on. Taking off AS part is also useful once this is not necessary in case of generated code. This would be very helpfull.

@firebird-automations
Copy link
Author

Commented by: @krilbe

Note: According to forum threads, this "generated query" is generated by an ORM.

@firebird-automations
Copy link
Author

Commented by: Marco Castro (mcastro)

This generated query is created by FirebirdSql.Data.FirebirdClient.dll. Isn't handled here?

@firebird-automations
Copy link
Author

Modified by: @cincuranet

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

resolution: Fixed [ 1 ]

Fix Version: 2.7.5 [ 10462 ]

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