Releases: antares-sql/antares
v0.7.13
0.7.13 (2023-07-06)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- Button to open table settings tab, closes #608 (38bfea2)
- Update connection icons to better match other icons (462ede8)
Bug Fixes
- PostgreSQL: Unable to connect to database, fixes #614 (e808b86)
- Unable to copy as sql inserts with BIT fileds, fixes #613 (6e01f0f)
Download
v0.7.12
0.7.12 (2023-07-03)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- Add Dutch language support (4ff1d10)
- Format options of csv export, closes #196 (3ad1e51)
- PostgreSQL: Ability to switch the database, closes #432 (89815bf)
- Sort available languages alphabetically (3ff8d25)
Bug Fixes
- PostgreSQL: Unable to export as sql inserts (e07e7b7)
Download
v0.7.11
0.7.11 (2023-06-04)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
Bug Fixes
- Disable filter during table content loading, fixes #588 (e60726c)
- MySQL: Unable to get users list with some db settings (9046707)
- Unique keys not recognized in table settings on some MariaDB versions (4461998)
- Weird behavior in some text area (22bdaac)
Download
v0.7.10
0.7.10 (2023-05-28)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- Copy rows as PHP array (03638c0)
- Export table content or query results as PHP array, closes #575 (8968179)
- DDL query in table settings for MySQL and PostgreSQL, closes #581 (f454b4b)
- Keepalive on mysql/postgre connections, should fix #577 (17eeb6d)
Bug Fixes
Download
v0.7.9
0.7.9 (2023-05-01)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- "No table results" message (19859f4)
- Option to choose the target table of an SQL INSERT exportation, closes #556 (c48266c)
- translation: ko-KR translation, closes #561 (baef4ea)
Bug Fixes
- Sidebar height out of visible area (af91d96)
- Unable to delete rows with null values and no primary key (74c136f)
- Vertical scrollbar does not reset after performing a search, fixes #567 (0cd55fb)
Download
v0.7.8
0.7.8 (2023-04-12)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
- Filter schemas in sidebar, closes #555 (8be9f93)
- MySQL: Option to export from results SQL INSERTS in chunks, closes #501 (0f24c80)
Bug Fixes
- MySQL: Missing scale for FLOAT type (52108d7)
- Triggers not exported if related table not included (d802b32)
- Unable to export BLOB values from table content or query result (afa61a9)
Download
v0.7.7
0.7.7 (2023-03-10)
Antares is an application under development, maintained by one person, so any feedback or bug report from you are really important.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Bug Fixes
- Hide table size tooltip if disabled (2c46269)
- Linux: Remove app menu shown pressing ALT key (63fece2)
- MySQL: Missing table information in table setting tab (59846e6)
- Unable to set string fields default values starting with 0 (3546c57)
Download
v0.7.6
0.7.6 (2023-02-27) HOTFIX
Bug Fixes
0.7.5 (2023-02-26)
Antares is an application under development, and any feedback or bug reports from you are very important to us.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- MySQL: Option, disabled by default, to enable table size indicators on sidebar (313e740)
Bug Fixes
- MariaDB: Exception with event_scheduler DISABLED with MariaDB 10, fixes #535 (4458177)
- Single quotes not properly escaped for random generated content (629ce63)
- Unable to import after a failed import, fixes #515 (b1fbc43)
Download
v0.7.5
0.7.5 (2023-02-26)
Antares is an application under development, and any feedback or bug reports from you are very important to us.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- MySQL: option, disabled by default, to enable table size indicators on sidebar (313e740)
Bug Fixes
- MariaDB: exception with event_scheduler DISABLED with MariaDB 10, fixes #535 (4458177)
- single quotes not properly escaped for random generated content (629ce63)
- unable to import after a failed import, fixes #515 (b1fbc43)
Download
v0.7.4
0.7.4 (2023-02-10)
Bug Fixes
- tables sort in sidebar (ddb7ead)
0.7.3 (2023-02-09)
Antares is an application under development, and any feedback or bug reports from you are very important to us.
If you appreciate this project and would like to express your support, please give us a ⭐ on GitHub and a review on the store you downloaded it from.
Features
- SQLite: Added support to INTEGER UNSIGNED (e7e4913)
Bug Fixes
- Longtext edit modal opens when it shouldn't, fixes #524 (6decba3)
- Select of table field type stuck when editing an unknown type (e8447e5)
- SQLite: Error with integer timestamp fields (2b5e1e7)
- SQLite: Triggers disappear after editing related table, fixes #523 (d934ae1)