ts-typed-sql icon indicating copy to clipboard operation
ts-typed-sql copied to clipboard

ISOLATION LEVEL is ignored

Open phiresky opened this issue 6 years ago • 0 comments

all transactions including serializable ones are executed as read commited

see

https://github.com/hediet/ts-typed-sql/blob/7b4e1ac04a429c139bd6467d65e90089fb41eb0a/src/SqlGenerator.ts#L65

vs

https://github.com/hediet/ts-typed-sql/blob/7b4e1ac04a429c139bd6467d65e90089fb41eb0a/src/AST/SqlStatement.ts#L40

phiresky avatar Jul 25 '19 16:07 phiresky