Skip to content

Latest commit

 

History

History
174 lines (115 loc) · 5.78 KB

CHANGELOG.md

File metadata and controls

174 lines (115 loc) · 5.78 KB

pg-introspection

0.0.1-beta.10

Patch Changes

0.0.1-beta.9

Patch Changes

0.0.1-beta.8

Patch Changes

0.0.1-beta.7

Patch Changes

  • #1943 46d8289b4 Thanks @benjie! - pg-introspection now exports reservedWords which are a list of reserved keywords in PostgreSQL (in uppercase; though SQL is case insensitive).

0.0.1-beta.6

Patch Changes

  • #1927 00d32d887 Thanks @benjie! - Excludes table constraints on tables from extensions if configured to not include extensions.

  • #1927 c62eee10b Thanks @benjie! - Add pg_am to pg-introspection to enable determining index access method

0.0.1-beta.5

Patch Changes

0.0.1-beta.4

Patch Changes

  • #1801 2d447a6b4 Thanks @benjie! - Fix bug where the owner of a database object wasn't seen as having any privileges.

0.0.1-beta.3

Patch Changes

0.0.1-beta.2

Patch Changes

0.0.1-beta.1

Patch Changes

0.0.1-alpha.4

Patch Changes

  • #408 bc14d488d Thanks @benjie! - When sorting, specify a concrete locale to localeCompare to ensure stable ordering across machines.

0.0.1-alpha.3

Patch Changes

  • #386 8230fcaeb Thanks @benjie! - If an issue occurs whilst retrieving attributes for a constraint, we now log an error and return an empty array.

0.0.1-alpha.2

Patch Changes

0.0.1-alpha.1

Patch Changes

0.0.1-1.1

Patch Changes

0.0.1-0.3

Patch Changes

0.0.1-0.2

Patch Changes

  • 677c8f5fc - Create new getTags() introspection helper and use it. Rename GraphileBuild.GraphileBuildSchemaOptions to GraphileBuild.SchemaOptions. Fix a couple minor inflection bugs. Add some missing descriptions. Fix the initial inflection types to not leak implementation details. Fix inflectors to use ResolvedPreset rather than Preset.

0.0.1-0.1

Patch Changes

  • 9b296ba54 - More secure, more compatible, and lots of fixes across the monorepo

0.0.1-0.0

Patch Changes