Skip to content

v1.4.0

Compare
Choose a tag to compare
@wyhaya wyhaya released this 08 Jun 12:09
· 2 commits to main since this release
219e1b6
  • Support batch insert
  • Add query status in query result
  • Add not null and default value in edit row
  • Auto create database file (libSQL, SQLite, SQLCipher)
  • Fix schema manager minimap AppImage
  • Fix query does not return result #86
  • Fix Cloudflare D1 same column name error
  • Fix libSQL, SQLite, SQLcipher connection test
  • Show more accurate query duration
    • MySQL, MariaDB, PostgreSQL, CockroachDB, SQL Server, Remote libSQL: Network round-trip time + Query duration
    • Cloudflare D1, Rqlite: Read query duration from response
    • SQLite, SQLCipher, Local libSQL: From send query to full receipt of results