public inbox for [email protected]  
help / color / mirror / Atom feed
pgAdmin 4 commit: Proper SQL should be generated when create function w
2+ messages / 1 participants
[nested] [flat]

* pgAdmin 4 commit: Proper SQL should be generated when create function w
@ 2019-01-18 09:41 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2019-01-18 09:41 UTC (permalink / raw)
  To: [email protected]

Proper SQL should be generated when create function with return type as custom type argument. Fixes #3774

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=69f689522446c3581a80e198736deeea6d0c...

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                                        | 1 +
.../schemas/functions/templates/function/gpdb/sql/default/create.sql    | 2 +-
.../schemas/functions/templates/function/pg/sql/11_plus/create.sql      | 2 +-
.../schemas/functions/templates/function/pg/sql/9.2_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.5_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/9.6_plus/create.sql     | 2 +-
.../schemas/functions/templates/function/pg/sql/default/create.sql      | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.2_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.5_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/9.6_plus/create.sql   | 2 +-
.../schemas/functions/templates/function/ppas/sql/default/create.sql    | 2 +-
11 files changed, 11 insertions(+), 10 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* pgAdmin 4 commit: Proper SQL should be generated when create domain of
@ 2019-01-22 12:23 Akshay Joshi <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Akshay Joshi @ 2019-01-22 12:23 UTC (permalink / raw)
  To: [email protected]

Proper SQL should be generated when create domain of type interval with precision. Fixes #3853

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c6bae69b6f71ee68886aae5db895952af067...
Author: Khushboo Vashi <[email protected]>

Modified Files
--------------
docs/en_US/release_notes_4_2.rst                   |   1 +
.../servers/databases/schemas/domains/__init__.py  |   3 +-
.../schemas/domains/tests/test_domain_sql.py       | 117 +++++++++++++++++++++
.../databases/schemas/domains/tests/utils.py       |  61 ++++++++++-
4 files changed, 177 insertions(+), 5 deletions(-)



^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2019-01-22 12:23 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 09:41 pgAdmin 4 commit: Proper SQL should be generated when create function w Akshay Joshi <[email protected]>
2019-01-22 12:23 pgAdmin 4 commit: Proper SQL should be generated when create domain of Akshay Joshi <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox