Skip to content

Commit 914a495

Browse files
Fixed python test case failure
1 parent f9f1330 commit 914a495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/pgadmin/browser/server_groups/servers/databases/schemas/types/templates/types/macros/get_full_type_sql_format.macros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ time({{ data.attlen }}) with time zone {% endif %}{% if o_data.hasSqrBracket %}[
7373
{% if data.attlen and data.attlen is not none %}
7474
({{ data.attlen }}{% elif old_length and old_length is not none %}({{ old_length }}{% endif %}{% if data_precision and data_precision is not none %}
7575
, {{ data_precision }}){% elif old_precision and old_precision is not none %}, {{ old_precision }}){% else %}){% endif %}
76-
{% endif %}{% if data.geometry %}({{ data.geometry }}{% elif o_data.geometry %}({{ o_data.geometry }}{% endif %}{% if data.srid %},{{ data.srid }}{% elif o_data.srid %},{{ o_data.srid }}{% endif %}){% if o_data.hasSqrBracket %}[]{% endif %}
76+
{% endif %}{% if data.geometry %}({{ data.geometry }}{% elif o_data.geometry %}({{ o_data.geometry }}{% endif %}{% if data.srid %},{{ data.srid }}){% elif o_data.srid %},{{ o_data.srid }}){% endif %}{% if o_data.hasSqrBracket %}[]{% endif %}
7777
{% endif %}
7878
{% endmacro %}

0 commit comments

Comments
 (0)