Skip to content

v0.3

Compare
Choose a tag to compare
@fzakaria fzakaria released this 28 Sep 18:25
· 48 commits to main since this release

The largest change is that the tables that are loaded into a temporary table are now configurable via bitflag enum.
This can help minimize the cost of using sqlelf when you know you are only going to target certain tables and avoid slurping the rest.

What's Changed

  • Make the tables that are registered configurable by @fzakaria in #15
  • Fixed up caching setup by @fzakaria in #16
  • Added offset column to the elf_strings table so it can join with the elf_dynamic_entries table

Full Changelog: v0.2...v0.3