-
```
To reproduce problem
1. create database testdb using following schema (64-bit MySql 5.1.44 on
Windows 7 Home Basic):
SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0;
SET @OLD_FOREIGN_KEY_…
-
```
Software: dblinq 0.20.1 from source compiled with xbuild on OpenSuSE 11.2
On a MySql innodb Database with relations i tried
DbMetal.exe /provider:MySql /conn "[...]" /code:db.cs /case leave /nam…
-
```
Add property to quickstart for datacontext name.
Add ability to dbml.cst to specify name of datacontext
```
Original issue reported on code.google.com by `shannon....@gmail.com` on 25 Feb 2010 at…
-
```
What steps will reproduce the problem?
1. Run the quickstart against the AdventureWorks2012 database.
What is the expected output? What do you see instead?
Everything is generated.
Please use la…
-
```
When generating , the output does not contain any UDF's that were in the
database.
This has limitations .
Workaround
Generate the DBML in Plinqo. Create a seperate Linq to SQL project and
d…
-
```
What steps will reproduce the problem?
1. Create a table without a primary key.
2. Run Plinqo for the first time to create necessary files.
3. Go into Enterprise Manager, change an existing field …
-
```
In the sample dbml.cst template, there's a property IgnoreList.
Instead of specifying all the tables to ignore, how do I tell it to just
include 2 tables?
Ticket: 40516
```
Original issue repor…
-
```
What steps will reproduce the problem?
1. Database has Table called Organisation
2. In dbml settings Table Naming is set to Singular
3. In dbml settings Entity Naming is set to Plural
4. In dbml s…
-
```
When I try to edit a dbml file generated by Plinqo using the Visual Studio
designer, I get the following error:
"There is no Unicode byte order mark. Cannot switch to Unicode."
I've found if I …
-
```
Hi,
I'm using nettier as code generator in my project.But as the release of the
Linq by Microsoft to minimize the process time. I really want to see
intrigation Linq in nettier.
Regards
Asif Gha…