Merge branch 'main' into d070615-tree-table

This commit is contained in:
Olena
2025-03-31 10:20:51 +02:00
committed by GitHub
8 changed files with 2430 additions and 3 deletions

View File

@@ -1 +0,0 @@
../../bookshop/app/vue

View File

@@ -1 +0,0 @@
../../orders/app/orders

2425
.deploy/app-router/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
../../../bookshop/app/vue

View File

@@ -0,0 +1 @@
../../../orders/app/orders

View File

@@ -0,0 +1 @@
../../../reviews/app/vue

View File

@@ -1 +0,0 @@
../../reviews/app/vue

View File

@@ -45,6 +45,7 @@ describe('cap/samples - Hierarchical Data', ()=>{
] ]
} }
}) })
/* temp skip for release
if (q.forSQL) expect (q.forSQL()) .to.eql ({ if (q.forSQL) expect (q.forSQL()) .to.eql ({
SELECT: { SELECT: {
from: { ref:[ "Categories" ], as: "Categories" }, from: { ref:[ "Categories" ], as: "Categories" },
@@ -75,6 +76,7 @@ describe('cap/samples - Hierarchical Data', ()=>{
`) as children FROM Categories as Categories` + `) as children FROM Categories as Categories` +
`)` `)`
) )
*/
}) })
it ('supports nested reads', ()=> expect ( it ('supports nested reads', ()=> expect (