-
Very early stage of playing with this, but I wanted to adopt consistent .sql formatting in the project, and found https://github.com/akoutmos/sql_fmt which comes with a mix formatter plugin that seems…
-
It would be really nice to be able to format nicely SQL strings used by `fragment`
Since `fragment` already takes a string, it seems fairly trivial to replace it with a `~SQL` sigil to get nice for…
-
Allow reading/writing in SoftHSMv2 sql database format to provide transparent migration path.
This would help FreeIPA to migrate existing environments where we use SoftHSM for DNSSEC to use kryopti…
-
**Description:**
The SQL Formatter template is a tool designed for developers to format SQL queries and display them in a readable and easily understandable format. It offers customization options to …
-
### Description
Format sql input on run. Maybe there would be an option here.
-
### Check for existing issues
- [X] Completed
### Describe the feature
While some languages already have automatic code formatting built in, I'd like to use Prettier to help format SQL files.
…
-
#### Expected Behavior
```sql
CREATE TABLE accounts (
user_id SERIAL PRIMARY KEY,
username VARCHAR (50) UNIQUE NOT NULL,
password VARCHAR (50) NOT NULL,
email VARCHAR (255) UNIQUE NOT…
-
### First Bug
```sql
set livy.session.conf.spark.driver.maxResultSize=8g;
set livy.session.conf.spark.driver.memory=12g;
set livy.session.conf.spark.driver.memoryOverhead=8g;
set livy.session.con…
-
When I paste the raw SQL produced by the app's ORM, it's usually quite ugly.
I would appreciate it if it could be prettified when I go to the "Query" tab.
yajo updated
2 months ago
-
In my config, I have `config.active_record.schema_format = :sql`
When running `bin/rails solid_cache:install`, it creates a `db/cache_schema.rb`, which appears to then be swiftly ignored by Rails' …