Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding comments into Slick

Is there a way I can add comments into the sql that is formed by slick without writing a raw sql statement? This is to keep track of the code in application that launched the sql.

like image 832
binshi Avatar asked Oct 16 '22 09:10

binshi


1 Answers

I'm sorry to say no. Currently in the 3.3.1 version of Slick, there is no way to add a comment to queries other that creating the SQL code by hand.

It may be get added later as there is an open issue years ago for that:

https://github.com/slick/slick/issues/468

like image 148
Amoo Hesam Avatar answered Oct 19 '22 04:10

Amoo Hesam