Skip to content

Releases: chand1012/sq

🐛 Bugfixes and Maintenence 🛠️

26 Feb 14:57
cdbc205
Compare
Choose a tag to compare

New Features

  • Added support for nested JSON parsing.

Bug Fixes

  • Resolved an issue with boolean operations in JSON parsing.
  • Resolved an issue with offset columns on large, nested JSON structures.

Improvements

  • Updated SQL queries in the README for better instructions.
  • Introduced a clean command for better workflow maintenance.

Other

  • Set all .DS_Store files to ignore for better version control.

⏰ Quick Optimization ⚡️

24 Feb 17:53
416c9c2
Compare
Choose a tag to compare

Temporary SQLite DBs as a file was a bit silly unless you were loading a DB from Stdin, so now its all in memory. That little change took a 75k row query from 20 seconds to just 6 seconds!

🚀 First Working Version ⚡️

24 Feb 17:33
46a3603
Compare
Choose a tag to compare