Commit graph

6 commits

Author SHA1 Message Date
Jeffrey Layanto
97ec00e958
Added db.isPartitioned(dbName) and extended db.create(dbName, params) to allow creation of partitioned database (#128) 2020-07-24 06:30:07 -07:00
Jeffrey Layanto
a2d47ab1e0
Add support for partitioned check (#126)
* Add support for partitioned check

* Add system.supportPartitioned() to API.md

* Fix jshint line too long error

* Fix broken test

* Fix broken test

* Fix broken test

* Clean up test

* Fix broken test

* Fix broken test

* Revert fix

* Fix broken test

* Revert destroySession change

* Fix user test

Co-authored-by: Jeffrey Layanto <jeffrey@layanto.com>
2020-05-13 06:57:51 -07:00
Andreas Siegel
d07c87fae9 Add support for filters in change feed (#111)
* Add find to doc functions

* Replace const by var

* Merge upstream

* Add support for filtered changes
2019-04-03 06:50:43 -07:00
Geoff Cox
239272acd8
doc(api): link to find 2019-01-04 12:13:00 -06:00
Geoff Cox
de5d30d05d
doc(api): find 2019-01-04 12:11:29 -06:00
Geoff Cox
ecb59f5112
doc(docs) (#103)
* doc(docs)

* doc(api): reference

* docs(wiki): to md files

* doc(readme): link to md files
2019-01-04 11:57:14 -06:00