Jarosław Kluz

Results 4 issues of Jarosław Kluz

When I create SQL query with condition: ``` PetaPoco.Sql.Builder.Append("WHERE P.[date] >= @0", /see below examples/) ``` like ``` P.[date] >= @0", New Date(2017, 4, 3) or P.[date] >= @0", Now.AddDays(-30).Date...

I discovered several issues using your library. **Situation 1:** I have a parent form with datagridview. Mouse doubleclick on datagridview row retrieves binded record and open new child form that...

Assume 2 simple tables: ``` Public Class Activity Property activityid As Integer Property personid As Integer Property added As Date Public Property Person As Person End Class Public Class Person...

area: linq
type: bug
status: has-pr
status: has-tests
area: vb.net

**Do you want to request a *feature* or report a *bug*?** - [x] Bug - [ ] Feature - [ ] Question **Did you test against the latest CI build?**...