Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit afc61f7

Browse files
author
WimAtIHomer
committed
changed options back to default
1 parent c75d68d commit afc61f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/T4/OrmLite.Poco.tt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<#@ include file="OrmLite.Core.ttinclude" #>
22
<#
33
// Settings
4-
ConnectionStringName = "PressDB"; // Uses last connection string in config if not specified
5-
Namespace = "IQM.Data";
4+
ConnectionStringName = ""; // Uses last connection string in config if not specified
5+
Namespace = "";
66
ClassPrefix = "";
77
ClassSuffix = "";
8-
bool SplitIntoMultipleFiles = true;
8+
bool SplitIntoMultipleFiles = false;
99

1010
// Read schema
1111
var tables = LoadTables();

0 commit comments

Comments
 (0)