The Wayback Machine - https://web.archive.org/web/20210621230841/https://github.com/topics/paas
Skip to content
#

paas

Here are 396 public repositories matching this topic...

sharadregoti
sharadregoti commented Feb 4, 2021

Describe the bug

The response of MongoDB is inconsistent wrt to SQL databases if the schema has links of type array. When the nested table doesn't have any rows/documents in it. The response returned is different

Expected behaviour

Actual behaviour

Steps to reproduce

  • Fire the query & observer the result
link table as array
if nested table has no rows, postgres 
wonderflow
wonderflow commented Jun 19, 2021

The background is in #1786 .

We should allow revision created by outside system. So we should add a mechanism to check if the revision already exist.

The quick solution could be:

  1. calculate the revision hash
  2. list all revision related(label selector app name)
  3. check if there's existing revision with same hash and compare the spec. If they are deep equal, don't generate.

_Origin

Improve this page

Add a description, image, and links to the paas 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 paas topic, visit your repo's landing page and select "manage topics."

Learn more