Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite3: fix parser #661

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

sqlite3: fix parser #661

wants to merge 28 commits into from

Commits on Apr 2, 2023

  1. Complete SQLite database parsing

    - Make all database page types parseable
    - Add cell content overflow handling
    - Add UTF-16 text encoding support
    - Make free page list and overflow page lists accessible
    pepijnve committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7be80d4 View commit details
    Browse the repository at this point in the history
  2. fixup: lazy db.pages

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    59110ce View commit details
    Browse the repository at this point in the history
  3. num_ptrmap_entries_max

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4149848 View commit details
    Browse the repository at this point in the history
  4. idx_first_ptrmap_page

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    6dcc498 View commit details
    Browse the repository at this point in the history
  5. idx_lock_byte_page

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    11e27ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a61bd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0920225 View commit details
    Browse the repository at this point in the history
  8. idx_last_ptrmap_page

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    d172110 View commit details
    Browse the repository at this point in the history
  9. Revert "fixup: lazy db.pages"

    This reverts commit 59110ce.
    
    kaitai-struct-compiler still generates an eager array
    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7b697c6 View commit details
    Browse the repository at this point in the history
  10. fix variable_size for string

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    9ee9660 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7751c10 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8a55c0b View commit details
    Browse the repository at this point in the history
  13. add enum serial_type_size

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    7a6b573 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    aab41dc View commit details
    Browse the repository at this point in the history
  15. idx_lock_byte_page

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    78d5f66 View commit details
    Browse the repository at this point in the history
  16. idx_first_ptrmap_page

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    f47b57b View commit details
    Browse the repository at this point in the history
  17. idx_last_ptrmap_page

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    aa12bc5 View commit details
    Browse the repository at this point in the history
  18. if false

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cb15b1e View commit details
    Browse the repository at this point in the history
  19. Revert "Revert "fixup: lazy db.pages""

    This reverts commit 7b697c6.
    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    4e4bb1f View commit details
    Browse the repository at this point in the history
  20. default_page_cache_size

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    f580fab View commit details
    Browse the repository at this point in the history
  21. if false

    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    cd187d3 View commit details
    Browse the repository at this point in the history
  22. Revert "Revert "Revert "fixup: lazy db.pages"""

    This reverts commit 4e4bb1f.
    milahu committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    879ec36 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. fix doc url

    milahu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7b130de View commit details
    Browse the repository at this point in the history
  2. add docs

    milahu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    14bb013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49c457 View commit details
    Browse the repository at this point in the history
  4. rename page types to *_page

    milahu committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a055f99 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    2aeb203 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix pointer_map_page

    milahu committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    22c4801 View commit details
    Browse the repository at this point in the history