mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
add whitespace
This commit is contained in:
parent
078a16f2d5
commit
7597b14c08
@ -1648,7 +1648,7 @@ export class QueryBuilder<Entity> {
|
||||
|
||||
createSpecificExpression(sql: string): string {
|
||||
if ((this.expressionMap.offset || this.expressionMap.limit) && this.connection.driver instanceof OracleDriver) {
|
||||
sql = "SELECT * FROM ("+sql+") WHERE ";
|
||||
sql = "SELECT * FROM (" + sql + ") WHERE ";
|
||||
if (this.expressionMap.offset) {
|
||||
sql += "\"RN\" > " + this.expressionMap.offset;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user