Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Thornton 1e50bd8705
more test changes
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-13 11:03:02 +00:00
Andrew Thornton 3708430ebf
slight adjustment
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-13 10:44:56 +00:00
Andrew Thornton c7802f9737
fix mssql
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-13 10:30:03 +00:00
Andrew Thornton 643636c3b8
add an upsert test and fix mysql
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-13 09:35:33 +00:00
Andrew Thornton 9dafb36a44
no returning on sqlite
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-13 06:44:23 +00:00
Andrew Thornton c55adf1c26
mostly complete
Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-13 06:34:31 +00:00
Andrew Thornton 3a4fbeaa6f
Add InsertOnConflictDoNothing and Upsert functionality
This PR adds functionality for xorm to perform InsertOnConflictDoNothing
and Upserts.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2023-03-12 22:14:44 +00:00