Submitted by: Zvjezdan Tomicevic (zeko)
Hi.
I played with http://ASP.NET Identity provider, and wanted to use firebird instead of sql server.
When i tried to generate database from scratch, it failed as it could not create indices on VARCHAR(128) fields, due to too small default page size of 4096 of create database statement.
This is easily mitigated by using larger page size of 16384 which is default in firebird 3 anyway.
Commits: b76cec7
Submitted by: Zvjezdan Tomicevic (zeko)
Hi.
I played with http://ASP.NET Identity provider, and wanted to use firebird instead of sql server.
When i tried to generate database from scratch, it failed as it could not create indices on VARCHAR(128) fields, due to too small default page size of 4096 of create database statement.
This is easily mitigated by using larger page size of 16384 which is default in firebird 3 anyway.
Commits: b76cec7