Skip to content

Commit 33e2c28

Browse files
committed
Fix ALIAS.
1 parent 5b78710 commit 33e2c28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

distribution/lib/Standard/Database/0.0.0-dev/src/DB_Table.enso

+2-3
Original file line numberDiff line numberDiff line change
@@ -1021,8 +1021,7 @@ type DB_Table
10211021
Error.throw (Unsupported_Database_Operation.Error "add_group_number")
10221022

10231023

1024-
## ALIAS order_by
1025-
GROUP Standard.Base.Selections
1024+
## GROUP Standard.Base.Selections
10261025
ICON select_row
10271026

10281027
Returns a new Table that will include at most `max_rows` rows from the
@@ -1313,7 +1312,7 @@ type DB_Table
13131312
table = self.connection.read_statement sql column_types last_row_only=True
13141313
table.rows.first
13151314

1316-
## ALIAS sort
1315+
## ALIAS order_by
13171316
GROUP Standard.Base.Selections
13181317
ICON order
13191318
Sorts the rows of the table according to the specified columns and order.

0 commit comments

Comments
 (0)