-
```
What steps will reproduce the problem?
1.Set the plinqo to generate enum members
2.set the "dbml" and "queries" in one assembly and the "entities" at different
assembly's and namespace
3.generat…
-
```
What steps will reproduce the problem?
1.Right Click on a .cst file in VS2008/VS2010
2.Manage Options
3.Choose DBML
4.Open the IgnoreList property to edit in a window
5.Window opens, but it has no…
-
```
What steps will reproduce the problem?
1. Open solution with codesmith project
2. I manually updated the XML to update the reference to the .cst file
3. Reason I did this is I cannot add them when…
-
```
Regarding Microsoft DBML, this should not be the case:
- nullable types are always stored as non nullable in "Type" column
- There are no C# optimizations there (because DBML is not C# related)
``…
-
```
What steps will reproduce the problem?
1. Create 2 tables:
MyTable
ID int PK
Name varchar(20)
MyRelatedTable
ID int PK
MyTableID int (FK/PK)
Phone
2. Establish the relations between MyTable.ID …
-
```
A good thing would be to generalize the table aliases idea to column names
(and maybe some other things).
```
Original issue reported on code.google.com by `picrap` on 24 Mar 2008 at 10:32
-
```
Not really an issue more of a question , is there a better forum maybe
BUT
i am activly trying to work with Plinqo . Updating seems a bit clumsy or I
have it wrong (as usual)
I see the logi…
-
```
I already posted this to the forum because i thought it was an
misconfiguration:
http://groups.google.com/group/dblinq/browse_thread/thread/a2113cfec7d39075
What steps will reproduce the pro…
-
```
What steps will reproduce the problem?
1. Use sqlmetal under mono
Example command line:
mono sqlmetal.exe --user=user --password=pass --server=server --database=db
--provider=PostgreSql --code=MyD…
-
```
What steps will reproduce the problem?
1. Create a DBML file using VS.net 2008
2. Start DBMetal to create code file
What is the expected output? What do you see instead?
I expect a C# file to be …