issues Search Results · repo:marcodelpin/dblinq2007 language:C#
Filter by
334 results
(64 ms)334 results
inmarcodelpin/dblinq2007 (press backspace or delete to remove)What steps will reproduce the problem?
1.Table A has foreign key with columns(A.Column1,A.Column2) which referencing
columns(B.Column1,B.Column2) of tabale B;
2.Excecute DbMetal command:
DbMetal /database=RF ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #341
What steps will reproduce the problem?
1. Create Postgresql table with a column of type xml
2. Run DbMetal.exe
3. Get greeted by it not knowing how to use it.
Please provide any additional information ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #342
Running under mono, reflection enumerates classes in a different order to .NET.
The current implementation of DbLinq.Language.Implementation.Load returns on
the first suitable language.
When culture ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #343
This should be done after fixing issue 336.
What steps will reproduce the problem?
1. Create uuid column in mysql database
2. Generate dbml.
3. Include to Visual Studio, compile. It will failed.
What ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #337
What steps will reproduce the problem?
1. Use a context generated from a mysql database (dbmetal, MONO_STRICT)
2. Use InsertOnSubmit() and SubmitChanges()
What is the expected output? What do you see ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #338
I created a SQL lite DB with 2 tables. I tried to generate dbml file and was
successful with it but when i
I could generate a dbml file and .cs file but in the .cs file unable to get the
table structure. ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #339
What steps will reproduce the problem?
1. In firebird database create table with fields as nullable (just firgive to
add NOT NULL , but use domain which says that it is can not be null.
2. The generated ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #340
What steps will reproduce the problem?
1. Create query with where statement, in which a variable is used
2. Add Skip() and Take() to force calling GetLiteralLimit method
3. Print resultant query
What ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #330
I am tested at debug mode and run OK, but when I am running in release mode
DBLinq.dll and DBLinq.MySql.dll I got this error:
System.ArgumentException: Type DbLinq.Data.Linq.IVendorProvider has no ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #331
What steps will reproduce the problem?
1. Create a simple table People with 5 attributs
id, firstName, lastName, type, grade
2. Create a simple scheme as
[Table]
[InheritanceMapping(Code = 0, Type = typeof(Normal))] ...
GoogleCodeExporter
- Opened on Mar 14, 2015
- #332

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.