Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlitecloud/sqlitecloud-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sqlitecloud/sqlitecloud-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: query-builder-stage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 26, 2024

  1. first query builder commit: added types, sqlitemanager with create ta…

    …ble and tested everything
    Gioee committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3c575de View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. create table fixes, types fixes

    Gioee committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    59052ba View commit details
    Browse the repository at this point in the history
  2. missing match in query builder

    Gioee committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8edf387 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b9fc52 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    4e7940a View commit details
    Browse the repository at this point in the history
  2. updated the alter table with the correct 12-step generalized alter ta…

    …ble procedure (TBF)
    Gioee committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    db6ab43 View commit details
    Browse the repository at this point in the history
  3. added duplicate column name check and foreign key check before commit…

    …ting other kinds of table schema changes
    Gioee committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bab2bb2 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. added: descriptions, column reference check, duplicate name check and…

    … a lot of fixes to the generic alter table
    Gioee committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1c218ca View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. +: methods description, finished alter table's checks with sqlite_sch…

    …ema that's now asked to the user, multiple case of duplicated code in a single function; tbf with tests on a real db
    Gioee committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9d8dd0c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    219a50b View commit details
    Browse the repository at this point in the history
  2. + name escape

    Gioee committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3d7b497 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. now constraints of a table can be changed just by passing the single …

    …edits; added getCompatibleConstraints to get all compatible constraints by passing a column or its type
    Gioee committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    be0b7ee View commit details
    Browse the repository at this point in the history
Loading