Skip to content

Bug: InsertAllAsync throws an exception (SQLite) #1210

@qfilip

Description

@qfilip

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions