bltoolkit icon indicating copy to clipboard operation
bltoolkit copied to clipboard

Business Logic Toolkit for .NET

Results 49 bltoolkit issues
Sort by recently updated
recently updated
newest added

hi we have issue on **oracle sequences** in linq2db. following code dont get nextval for related field and it also have "0" value. `[PrimaryKey, Column(Name = "XX"), SequenceName("seq_fair_tran", Configuration =...

Hi! Sorry for very bad english. Strange situation. On all project all OK, but some code work wrong/ After second call mapping don't work. For sample come classes: ```cs [Serializable]...

I'm using bltoolkit with my asp.net mvc project since almost 2-3 years, it working fine. Now I want to work in asp.net core 2.1 + angular. so connection string will...

Greetings, We are using BLToolkit extensively in our application and would like a new feature. Can you please add an event to the LINQ part of the library whenever the...

NullRefenceException fixed at `ExecuteResultSet` thowing in following example. Object model: ``` public class Document { [MapField("Id")] public long Id { get; set; } [MapField("DocumentType")] public string DocType { get; set;...

As the title says, please update BLToolkit.Data.DataProvider.MySql.4 to use the latest MySql Connector 6.9.9.0.

I have an app which works with SQLite as data store. There is an issue when I'm using context search. If I use simple phrases BLToolkit converts it in `LIKE...

PostgreSQL 3.x driver is a major rewrite and it [doesn't support .NET 4.0 anymore](http://www.npgsql.org/doc/migration/3.0.html). It's generally faster and better but it's not 100% compatible with earlier versions. Here's the related...

I am getting this error with the latest binary. ".4". "The given key was not present in the dictionary." ## I am using web.config connection string.. ## And getting error...

The following SQL query is not valid from point of view of syntax: ``` SELECT DISTINCT ColumnA, ColumnB, ColumnC FROM SomeTable ORDER BY ColumnD, ColumnC OFFSET 0 ROWS FETCH NEXT...