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

confusing naming of CS_SQLite3.csSQLite #49

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

confusing naming of CS_SQLite3.csSQLite #49

GoogleCodeExporter opened this issue Jul 11, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

C#-SQLite project contains two classes csSQLite with the same name, one in 
CS_SQLite3 namespace and other in Community.Data.SQLite. Both are public.

It makes a little confusion when adding csSQLite to source code for a first 
time.

Also CS_SQLite3.csSQLite is declared in two files(mem0_c.cs and mem1_c.cs), 
and mem1_c.cs is not included in project.



Original issue reported on code.google.com by iyu...@gmail.com on 10 Feb 2010 at 10:31

@GoogleCodeExporter
Copy link
Author

The CS_SQLite3 namespace is no longer used.  (See Issue # 31)

I thought everything had been migrated to the Community.Data.SQLite namespace.  
Where did you find the CS_SQLite3 namespace?

Also, mem0 and mem1 have both been removed from the project;  I'll make sure 
they are
deleted on the next check in.

Original comment by noah.hart@gmail.com on 11 Feb 2010 at 3:27

  • Changed state: Accepted
  • Added labels: Type-Other
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

RE: Where did you find the CS_SQLite3 namespace?

CS_SQLite3.csSQLite is declared in C#-SQLite\src\mem0_c.cs and 
C#-SQLite\src\mem1_c.cs.
mem0_c.cs is referenced in Community.Data.SQLite.csproj.

I did a fresh clone of project today(changeset: 40:c6f8b985c766) to check if 
they are 
not a leftovers from previous versions. And they do still exist in fresh clone.

Original comment by iyu...@gmail.com on 11 Feb 2010 at 11:34

@GoogleCodeExporter
Copy link
Author

Files removed on 2010-2-16 checkin

Original comment by noah.hart@gmail.com on 16 Feb 2010 at 11:42

  • Changed state: Fixed

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