Skip to content

Commit 42d21fd

Browse files
committed
feat: add deferred to contraints
1 parent 046d3e6 commit 42d21fd

32 files changed

+18295
-32157
lines changed

module-files/scripts/tsmod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function md({ out, singleFile = false }) {
6363

6464
const options = [
6565
"--plugin",
66-
"typedoc-plugin-example-tag,typedoc-plugin-markdown,typedoc-plugin-param-names",
66+
"typedoc-plugin-markdown",
6767
"--excludeExternals",
6868
"--excludePrivate",
6969
"--excludeProtected",

module-files/sql/9/constraint.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ SELECT
99
c.confupdtype AS "onUpdate",
1010
c.confdeltype AS "onDelete",
1111
c.confmatchtype AS "matchType",
12+
c.condeferrable AS "isDeferrable",
13+
c.condeferred AS "isDeferred",
1214
pg_get_constraintdef(c.oid) AS "checkConstraintExpression",
1315
pg_catalog.obj_description(c.oid, 'pg_constraint') AS "comment"
1416
FROM

module-files/sql/legacy/alternative-queries/column from information_schema.sql

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)