We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c739ad commit 13a0661Copy full SHA for 13a0661
src/NHibernate/Mapping/Table.cs
@@ -25,7 +25,9 @@ public enum SchemaAction
25
[Serializable]
26
public class Table : IRelationalModel
27
{
28
+ [ThreadStatic]
29
private static int tableCounter;
30
+
31
private readonly List<string> checkConstraints = new List<string>();
32
private readonly LinkedHashMap<string, Column> columns = new LinkedHashMap<string, Column>();
33
private readonly Dictionary<ForeignKeyKey, ForeignKey> foreignKeys = new Dictionary<ForeignKeyKey, ForeignKey>();
0 commit comments