Skip to content

issues Search Results · repo:asherber/StaTypPocoQueries.PetaPoco language:C#

Filter by

6 results
 (75 ms)

6 results

inasherber/StaTypPocoQueries.PetaPoco (press backspace or delete to remove)

Given the following entity and column definition: [TableName( wcpEvent )] [PrimaryKey( EventId )] public class Event : EntityBase { [Column( EventId )] public override ...
  • wesfincher
  • 4
  • Opened 
    on May 20, 2022
  • #6

I have a setup where I use a simple ValueConverterAttribute to save enums as String in the database. Using StaTypPocoQueries.PetaPoco for querying of those pocos results in errors like: SqlException: ...
  • nils-a
  • 6
  • Opened 
    on Feb 18, 2021
  • #5

.. myObject.Id = 100; DB.Query MyClass (d = d.ObjId == myObject.Id); must be equivalent to : DB.Query MyClass ( WHERE [ObjId] = @0 , myObject.Id) or DB.Query MyClass ( WHERE [ObjId] = 100 ) but it convert ...
  • ehsanasgarian
  • 2
  • Opened 
    on Dec 5, 2020
  • #4

Hello I run this code db.Fetch Sys_ModuleButtonEntity (p = p.F_FullName.Contains( 2 )); VS2017 report error: conditions has unexpected type p.F_FullName.Contains( 2 ) System exception in FSharp.Core.dll ...
  • Qq247534686
  • 2
  • Opened 
    on Jul 20, 2020
  • #3

Hi, I like what you have done with these extensions. I have tried to use your Query extensions with a POCO class that has a property using the PetaPoco ColumnAttribute but it returns a SQL exception that ...
  • nj-db
  • 3
  • Opened 
    on Jul 10, 2020
  • #2

Nice work. Any plan on adding async support ? i..e return db.QueryAsync Category (c = c.ParentID == parentCategoryId).ToList();
  • krugertech
  • 2
  • Opened 
    on Jun 6, 2020
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub