Quantcast
Channel: FluentData Issue Tracker Rss Feed
Browsing latest articles
Browse All 22 View Live

Created Unassigned: QueryHandler:Object must implement IConvertible [1754]

I implement my CustomEntityFactory, so when I use QuerySingle<TEntityInterface>()I can create the Entity by my CustomerEntityFactorySo I change the code of QueryHandler<TEntity> to support...

View Article



Commented Unassigned: Issue with QuerySingle and custom mapping [1731]

I believe you have a bug in your FluentData.DbCommand.QuerySingle<TEntity>(Action<Tentity, dynamic> customMapper) method.You call QueryHandler like this:item = new...

View Article

Created Unassigned: Unable to find the requested .Net Data Provider. [1953]

I am using a PostgreSql Database and I ma getting the following Error:Unable to find the requested .Net Framework Data Provider. It may not be installed.Npgsql.dll is referenced in the project....

View Article

Commented Unassigned: Unable to find the requested .Net Data Provider. [1953]

I am using a PostgreSql Database and I ma getting the following Error:Unable to find the requested .Net Framework Data Provider. It may not be installed.Npgsql.dll is referenced in the project....

View Article

Closed Unassigned: Unable to find the requested .Net Data Provider. [1953]

I am using a PostgreSql Database and I ma getting the following Error:Unable to find the requested .Net Framework Data Provider. It may not be installed.Npgsql.dll is referenced in the project....

View Article


Created Unassigned: Automatically Detect Table Schema/Namespace [1992]

Queries executed on a tablename without a namespace should automatically resolve to the proper namespace. For example, if I run "Select * from batches" and the table batches has a namespace of...

View Article

Commented Unassigned: Issue with QuerySingle and custom mapping [1731]

I believe you have a bug in your FluentData.DbCommand.QuerySingle<TEntity>(Action<Tentity, dynamic> customMapper) method.You call QueryHandler like this:item = new...

View Article

Created Unassigned: Support for Oracle Managed Data Access Client [2033]

HiWould it be possible to get support added for the Oracle Managed Data Access Client please. We've tried it against the FluentData Single Source File all we had to do was create a copy of the...

View Article


Commented Unassigned: Support for Oracle Managed Data Access Client [2033]

HiWould it be possible to get support added for the Oracle Managed Data Access Client please. We've tried it against the FluentData Single Source File all we had to do was create a copy of the...

View Article


Commented Unassigned: Support for Oracle Managed Data Access Client [2033]

HiWould it be possible to get support added for the Oracle Managed Data Access Client please. We've tried it against the FluentData Single Source File all we had to do was create a copy of the...

View Article

Created Unassigned: Stored Procedure with return type [2037]

Hi,I'm not able to get data from Oracle DB using stored procedure. Here is the code, but it always returns null. I couldn't make it work. Does enybody have sone idea? public static InsuredPersonData...

View Article

Created Unassigned: Supports the Sybase [2052]

Hi. I want to use fluentData on Sybase,but it not support。

View Article

Created Unassigned: Support for Parallel ? [2070]

I tried the code below having some exception "binding parameter invalid" 4 times over 1000Any idea ?System.ArgumentException: Liaison de paramètre non valideNom du paramètre : ::sql_dateà...

View Article


Created Unassigned: bool? conversion cause an exception [2104]

Hi,I have a MySQL table with a field as tinyint(1) with possible null value which will be mapped with a nullable boolean. The conversion fire an exception durant the mapping.I investigate and find the...

View Article

Created Unassigned: C# code to VB.NET code [2120]

Hi. i have a problem when i try to update and insert using a builder with automapping.I try to use the code in VB.NET. the error is in the AutoMap.can anyone help me with this error?thanks

View Article


Created Unassigned: ExecuteReturnLastId within postgres [2122]

Hi,I used ExecuteReturnLastId as follow sample```var id = dbContext.Insert("app").Column("name", newAppName).ExecuteReturnLastId<Int32>("id");```but the result is null. I tried to debug from the...

View Article

Commented Unassigned: ExecuteReturnLastId within postgres [2122]

Hi,I used ExecuteReturnLastId as follow sample```var id = dbContext.Insert("app").Column("name", newAppName).ExecuteReturnLastId<Int32>("id");```but the result is null. I tried to debug from the...

View Article


Commented Unassigned: C# code to VB.NET code [2120]

Hi. i have a problem when i try to update and insert using a builder with automapping.I try to use the code in VB.NET. the error is in the AutoMap.can anyone help me with this error?thanks"Out could...

View Article

Created Unassigned: Bug in IN Operator handler [2139]

There is a demo in the document for IN clause:```List<int> ids = new List<int>() { 1, 2, 3, 4 };//becareful here,don't leave any whitespace around in(...) syntax.dynamic products =...

View Article

Created Unassigned: About QuerySingle() [2141]

I from the Mysql query data, a column is "longtext", use the QuerySingle<DataTable>() , returned null.Problems appeared in the following code: public object HandleType(Action<TEntity,...

View Article
Browsing latest articles
Browse All 22 View Live




Latest Images