Skip to content
#

embedded-database

Here are 101 public repositories matching this topic...

Morriz
Morriz commented Apr 18, 2020

Your documentation shows no way to replace an objects value. Any updates to an object with:

db.get(name).find(selectors).assign(data).write()

merges the data with the existing object...not what I'd expect.

How can we replace a record without merging? Can you update your docs?

Mytherin
Mytherin commented May 19, 2019

Merging a few issues into one here.

Numeric Scalar

  • ACOS, ASIN, ATAN, COS, SIN, TAN, COT, ATAN2 [MySQL, PostgreSQL]
  • BIT_AND, BIT_COUNT, BIT_LENGTH, BIT_OR, BIT_XOR, ~ [MySQL]
  • CEIL, CEILING, FLOOR [MySQL, PostgreSQL]
  • LOG, LOG10, LOG2, LN [MySQL, PostgreSQL]
  • PI [PostgreSQL]
  • RANDOM
  • SQRT, POWER, CBRT [PostgreSQL]
  • LEAST, GREATEST

https://ww

rake-inc
rake-inc commented Jan 4, 2020

I trying to do CI using a standalone gitlab-ci runner container in a dedicated server. To run the tests I'm using zonky to create a postgis database service which is also containerized. It runs fine in my local machine. But while my Gitlab-ci runs the test it throws Illegalstateexception as it failed to load the application context. Anyone else experienced the same?

Thanks in advance.

Improve this page

Add a description, image, and links to the embedded-database topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the embedded-database topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.