Skip to content

Commit 6439e0f

Browse files
committed
v:2021.03.22 Release -> PROD #11
1 parent 182cf2a commit 6439e0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/SqlCe2SQLite/SqlCe2SQLiteMain.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public SqlCe2SQLiteMain()
3030
this.textBoxTestNRecords.Text = "50";
3131
this.checkBoxBulkInsert.Checked = true;
3232

33-
this.Text = "SqlCe2SQLite v:2021.03.19";
33+
this.Text = "SqlCe2SQLite v:2021.03.22";
3434
#if DEBUG
3535
this.Text += " ***DEBUG***";
3636
#endif
@@ -71,6 +71,7 @@ private void SqlCe2SQLiteMain_Load(object sender, EventArgs e)
7171
this.Left = 50;
7272

7373
//--------------------------------- History: letzter oben
74+
// Mo.22.03.2021 14:05:30 -op- v:2021.03.22 Release -> PROD
7475
// Fr.19.03.2021 17:54:08 -op- Display Data richtig anzeigen "0000, Text, 0"
7576
// Mi.17.03.2021 17:46:41 -op- .\DATA\TEST4.sdf
7677
// Mi.17.03.2021 15:12:34 -op- SQLite: Probleme mit Parameter und ColName CNum-18-2, CNum_18_2 geht

0 commit comments

Comments
 (0)