vijirams / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

confusing naming of CS_SQLite3.csSQLite #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
Files removed on 2010-2-16 checkin

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