mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
fc7ea9213c
Insert trigger function: If query affects no rows then return `null` Insert trigger function is modified to have `IF r IS NULL THEN RETURN null; ELSE RETURN r; END IF;` in return statement. |
||
---|---|---|
.. | ||
Auth | ||
App.hs | ||
Auth.hs | ||
CheckUpdates.hs | ||
Init.hs | ||
Logging.hs | ||
Middleware.hs | ||
Query.hs | ||
Utils.hs | ||
Version.hs |