Skip to content

Release 0.1.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 23:18

Added

  • Added case insensitive behavior to schema and table search box (#99) PR #102
  • CSS for making the primary keys look disabled/readonly for update mode PR #105
  • Added number of tuples input box for fetch table viewing PR #117
  • Added loading animation to table list load, table content load, and table action wait time (#107) PR #120

Fixed

  • Fixed bug of delete with datetime in primarykey crashing PR #105
  • Fixed broken paging system for fetching records. Before it would fetched everything, now it only fetches only what is needed (#30) PR #117
  • Fixed redundent data fetching when user switch between Table Content and Table Info PR #117
  • Fixed redundent props to state copy in tableInfo component PR #117
  • Fixed issue where website crashes when opening a filter card for datetime. (#104) PR #106

Changed

  • Changed date time to datetime and Timestamp to timestamp for input block labels (#108) PR #118