mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
More commented code for possible change
This commit is contained in:
@@ -72,6 +72,8 @@ namespace SabreTools
|
||||
if (_systems != "")
|
||||
{
|
||||
string query = "SELECT manufacturer, system FROM systems WHERE id in (" + _systems + ")";
|
||||
//string query = "SELECT manufacturer, name FROM system WHERE id in (" + _systems + ")";
|
||||
|
||||
using (SqliteConnection dbc = new SqliteConnection(_connectionString))
|
||||
{
|
||||
dbc.Open();
|
||||
@@ -114,6 +116,7 @@ namespace SabreTools
|
||||
if (_sources != "")
|
||||
{
|
||||
string query = "SELECT name FROM sources WHERE id in (" + _sources + ")";
|
||||
//string query = "SELECT name FROM source WHERE id in (" + _sources + ")";
|
||||
|
||||
using (SqliteConnection dbc = new SqliteConnection(_connectionString))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user