Hello: > I am using the 1.7.1 .Net provider, > FirebirdNETProvider-1.7.1-Src.zip, but I have also checked > the files in FirebirdClient-2.0-Src.zip. > > I think there are errors in 5 files found in > source\FirebirdSql.Data.Firebird\DbSchema > > 1. FbCheckConstraints.cs > The CONSTRAINT_NAME should be: > && restrictions[2] > is currently[1] It should be fixed in CVS now. > 2. FbCheckByTable.cs > The CONSTRAINT_NAME should be: > && restrictions[2] > is currently [1] It should be fixed in CVS now. > 3. FbGenerators.cs > The second comment /* GENERATOR SCHEMA */ > should be: /* IS_SYSTEM_GENERATOR */ It should be fixed in CVS now. > 4. FbTablePrivileges.cs > The GRANTOR should have: > restrictions.Length >= 5 > (not as is currently 4) > The GRANTEE should have: > restrictions.Length >= 4 && restrictions[3] > (not as currently 3 and [4]) It should be fixed in CVS now ( but i have fixed only the GRANTEE index ) > > 5. FbViewPrivileges.cs > The GRANTOR should have: > restrictions.Length >= 5 > (not as is currently 4) > The GRANTEE should have: > restrictions.Length >= 4 && restrictions[3] > (not as currently 3 and [4]) This looks fine to me. > I think the order of GRANTOR and GRANTEE needs reversing, > but I cannot remember the logic that I followed to come tot > that conclusion. For now i will left them as they are ... but if you remember the reason let me know please !! :) > I also found it impossible to work out how else to report my > findings. On the .net provider devel list you can subscribe here:
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider -- Carlos Guzmán Álvarez Vigo-Spain ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
