Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Finish upgrade to v2.1
Browse files Browse the repository at this point in the history
- Fix postgres implementation so it actually works
- Add indexCreate, indexList, and indexDrop to the Table object
- Update deps to latest
- Cleaned up some SQL Queries for Streams
- Cleaned up the Static Datum definition
- Catch null values when resolving them
  • Loading branch information
MichaelFedora committed Jan 13, 2020
1 parent a083dab commit 9152761
Show file tree
Hide file tree
Showing 48 changed files with 667 additions and 348 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

- Added `branch` and `do` to Static Datums (`expr`)
- Fixed `add` and `sub` actually being exponential in static datums
- Fix postgres implementation so it actually works... whoops!
- Add indexCreate, indexList, and indexDrop to the Table object
- Update deps to latest
- Cleaned up some SQL Queries for Streams
- Cleaned up the Static Datum definition
- Catch null values when resolving them

# v2.0

Expand Down
2 changes: 1 addition & 1 deletion lib/common/datum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/common/datum.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lib/common/static-datum.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9152761

Please sign in to comment.