You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,18 @@ Types of changes
16
16
17
17
## [2.7.1]
18
18
19
-
-`Fixed` panic during push on Oracle database with a `null` column value.
20
-
-`Fixed` issue with SQL queries involving limit orders in SQL Server database.
19
+
-`Fixed` panic during push on Oracle database with a `null` column value
20
+
-`Fixed` issue with SQL queries involving limit orders in SQL Server database
21
+
-`Fixed` panic when using autotruncate on a null value
21
22
22
23
## [2.7.0]
23
24
24
-
-`Added` columns information and export type using the `lino table extract` command, columns and keys organized according to the database order.
25
-
-`Added` flag `--only-tables` to `lino table extract` command. This flag allows for the extraction of table information exclusively, excluding columns. It has been included to maintain the previous behavior.
26
-
-`Added` flag `--with-db-infos` to `lino table extract` command. This flag enables the extraction of information regarding column types, length, size, and precision if the column has been configured with these specifications.
27
-
-`Added` flag `--autotruncate` to `lino push` command. This flag will enable a truncate on each value based each `dbinfo`.`length` parameters set in the table.yaml file for each columns.
28
-
-`Added` property `dbinfo`.`bytes` to column definition in table.yaml file. Set it to true to truncate the value based on a maximum number of bytes and not characters (assuming utf-8 encoding for now).
29
-
-`Added` flags `--max-length` and `--bytes` to `lino table add-column` command. Use it to edit the properties `dbinfo`.`length` and `dbinfo`.`bytes` of the table.yaml file.
25
+
-`Added` columns information and export type using the `lino table extract` command, columns and keys organized according to the database order
26
+
-`Added` flag `--only-tables` to `lino table extract` command. This flag allows for the extraction of table information exclusively, excluding columns. It has been included to maintain the previous behavior
27
+
-`Added` flag `--with-db-infos` to `lino table extract` command. This flag enables the extraction of information regarding column types, length, size, and precision if the column has been configured with these specifications
28
+
-`Added` flag `--autotruncate` to `lino push` command. This flag will enable a truncate on each value based each `dbinfo`.`length` parameters set in the table.yaml file for each columns
29
+
-`Added` property `dbinfo`.`bytes` to column definition in table.yaml file. Set it to true to truncate the value based on a maximum number of bytes and not characters (assuming utf-8 encoding for now)
30
+
-`Added` flags `--max-length` and `--bytes` to `lino table add-column` command. Use it to edit the properties `dbinfo`.`length` and `dbinfo`.`bytes` of the table.yaml file
0 commit comments