Skip to content
#

database-management

Here are 749 public repositories matching this topic...

directus
benhaynes
benhaynes commented Nov 28, 2018

We already have most of our Directus API 2.x endpoints/params within Paw for testing. We could finish adding all of these and then potentially use their code generators to create SDKs for our secondary languages.

https://paw.cloud/docs/extensions/create-code-generator

We also have a Swagger file for 98% of API 1.1 — so we could update that (and make sure that OpenAPI allows for our filteri

szandany
szandany commented Apr 30, 2020

Environment

Liquibase Version:
Liquibase Pro 4.0.0-beta1

Operating System Type & Version:
Linux, Windows

Description

Liquibase doesn't validate missing changeSet Author and ID attributes in Formatted SQL changeLogs.

Steps To Reproduce

  1. Create a changeSet in a Formatted SQL changeLog with missing Author or/and ID attributes
    For example:
    --changeset :whoAmI splitStatements:fals
pgaro
pgaro commented Aug 12, 2019

The explain analyze button doesn't use buffers. Offering explain (analyze, buffers) sounds like very helpful feature to me. I even think that explain (analyze, buffers) might be the better default for analyzing queries. That differs from verbose, which is not considered as very helpful by a major part of the community.

All the best
pgaro

bug
Prequel
QuintenJustus
QuintenJustus commented Jul 15, 2019

Why I need your help

Currently I'm working on a lot of features, which included adding support for different database types namely postgresql but that takes a lot of time and keeps me from adding the other features. So because of the time it takes I'm inclined to push back db support to the release after the upcoming one. But then still, it takes a lot of time.

My request

Is anyo

vscode-sqltools
dnlw07
dnlw07 commented Dec 13, 2019

Currently returned results are represented as plain text.
When query results are selected and copied, then all NULL values are copied as "NULL" text instead of empty string.

Is it possible that returned results will behave more less like an excel sheet (ex. Excel Viewer by GrapeCity VSC extension).
Returned results records could be treated like cells not like plain text. Thanks that records

api
marcocala90
marcocala90 commented Dec 11, 2019

Hi, i'm currently using Directus v7. It's the first time I use hooks. There is a way to have different hooks for each project. Because if in my projects I have some collections with the same name. I can't understand how to distinguish them.

Example of my hook:

return [ 'actions' => [ 'item.update.courses' => function (array $data) { //code } ] ];

Expected:

Improve this page

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

Learn more

You can’t perform that action at this time.