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

Adds lazy reader support for reading clobs #638

Merged
merged 37 commits into from
Sep 7, 2023
Merged

Adds lazy reader support for reading clobs #638

merged 37 commits into from
Sep 7, 2023

Commits on Jul 24, 2023

  1. Top-level nulls, bools, ints

    Zack Slayton committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    e0a83d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Consolidate impls of AsUtf8 w/helper fn

    Zack Slayton committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    89f79aa View commit details
    Browse the repository at this point in the history
  2. Improved TextBufferView docs, removed DataSource

    Zack Slayton committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    840be4d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Adds lazy text floats

    Zack Slayton committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5db1ff0 View commit details
    Browse the repository at this point in the history
  2. Adds LazyRawTextReader support for comments

    Zack Slayton committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    07d4a70 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Adds LazyRawTextReader support for reading strings

    Zack Slayton committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    181e0a5 View commit details
    Browse the repository at this point in the history
  2. clippy fixes

    Zack Slayton committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    357ca8f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fix a couple of unit tests

    Zack Slayton committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    716ff34 View commit details
    Browse the repository at this point in the history
  2. Less ambitious float eq comparison

    Zack Slayton committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    e29fec5 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Adds LazyRawTextReader support for reading symbols

    Zack Slayton committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8f79a36 View commit details
    Browse the repository at this point in the history
  2. Adds more doc comments

    Zack Slayton committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4cb9b2b View commit details
    Browse the repository at this point in the history
  3. More doc comments

    Zack Slayton committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    54470d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Adds LazyRawTextReader support for reading lists

    Zack Slayton committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    78014e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Adds LazyRawTextReader support for structs

    Zack Slayton committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a6a3aa8 View commit details
    Browse the repository at this point in the history
  2. More doc comments

    Zack Slayton committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    4fc9078 View commit details
    Browse the repository at this point in the history
  3. Adds LazyRawTextReader support for reading IVMs

    Zack Slayton committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    11174ac View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Initial impl of a LazyRawAnyReader

    Zack Slayton committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    719dbaa View commit details
    Browse the repository at this point in the history
  2. Improved comments.

    Zack Slayton committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f603872 View commit details
    Browse the repository at this point in the history
  3. Adds LazyRawTextReader support for annotations

    Zack Slayton committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4696ca5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Adds lazy reader support for timestamps

    Zack Slayton committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c7129ac View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Lazy reader support for s-expressions

    Zack Slayton committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    44435ea View commit details
    Browse the repository at this point in the history
  2. Fixed doc comments

    Zack Slayton committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    d50e05b View commit details
    Browse the repository at this point in the history
  3. Fix internal doc link

    Zack Slayton committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8283422 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Adds lazy reader support for decimals

    Zack Slayton committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0f01099 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Fixed bad unit test example case

    Zack Slayton committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b60f1fe View commit details
    Browse the repository at this point in the history
  2. clippy fixes

    Zack Slayton committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    915c83a View commit details
    Browse the repository at this point in the history
  3. Adds lazy reader support for blobs

    Zack Slayton committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    fe922ff View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Adds lazy reader support for long strings

    Zack Slayton committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    066ddd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58e5f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. wip

    Zack Slayton committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6b5ce1c View commit details
    Browse the repository at this point in the history
  2. Merge main, complete support for clobs

    Zack Slayton committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e45ec35 View commit details
    Browse the repository at this point in the history
  3. clippy suggestion

    Zack Slayton committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a3f8a21 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Adds lazy reader support for clobs

    Zack Slayton committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    62be7c9 View commit details
    Browse the repository at this point in the history
  2. clippy suggestion

    Zack Slayton committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    0eacd3a View commit details
    Browse the repository at this point in the history
  3. Fix newline normalization, add unit tests

    Zack Slayton committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    175009d View commit details
    Browse the repository at this point in the history
  4. comment cleanup

    Zack Slayton committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3421393 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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