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.

Language SQL is an option in Prism, but each dialect/flavour (i.e. MySQL, PL\SQL (Oracle), Transact-SQL (SQL Server)), etc have their own nuances, functions, keywords. Could individual languages be added for these dialects. These would likely be an extend of the sql language.

I’m happy to give T-SQL a go, but don’t know if others would be interested in doing so, or if there is interest.

Additional resources SQL Server technical documentation MySQL Documentation Database PL/SQL Language Reference PostgreSQL

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
LarnuUKcommented, Dec 18, 2019

And we already have a PL/SQL language, but it might not be perfect/up to date.

Hadn’t noticed the PL/SQL was listed. I’ll have a look at doing a T-SQL one then.

1reaction
RunDevelopmentcommented, Dec 18, 2019

To my knowledge, the MySQL Doc page actually has its own modification of the base Prism SQL language, so one might be able to get most patterns from them.

And we already have a PL/SQL language, but it might not be perfect/up to date.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What Is a SQL Dialect, and Which one Should You Learn?
SQL Dialects : Summary · SQL is the programming language you use to talk to databases and other data processing technologies. · SQL...
Read more >
Understanding SQL Dialects - Arctype
There are numerous SQL dialects instead of one fully implemented SQL standard. In this post we learn about the major ones. Plus lists...
Read more >
A Quick Guide to the Dialects of SQL - Towards Data Science
Moving from corporate flavors of SQL to free and open source, Procedure Language/postgreSQL, or PL/sgSQL, is the dialect used by PostgreSQL.
Read more >
SQL Dialects - SQL in a Nutshell, 3rd Edition [Book] - O'Reilly
SQL Dialects · PL/SQL. Found in Oracle. PL/SQL stands for Procedural Language/SQL and contains many similarities to the language Ada. · Transact-SQL. Used...
Read more >
SQL Dialects | IntelliJ IDEA Documentation - JetBrains
Right-click the editing area of the input pane and select Change Dialect (<current_dialect>). In the Change SQL Dialect window, select a dialect. Note...
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