Chris Eastwood
Results
2
issues of
Chris Eastwood
Given the query ```cs db.Query(string table).AsInsert(IEnumerable columns, IEnumerable valuesCollection, bool returnId = false); ``` Compiles to invalid sql for oracle ```sql INSERT INTO "mtable" ("one", "two") VALUES (3348, 0), (3348,...
bug
If the database engine supports a delete + join syntax then compile the query, if not, throw an exception. - [x] SqlServer - [ ] MySql - [ ] PostgreSQL...
enhancement