Skip to content

Releases: shencangsheng/easydb_app

Release v2.4.0

05 Dec 07:52

Choose a tag to compare

  • Fixed the problem that the data table rendering is stuck by @Gzbox in #5
  • Fixed the problem that when the file has no data, it returns an error instead of displaying an empty table by @caelansar in #6
  • Fixed the problem that read_ndjson() function is mistakenly written as read_dnjson()

Release v2.3.0

26 Nov 16:23

Choose a tag to compare

  • Fixed the problem that nested queries cannot be executed
  • Optimized read_excel() to select the first sheet instead of Sheet1 as the default sheet

Release v2.2.0

25 Nov 10:26

Choose a tag to compare

  • Added has_header, delimiter, and file_extension parameters to read_csv() and read_tsv() functions
  • Added the ability to select database dialect when exporting SQL statements, supporting MySQL and PostgreSQL
  • Optimized the performance of exporting large files in SQL statements

Release v2.1.2

25 Nov 03:46

Choose a tag to compare

  • Fixed the problem that the extension of read_tsv() is required to be .csv

Release v2.1.1

24 Nov 08:16

Choose a tag to compare

  • Fixed the problem that the table name input automatically completes the first letter of the table name to uppercase when exporting SQL statements
  • Fixed the problem that only one of the sheet_name and infer_schema parameters can take effect when using read_excel()

Release v2.1.0

20 Nov 10:03

Choose a tag to compare

  • Added read_mysql() function, supporting MySQL database queries
  • DataFusion version upgraded to 50.3.0
  • SQL intelligent completion function optimization

Release v2.0.1

18 Nov 09:26

Choose a tag to compare

  • Corrected errors in the example documentation

Release v2.0.0

14 Nov 06:56

Choose a tag to compare

  • Query engine switched to DataFusion
  • Temporarily removed read_json() function
  • Support only executing selected SQL, solving the problem of not being able to execute fragments
  • Dragging files is no longer directly generating complete SQL, but instead choosing whether to add file paths or complete SQL, making it easier to get file paths when multiple table joins are required

Release v1.0.0

31 Oct 11:26

Choose a tag to compare

  • Dragging files automatically generates SQL statements
  • Supports CSV, Excel, NdJson, JSON, Parquet file formats
  • Supports SQL history
  • Supports query result export (CSV, TSV, SQL)

Release v0.9.1

19 Oct 06:04

Choose a tag to compare

perf: default language