-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: sqlitecloud/sqlitecloud-js
base: main
head repository: sqlitecloud/sqlitecloud-js
compare: query-builder-stage
- 12 commits
- 7 files changed
- 1 contributor
Commits on Jan 26, 2024
-
first query builder commit: added types, sqlitemanager with create ta…
…ble and tested everything
Configuration menu - View commit details
-
Copy full SHA for 3c575de - Browse repository at this point
Copy the full SHA 3c575deView commit details
Commits on Jan 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 59052ba - Browse repository at this point
Copy the full SHA 59052baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edf387 - Browse repository at this point
Copy the full SHA 8edf387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9fc52 - Browse repository at this point
Copy the full SHA 0b9fc52View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4e7940a - Browse repository at this point
Copy the full SHA 4e7940aView commit details -
updated the alter table with the correct 12-step generalized alter ta…
…ble procedure (TBF)
Configuration menu - View commit details
-
Copy full SHA for db6ab43 - Browse repository at this point
Copy the full SHA db6ab43View commit details -
added duplicate column name check and foreign key check before commit…
…ting other kinds of table schema changes
Configuration menu - View commit details
-
Copy full SHA for bab2bb2 - Browse repository at this point
Copy the full SHA bab2bb2View commit details
Commits on Feb 1, 2024
-
added: descriptions, column reference check, duplicate name check and…
… a lot of fixes to the generic alter table
Configuration menu - View commit details
-
Copy full SHA for 1c218ca - Browse repository at this point
Copy the full SHA 1c218caView commit details
Commits on Feb 2, 2024
-
+: 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
Configuration menu - View commit details
-
Copy full SHA for 9d8dd0c - Browse repository at this point
Copy the full SHA 9d8dd0cView commit details
Commits on Feb 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 219a50b - Browse repository at this point
Copy the full SHA 219a50bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d7b497 - Browse repository at this point
Copy the full SHA 3d7b497View commit details
Commits on Feb 6, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for be0b7ee - Browse repository at this point
Copy the full SHA be0b7eeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...query-builder-stage