vijirams / csharp-sqlite

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

C#-SQLite3 shell has extra argument before filename #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. C#-SQLite>C#-SQLite3 test1.db
2. sqlite> .databases

What is the expected output? What do you see instead?
seq  name             file
---  ---------------  ---------------------------
0    main             test1.db 

seq  name             file
---  ---------------  ---------------------------
0    main            

Please use labels and text to provide additional information.

C#-SQLite3 foo test1.db works as a work-around

Original issue reported on code.google.com by noah.hart@gmail.com on 9 Mar 2012 at 5:08

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 29abcdef24c2.

Original comment by noah.hart@gmail.com on 29 Jun 2012 at 10:39