Skip to content

Preserve newlines in SQL queries #26

Closed
@php-coder

Description

@php-coder

SQL queries can be really long and when we join them into a single line we produce a less readable code (that also doesn't pass checks from static analysis tools). Let's preserve newlines and use multiline strings (""" for Python) or concatenation (as last resort).

  • js/ts
  • go
  • python

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions