-
Notifications
You must be signed in to change notification settings - Fork 130
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
Trying to insert a list of entities using InsertAll() or InsertAllAsync() ends up throwing exception. I am using SQLite. Since this is a playground project, feel free to poke around it:
bug sample repository.
Simply run the project, and open in browser http://localhost:5157/seed endpoint (or curl postman, whatever). This should reproduce the exception.
Interestingly MergeAll and MergeAllAsync work correctly. I'm yet to test transactional behavior. Maybe I'm just missing some detail here.
P.S.
Very cool project :)
Exception Message:
System.Data.SQLite.SQLiteException: 'SQL logic error
near "(": syntax error'Library Version:
RepoDb v1.13.2-alpha1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working