issues
search
tmenier
/
AsyncPoco
A long-"awaited" fully asynchronous PetaPoco fork
Other
127
stars
33
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
The meaning of asynchrony
#66
mahaisong
closed
2 years ago
1
Cannot inherit Database when targeting netcoreapp without using a shared DbConnection
#64
qstarin
opened
4 years ago
8
Using paging but getting the incoming request has too many parameters error.
#63
kenyhua
closed
4 years ago
4
Method for get current transaction
#62
shustrenko
opened
5 years ago
0
2.0.2
#61
tmenier
closed
5 years ago
0
Add ConfigureAwait(false) to all 'await's
#60
DSaunders
closed
5 years ago
0
Use ConfigureAwait(false) for all awaits
#59
DSaunders
closed
5 years ago
4
Using AsyncPoco alongside PetaPoco
#58
bjammin
opened
5 years ago
0
Where are PetaPoco.Utilities and PetaPoco.Core?
#57
bjammin
opened
5 years ago
2
Error calling AsyncUpdate against SQL Server database with identity primary keys
#56
MoxiePoxy
opened
5 years ago
0
Multiple result set support
#55
ghost
opened
5 years ago
4
Support array based parameters
#54
d-p-y
closed
3 years ago
1
Support array based parameters in Postgresql
#53
d-p-y
opened
6 years ago
0
2.0.1
#52
tmenier
closed
6 years ago
0
Fix SQLite error
#51
ashleynexus
closed
6 years ago
2
Fixes detection of SQLite Microsoft.Data.SQLite provider
#50
d-p-y
closed
6 years ago
1
InsertAsync/SaveAsync is throwing SQLite syntax error
#49
simeoncode
closed
6 years ago
5
Make PocoData public?
#48
thrawnarn
opened
6 years ago
1
public Task<int> UpdateAsync(object poco, IEnumerable<string> columns) does not work with POCO that has string primary key
#47
groogiam
opened
6 years ago
0
2.0 stable!
#46
tmenier
closed
6 years ago
0
2.0.0-pre2
#45
tmenier
closed
6 years ago
0
Add support for custom insert- and update templates.
#44
khellang
closed
5 years ago
7
cross-platform support via targeting .NET Standard 1.3 & 2.0
#43
tmenier
closed
6 years ago
0
Drop single drop-in file and T4 templates(?)
#42
tmenier
closed
6 years ago
0
Issues with CTE Expressions
#41
groogiam
closed
6 years ago
2
Invalid cast from 'System.Decimal' to 'System.Nullable'
#40
lajjts
closed
6 years ago
1
Replaced the @ sign with the : sign for the primary key value referen…
#39
jonast92
closed
6 years ago
3
Missing expression when using UpdateAsync(poco)
#38
jonast92
closed
6 years ago
4
Column attribute being ignored on Pocos
#37
jonast92
closed
6 years ago
1
Switch tests to use MySqlConnector
#36
bgrainger
closed
7 years ago
1
Fixes #34 where the enum values are persisted as stringified int values
#35
jholovacs
closed
6 years ago
1
The given key was not present in the dictionary.
#34
jholovacs
closed
6 years ago
6
Converts AsyncPoco.Tests project to use NUnit testing framework
#33
LeeGrissom
closed
7 years ago
2
Update NuGet packages for AsyncPoco.Tests project
#32
LeeGrissom
closed
7 years ago
3
Add IsolationLevel support to Transactions
#31
LeeGrissom
closed
7 years ago
2
.NET core support
#30
1TheMuffinMan
closed
6 years ago
21
Extracted IDatabase for mocking, added the ability to set case sensit…
#29
jholovacs
closed
8 years ago
2
coonection pooling
#28
cprashant1
closed
8 years ago
1
Problem with @ in where clause
#27
marpit
closed
8 years ago
2
Crash when calling ExecuteScalarAsync for a nullable integer when result is NULL
#26
jameswilddev
closed
8 years ago
3
Is there an IDatabase interface?
#25
ThisNoName
closed
8 years ago
2
ExistsAsync(object poco)
#24
coderasm
closed
8 years ago
3
ExistsAsync(object poco)
#23
coderasm
closed
9 years ago
4
Please fix blocking exception with Devart Oracle provider
#22
jonnybee
closed
8 years ago
2
Added IsolationLevel optional parameter to GetTransactionAsync and Begin...
#21
pavick
opened
9 years ago
3
Column-specific updates on POCOs with single primary keys fail
#20
jameswilddev
closed
6 years ago
2
FetchAsync with MySqlDataReader
#19
RicardoCampos
closed
6 years ago
3
Ensure the sql is rebuilt if altered after sqlFinal is generated
#18
rupe120
closed
9 years ago
6
Solves problem with oracle long and long raw datatypes.
#17
pjlammertyn
closed
10 years ago
1
Fix: An error occurred while parallel accessing to some variables in async methods
#16
dolgof
closed
10 years ago
5
Next