Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Get ActionArgs Struct from Tokens #55

Merged
merged 44 commits into from
Nov 4, 2022
Merged

Get ActionArgs Struct from Tokens #55

merged 44 commits into from
Nov 4, 2022

Commits on Oct 12, 2022

  1. Start. Check CREATE [TOKEN]

    AOx0 committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    4231f43 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Various changes

    AOx0 committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    c7c1adf View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Impl create Database

    AOx0 committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    8aa1d38 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Improved automata

    AOx0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    a0993d1 View commit details
    Browse the repository at this point in the history
  2. Impl REPL

    AOx0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d225244 View commit details
    Browse the repository at this point in the history
  3. Impl DeleteTable struct

    AOx0 committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    e43ec39 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Fix clangd

    AOx0 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    d2bac29 View commit details
    Browse the repository at this point in the history
  2. Validate Create Table

    AOx0 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    d48297f View commit details
    Browse the repository at this point in the history
  3. Show CreateTable action

    AOx0 committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    c694ee2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Migrate Map to KeyValueList

    AOx0 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    90ab0b1 View commit details
    Browse the repository at this point in the history
  2. Impl Repl

    Originally implemented on d225244
    AOx0 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    71dc9f3 View commit details
    Browse the repository at this point in the history
  3. Impl reconnection to tcp server

    AOx0 committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    8841688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc26a7f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

    AOx0 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2d99922 View commit details
    Browse the repository at this point in the history
  3. Fix?

    AOx0 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    30bb13b View commit details
    Browse the repository at this point in the history
  4. Fix KeyValueList operator==

    AOx0 committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    13dd90f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Implement new file structure

    AOx0 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    888e1cc View commit details
    Browse the repository at this point in the history
  2. Impl str[0-9]+ handling

    AOx0 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c8402d9 View commit details
    Browse the repository at this point in the history
  3. External serializer

    AOx0 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3175451 View commit details
    Browse the repository at this point in the history
  4. Correct table creation

    - Proper bit serialization and de-serialization
    - Proper duplicate handling
    AOx0 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c31c9d9 View commit details
    Browse the repository at this point in the history
  5. Free DynArray allocations

    AOx0 committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    3711cce View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Enable debug symbols

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    65c3707 View commit details
    Browse the repository at this point in the history
  2. serializer:: Ignore bad naming

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    7d3dddf View commit details
    Browse the repository at this point in the history
  3. Load Databases

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    24dd615 View commit details
    Browse the repository at this point in the history
  4. SHOW init impl

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b656172 View commit details
    Browse the repository at this point in the history
  5. Impl show database

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    25960dc View commit details
    Browse the repository at this point in the history
  6. Show database

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    aa63948 View commit details
    Browse the repository at this point in the history
  7. Show table

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f71012b View commit details
    Browse the repository at this point in the history
  8. Improve create table

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fff9ac6 View commit details
    Browse the repository at this point in the history
  9. Show databases

    danielhtoledo2002 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    a38e52e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #57 from AOx0/ShowDatabases

    Show databases
    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    f80e61e View commit details
    Browse the repository at this point in the history
  11. Fix move bug

    AOx0 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    889142d View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. INSERT INTO impl

    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c0a7f7e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from AOx0/DeleteDatase

    Delete datase and delete table
    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    32fd6c5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #59 from AOx0/ErrorShowDatabases

    Fix SHOW DATABASES
    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    36588be View commit details
    Browse the repository at this point in the history
  4. Init try_insert

    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f1199c3 View commit details
    Browse the repository at this point in the history
  5. Delete table

    danielhtoledo2002 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ce37af3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20a84e3 View commit details
    Browse the repository at this point in the history
  7. Improvements

    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    97a9d6d View commit details
    Browse the repository at this point in the history
  8. Particular conversion type

    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    cdf3d2d View commit details
    Browse the repository at this point in the history
  9. justfile improvements

    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    6ac7b2f View commit details
    Browse the repository at this point in the history
  10. Verify string lenght

    AOx0 committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    29206a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Impl serialize

    AOx0 committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    4435af6 View commit details
    Browse the repository at this point in the history