Tomboi88 / dapper-dot-net

Automatically exported from code.google.com/p/dapper-dot-net
Other
0 stars 0 forks source link

Value for LONG Column Type is returned as NULL #173

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Create database table with a LONG column type in Oracle 10g or later
2. Query using Dapper
3. The data from LONG column type will return null

What is the expected output? What do you see instead?
The LONG string should return properly

What version of the product are you using? On what operating system?
Dapper 1.12.1.1, .NET 4.0

Please provide any additional information below.

This code solves the problem
----------------------------
InitialLONGFetchSize = -1

but requires me to use ADO.NET Data provider for Oracle

Kindly allow InitialLONGFetchSize to be configurable or provide an example 
where i can specify this using code.

Thanks

Awais

Original issue reported on code.google.com by timematc...@gmail.com on 6 May 2014 at 9:36

GoogleCodeExporter commented 8 years ago
any update on this issue? Will this be fixed?

Original comment by timematc...@gmail.com on 27 May 2014 at 10:04

GoogleCodeExporter commented 8 years ago
We already do some evil voodoo to try to work around the default oracle 
parameter  convention - I'll investigate whether this can be done in the same 
way.

Original comment by marc.gravell on 27 May 2014 at 11:29

GoogleCodeExporter commented 8 years ago
Thanks, I look forward to your response whenever you could find a solution 
about that. thanks again

Original comment by timematc...@gmail.com on 28 May 2014 at 4:04

GoogleCodeExporter commented 8 years ago
Applied to code

Original comment by marc.gravell on 6 Aug 2014 at 3:30