mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fix a bunch of file headers.
This commit is contained in:
parent
6ad6bf5aab
commit
b2a74ad26d
@ -6,6 +6,7 @@
|
|||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
"""Defines views for management of server groups"""
|
"""Defines views for management of server groups"""
|
||||||
|
|
||||||
import simplejson as json
|
import simplejson as json
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
##################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
###################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,19 +1,12 @@
|
|||||||
# # #################################################################
|
##########################################################################
|
||||||
# #
|
|
||||||
# # pgAdmin 4 - PostgreSQL Tools
|
|
||||||
# #
|
|
||||||
# # Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
|
||||||
# # This software is released under the PostgreSQL Licence
|
|
||||||
# #
|
|
||||||
# # ##################################################################
|
|
||||||
# #################################################################
|
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# # pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
# #
|
|
||||||
# # Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
|
||||||
# # This software is released under the PostgreSQL Licence
|
|
||||||
#
|
#
|
||||||
# ##################################################################
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
|
# This software is released under the PostgreSQL Licence
|
||||||
|
#
|
||||||
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os
|
import os
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
#################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import json
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# ##########################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# #pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# #Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# #This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# ##########################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# #pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# #Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# #This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import os
|
import os
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import os
|
import os
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import uuid
|
import uuid
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# ##########################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# #pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# #Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# #This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
# ##########################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# #pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# #Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# #This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
|
|
||||||
from regression import test_utils as utils
|
from regression import test_utils as utils
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# #################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##################################################################
|
##########################################################################
|
||||||
|
|
||||||
import uuid
|
import uuid
|
||||||
import json
|
import json
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
# ##########################################################################
|
##########################################################################
|
||||||
#
|
#
|
||||||
# #pgAdmin 4 - PostgreSQL Tools
|
# pgAdmin 4 - PostgreSQL Tools
|
||||||
#
|
#
|
||||||
# #Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
# Copyright (C) 2013 - 2017, The pgAdmin Development Team
|
||||||
# #This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
# ##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
import traceback
|
import traceback
|
||||||
import sys
|
import sys
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
# This software is released under the PostgreSQL Licence
|
# This software is released under the PostgreSQL Licence
|
||||||
#
|
#
|
||||||
##########################################################################
|
##########################################################################
|
||||||
|
|
||||||
from pgadmin.utils.route import BaseTestGenerator
|
from pgadmin.utils.route import BaseTestGenerator
|
||||||
|
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user