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

textfixture fails running collate3.test #15

Closed
GoogleCodeExporter opened this issue Jul 11, 2015 · 3 comments
Closed

textfixture fails running collate3.test #15

GoogleCodeExporter opened this issue Jul 11, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open testfixture project, set to the DEBUG build
2. In test/^testscripts.txt setup the following test:
source $testdir/collate3.test
3. Start running in DEBUG mode

collate3-4.11 fails Debug.Assert in sqlite3CheckCollSeq
Debug.Assert( p == pColl );

I feel there is some problem with the shared class and copy vs clone of C#
classes.  Both P and pColl are "user_defined" collations, and should point
to the same object, but have different HashCodes, indicating different objects

Need to determine the root cause of this error.  

Original issue reported on code.google.com by noah.hart@gmail.com on 8 Aug 2009 at 2:34

@GoogleCodeExporter
Copy link
Author

Original comment by noah.hart@gmail.com on 8 Aug 2009 at 2:45

  • Added labels: Priority-Critical
  • Removed labels: Priority-High

@GoogleCodeExporter
Copy link
Author

Fixed under 3.6.17; 
changes to sqlite3CheckCollSeq needed since C# changes object has code when 
creating
new objects

Original comment by noah.hart@gmail.com on 19 Aug 2009 at 12:13

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Added Milestone label

Original comment by noah.hart@gmail.com on 8 Apr 2010 at 1:44

  • Added labels: Milestone-3.6.17

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

1 participant