@ts-awesome/orm 1.3.0-rc0 → 1.3.0-rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/interfaces.d.ts +1 -1
- package/package.json +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -214,7 +214,7 @@ export interface IQueryExecutor<T, R = IQueryData> {
|
|
|
214
214
|
}
|
|
215
215
|
export declare const enum IsolationLevel {
|
|
216
216
|
Serializable = "SERIALIZABLE",
|
|
217
|
-
|
|
217
|
+
RepeatableRead = "REPEATABLE READ",
|
|
218
218
|
ReadCommitted = "READ COMMITTED",
|
|
219
219
|
ReadUncommitted = "READ UNCOMMITTED"
|
|
220
220
|
}
|