Skip to content

Format the good example in G-3110 #129

Closed
@PhilippSalvisberg

Description

@PhilippSalvisberg

The good example in G-3110 is formatted like this:

insert into departments (department_id
  ,department_name
  ,manager_id
  ,location_id)
values (
   departments_seq.nextval
  ,'Support'
  ,100
  ,10);

adding a new line after the open parenthesis would make it look better and match the way the values are formatted:

insert into departments (
   department_id
  ,department_name
  ,manager_id
  ,location_id)
values (
   departments_seq.nextval
  ,'Support'
  ,100
  ,10);

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions