question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SQL Guide files invalid

See original GitHub issue

The file SQL Guide - ALTER TABLE is totally messed up since the user removed the images, a PR #30349 made changes to it which makes it better, but not fixes it.

We want the whole file to have statements like that we have now for Remove a column:

Additionally, we want the PR to be formatted properly, such as each of these:

  • image
  • image

to be put in a list form

And this warning note: image to be moved to a new line

EDIT:

On a closer look, this problem is in many SQL challenges which are there. Examples:

  • 1
  • 2 In (2), the images should be removed, we do not want to host them on GitHub

We can either have just the text command or text tables like in: here

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
raisedadeadcommented, Mar 8, 2019

There are so many compelling reasons to avoid images when you can:

  1. Images hurt a11y. You can add alt text ‘Image explaining … your reason here’, but that’s about it.
  2. They are difficult to maintain and easily get outdated. Imagine updating text regularly.
  3. They hurt performance. Text is fast to deliver over network vs images.

There are probably lot more reasons, but you can imagine.

1reaction
ritutecommented, Mar 6, 2019

Sent an email to the author to see if we can have the images recovered and then we can create text-based tables off of them (so that we don’t have to start from scratch).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Database Engine events and errors - SQL Server
Consult this MSSQL error code list to find explanations for error messages for SQL Server database engine events.
Read more >
SQL SERVER - Error 1324. The folder path 'Program Files ...
In this blog, we would learn about SQL Cluster installation error “The folder path 'Program Files' contains an invalid character “ ...
Read more >
Correcting invalid SQL syntax - Sybase Infocenter
A DECLARE LOCAL TEMPORARY TABLE statement in a procedure or trigger causes a syntax error if the table name is prefixed with an...
Read more >
Common SQL syntax errors and how to resolve them
In this article, we are going to describe some of the most common SQL syntax errors, and explains how you can resolve these...
Read more >
8.7.2 Validating (Compiling) Invalid Schema Objects
Schema objects (such as triggers, procedures, or views) might be invalidated when changes are made to objects on which they depend. For example,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found