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

FbConnection.CreateDatabase creates database with wrong PageSize [DNET96] #109

Closed
firebird-automations opened this issue Jun 19, 2007 · 9 comments

Comments

@firebird-automations
Copy link

Submitted by: Eduardo Gamboa (bestrafender)

When I try to create a database using
FbConnection.CreateDatabase(connectionString, 16384, true, false);

the database is created with a pagesize=4096 instead of 16384.

Commits: 4610d6b 96bfa6c

@firebird-automations
Copy link
Author

Commented by: @cincuranet

FbConnection.CreateDatabase has bigger bug. It always creates 4096 PageSize.

@firebird-automations
Copy link
Author

Modified by: @carlosga

Component: http://ADO.NET Provider [ 10041 ]

priority: Blocker [ 1 ]

@firebird-automations
Copy link
Author

Commented by: @carlosga

We need to check if the problems happens against Firebird 2.0 only or it affects Firebird 1.5 too

@firebird-automations
Copy link
Author

Modified by: @carlosga

Fix Version: 2.1.0 RC 2 [ 10180 ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

I'm now testing the fixture.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

assignee: Carlos Guzman Alvarez [ carlosga_fb ] => Jiri Cincura [ cincura_net ]

@firebird-automations
Copy link
Author

Commented by: @cincuranet

Fixed in SVN. Tested against latest 1.5 and 2.0.

@firebird-automations
Copy link
Author

Modified by: @cincuranet

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

resolution: Fixed [ 1 ]

@firebird-automations
Copy link
Author

Modified by: @cincuranet

Fix Version: 2.5.0 [ 10170 ]

Fix Version: 2.1.0 RC 2 [ 10180 ] =>

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