Comparing version 1.3.4 to 1.3.5
@@ -54,3 +54,3 @@ { | ||
}, | ||
"version": "1.3.4" | ||
"version": "1.3.5" | ||
} |
@@ -637,4 +637,11 @@ febs db库用于连接数据库 | ||
// select ... from (table1 as A inner join table2 as B on A.id = B.id) inner join table3. | ||
join.sql_select(...); | ||
let joinSql = join.sql_select(...); | ||
// query. | ||
let r = await db.exec(joinSql); | ||
// convert data to fix time or other data. | ||
db.ret_data_cvt(r.rows, table1, table2, table3); | ||
``` | ||
@@ -641,0 +648,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264136
1448