@dbpath/oracle
Advanced tools
Comparing version 0.3.10 to 0.3.11
@@ -122,3 +122,3 @@ "use strict"; | ||
expect(limitFn(1, 3, someSql)).toEqual([ | ||
"select /*+ FIRST_ROWS(3) */ rownum as dbautorownum,* from table", | ||
"select /*+ FIRST_ROWS(3) */ * from table", | ||
"where rownum<=3 order by id", | ||
@@ -128,3 +128,3 @@ "--1" | ||
expect(limitFn(2, 3, someSql)).toEqual([ | ||
"select /*+ FIRST_ROWS(6) */ rownum as dbautorownum,* from table", | ||
"select /*+ FIRST_ROWS(6) */ * from table", | ||
"where rownum<=6 order by id", | ||
@@ -134,3 +134,3 @@ "--4" | ||
expect(limitFn(2, 6, someSql)).toEqual([ | ||
"select /*+ FIRST_ROWS(12) */ rownum as dbautorownum,* from table", | ||
"select /*+ FIRST_ROWS(12) */ * from table", | ||
"where rownum<=12 order by id", | ||
@@ -144,3 +144,3 @@ "--7" | ||
expect(limitFn(2, 6, someSql)).toEqual([ | ||
"select /*+ FIRST_ROWS(12) */ rownum as dbautorownum,* from sometable", | ||
"select /*+ FIRST_ROWS(12) */ * from sometable", | ||
" where rownum <=12 and x = 11", | ||
@@ -147,0 +147,0 @@ "--7" |
{ | ||
"name": "@dbpath/oracle", | ||
"description": "", | ||
"version": "0.3.10", | ||
"version": "0.3.11", | ||
"main": "dist/index", | ||
@@ -21,4 +21,4 @@ "types": "dist/index", | ||
"oracledb": "^5.5.0", | ||
"@dbpath/utils": "0.3.10", | ||
"@dbpath/dal": "0.3.10" | ||
"@dbpath/utils": "0.3.11", | ||
"@dbpath/dal": "0.3.11" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
26085
+ Added@dbpath/config@0.3.11(transitive)
+ Added@dbpath/dal@0.3.11(transitive)
+ Added@dbpath/fixtures@0.3.11(transitive)
+ Added@dbpath/types@0.3.11(transitive)
+ Added@dbpath/utils@0.3.11(transitive)
- Removed@dbpath/config@0.3.10(transitive)
- Removed@dbpath/dal@0.3.10(transitive)
- Removed@dbpath/fixtures@0.3.10(transitive)
- Removed@dbpath/types@0.3.10(transitive)
- Removed@dbpath/utils@0.3.10(transitive)
Updated@dbpath/dal@0.3.11
Updated@dbpath/utils@0.3.11