issues
search
songfj
/
dapper-dot-net
Automatically exported from code.google.com/p/dapper-dot-net
Other
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Support for ExpandObject as parameter to Execute (among others)
#101
GoogleCodeExporter
closed
9 years ago
0
When update or insert a model if the model defines the navigation attributes or complex attributes will throw exception
#100
GoogleCodeExporter
opened
9 years ago
0
Accept dynamic as a Parameter
#99
GoogleCodeExporter
closed
9 years ago
2
Inserting binary data over 8000 bytes into SQL CE fails
#98
GoogleCodeExporter
opened
9 years ago
0
Parameters not being substituted
#97
GoogleCodeExporter
closed
9 years ago
3
Use longs for ID return instead of int
#96
GoogleCodeExporter
opened
9 years ago
0
Add results caching
#95
GoogleCodeExporter
opened
9 years ago
3
Should dbNull cast to default valuetype value?
#94
GoogleCodeExporter
opened
9 years ago
0
Call IEnumerable<T>.Count() of Read() method result before IEnumerable.ToList<T>() cause Exception
#93
GoogleCodeExporter
opened
9 years ago
0
Dapper.Rainbow/Database.cs
#92
GoogleCodeExporter
opened
9 years ago
0
Testable Repository for Dapper
#91
GoogleCodeExporter
opened
9 years ago
0
Dapper.Contrib.Extensions - conn.Delete<MyType>(null) deletes everything on postgresql
#90
GoogleCodeExporter
opened
9 years ago
0
Unable to use Protected property as a parameter
#89
GoogleCodeExporter
opened
9 years ago
0
allPropertiesExceptKey.Count() and ElementAt() is calling IsWritaeable too many times
#88
GoogleCodeExporter
opened
9 years ago
0
Patch for /Dapper/SqlMapper.cs
#87
GoogleCodeExporter
opened
9 years ago
0
MySql enum support
#86
GoogleCodeExporter
closed
9 years ago
3
Patch for /Tests/PerformanceTests.cs
#85
GoogleCodeExporter
opened
9 years ago
0
Assembly generation failed - Dapper has no strong name
#84
GoogleCodeExporter
closed
9 years ago
10
Make Dapper CLS Compliant
#83
GoogleCodeExporter
closed
9 years ago
1
Nuget packages for Dapper.Contrib and Dapper.SqlBuilder
#82
GoogleCodeExporter
opened
9 years ago
2
Dynamic parameters and overload resolution
#81
GoogleCodeExporter
opened
9 years ago
2
Support for custom modifications of IDbCommand instance
#80
GoogleCodeExporter
opened
9 years ago
3
Problem with Insert<T> @@identity and triggers
#79
GoogleCodeExporter
opened
9 years ago
0
Support all operators in SqlBuilder
#78
GoogleCodeExporter
opened
9 years ago
0
Mapping data returned from sp to custom object
#77
GoogleCodeExporter
opened
9 years ago
0
Linq provider for building the SQL
#76
GoogleCodeExporter
opened
9 years ago
6
Entering any spaces into the splitOn will cause it to throw an error
#75
GoogleCodeExporter
opened
9 years ago
0
Patch for /Tests/PerformanceTests.cs
#74
GoogleCodeExporter
opened
9 years ago
1
Multi map more then 5
#73
GoogleCodeExporter
closed
9 years ago
2
dapper 1.7 enum deserialization problem
#72
GoogleCodeExporter
closed
9 years ago
6
list support does not support ansi (DbString[])
#71
GoogleCodeExporter
closed
9 years ago
1
TimeSpan and Db.Time not supported?
#70
GoogleCodeExporter
closed
9 years ago
6
Suport for custom DB specific query parameters.
#69
GoogleCodeExporter
opened
9 years ago
11
Sharing an NHibernate connection/transaction
#68
GoogleCodeExporter
closed
9 years ago
4
Distribute Dapper as pre-compiled assembly on Nuget
#67
GoogleCodeExporter
closed
9 years ago
10
Patch for /Dapper/SqlMapper.cs Memory leak fix
#66
GoogleCodeExporter
closed
9 years ago
4
Missing XML Comments
#65
GoogleCodeExporter
closed
9 years ago
1
Patch for /Dapper/SqlMapper.cs
#64
GoogleCodeExporter
closed
9 years ago
1
FastExpando issue member resolve issue (clone fix suggestion committed)
#63
GoogleCodeExporter
closed
9 years ago
1
(Oracle) 'not all variables bound' error when executing stored procedure with output parameter
#62
GoogleCodeExporter
closed
9 years ago
3
System.Data.SqlClient.SqlException Must declare the scalar variable "@parameter".
#61
GoogleCodeExporter
opened
9 years ago
5
Need a binary drop
#60
GoogleCodeExporter
closed
9 years ago
2
Contrib: 3.5 and Id Conventions
#59
GoogleCodeExporter
opened
9 years ago
0
Add support for protected default constructors
#58
GoogleCodeExporter
closed
9 years ago
2
Mapping Exception when Stored Procedure exits prior to performing select
#57
GoogleCodeExporter
opened
9 years ago
8
null valued parameters vs. not supplying parameters on execute() of stored procedure
#56
GoogleCodeExporter
opened
9 years ago
1
Mapping object Prop names to DB column names
#55
GoogleCodeExporter
opened
9 years ago
4
Incorrect field name comparison
#54
GoogleCodeExporter
closed
9 years ago
1
GetSettableProps(Type t) throw Null reference exception.
#53
GoogleCodeExporter
opened
9 years ago
7
InvalidProgramException thrown on query
#52
GoogleCodeExporter
closed
9 years ago
11
Next