-
```
Hello,
I have 2 Tables in my DB. Between these 2 Tables doesn't exist any
reference eg. foreign key.
1. I generate PLINQO Model, Template Dbml.cst
2. I add manually in Visual Studio with help …
-
```
What steps will reproduce the problem?
1. Open Dbml.cst
2. Remove the ^sysdiagrams$ regex
3. Try to generate
What is the expected output? What do you see instead?
I expect that an error would not…
-
```
What steps will reproduce the problem?
1. Try to use DbMetal.exe under Linux to process Northwind.db3:
$ mono build/DbMetal.exe /provider:Sqlite /dbml:f.dbml \
/conn "Data Source=tests/Northw…
-
```
Generated enums always have DataContract/Serialization attributes.
It would be nice if the DBML template had a property for turning this off,
like the Entities template.
It would also be nice if…
-
```
I would like to see PLINQO improve it's support for using stored procedures to
do CRUD operations on entities. Most of the code is already there,
but the hooks seem to be a little off. I generat…
-
```
Problem Description:
I have several Enum tables in my project. During code generation, all Enums
are placed in the same namespace as my Entities (which is fine). However, my
Managers use a di…
-
```
What steps will reproduce the problem?
1. Add three columns to a table (_Descriptor, _CreateDate, _EditDate)
2. Generate Dbml
3. Generate Entities.cst against the generated Dbml
What is the expec…
-
```
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. 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…
-
```
What steps will reproduce the problem?
1. running Visual Metal
2. using NorthwindOraODP.dbml from tests\Northwind DBMLs to generate c# code
3. setting context and entitiy namespace to Ideal.Skc.Tr…